ncaq

Results 147 comments of ncaq

I can't solve the only unicode-syntax test that doesn't pass. I'm sure I've ported it correctly, and when I trace debugged `whenUnicodeOtherwise`, it seems to be called correctly. I think...

Simply not the right type? I haven't touched much generic programming in this area, so I don't know what I'm getting into. I thought that with Token, you started touching...

Based on these sources: * [[Introducing the Next-Gen Code Completions Model for GitHub Copilot 🚀 · community · Discussion #151719](https://github.com/orgs/community/discussions/151719)](https://github.com/orgs/community/discussions/151719) * [[Support for LLM selection · Issue #58 · github/copilot.vim](https://github.com/github/copilot.vim/issues/58)](https://github.com/github/copilot.vim/issues/58)...

It seems that `gpt-4o-copilot` is the likely option, though both may work. A quick search suggests that `gpt-4o-mini` appears to be intended for Copilot Chat. ``` js capabilities: { family:...

I see, so the `id` is "gpt-4o-copilot" and the equivalent of the name is "gpt-4o-mini". And because it's specified with `:scopes ["completion"]`, it gets picked by the LSP server. I...

When examining the output of `copilot-language-server-log`, I noticed the following: ``` [lsp] GitHub Copilot Language Server 1.302.0 initialized [certificates] Removed 1 expired certificates [fetchCompletions] request.response: [https://proxy.business.githubcopilot.com/v1/engines/gpt-4o-copilot/completions] took 287.7631450000008 ms ```...