Live data from Hacker News

Copilot stops working on code that contains hardcoded banned words from GitHub (2023)

github.com

1–10 of 107 posts

Re: Copilot stops working on code that contains hardcoded banned words from GitHub (2023)

#2
The news is that it actually started working again some time ago. Indeed, this:

    (cl-defstruct person gender)
    (make-person :gender "m")
with cursor at does elicit "male" completion. Yay for normalcy?

(Though honestly, I didn't notice this earlier - Copilot tends to hang for me too often in all kinds of files for me to identify these stopwords.)

(EDIT: gotta admit though, this is hilarious: https://github.com/orgs/community/discussions/72603#discussi...)

Post reply on HN