-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pal addin not working with chat_github (Copilot enabled thanks to GitHub Education pack) #79
Comments
Thanks for the thorough description @lcolladotor! This is super strange. So far, I'm unable to reproduce with To help me narrow this down:
|
Hi Simon, Here's a short Zoom meeting recording where I tried to provide answers to the questions you asked. https://jh.zoom.us/rec/share/JM5Ohp8we-ts3pHPkSgAfxdyjuhUgBSl64c8L26rTYoFIilFDY1CArbdl5XoQDOQ.2Wo-lVy3Yf3J2xuK I could also upload the video to YouTube if you prefer to have a more permanent version of it (the above link will auto destroy in 6 months). I'm not sure that I can upload it to the GitHub issue itself (the video is currently rendering so I don't have the file at hand yet). Not recorded on the video was a test where I edited my options(
.pal_fn = "chat_github"
) Here's the link to the repo with the code I ran in the video: https://github.com/lcolladotor/testcopilot/blob/devel/R/pal.R. Best, RStudio version details:
|
Video finished rendering. Here's the AI summary: ![]() And here's the video on YouTube: https://youtu.be/kpKOOJIcSHU. Although the mp4 file was 19 MB, GitHub didn't allow me to upload it directly to the issue thread. |
Thanks for recording this! Ah, I see! You'll need to press "Enter" after making a selection from the dropdown in order for that pane to disappear and for the prompt to be submitted to the model. I'll leave this issue open as a note to add a "Press Enter to submit" note in the pane. :) |
Ahh thanks Simon!! It did work when pressing enter. Thanks! |
Hi,
Thanks for making
pal
! I was just testing it out and it seems that it doesn't work withchat_github
as an option. I have GitHub Copilot thanks to my GitHub Education Pack (teacher) and have Copilot configured following https://docs.posit.co/ide/user/ide/guide/tools/copilot.html. This code below does work for me:The following doesn't work with
pal
. Note that I've also tried editing the options with my~/.Rprofile
file (restarting the R session).However,
.init_pal("roxygen")
does work as shown below. So hmm, I'm not sure what's the issue when using the addin or how to provide info that could be useful for debugging this.Created on 2025-01-24 with reprex v2.1.1
Thanks for your time and help!
Best,
Leo
The text was updated successfully, but these errors were encountered: