Patrick Arminio

Results 669 comments of Patrick Arminio

The workaround is to use a non variable version of the same font, which was fine for my use case (I only needed one weight) :)

The code needs global to allow get_type_hints to work at runtime, since it tries to find the forward ref from the global scope[1]. Maybe I can remove the `del`, but...

@lukasvinclav I had this issue today too, would you be able to release an update? :)

for me the basic configuration just works ``` return { { "github/copilot.vim", }, } ``` and make sure to run `:Copilot setup` :)

@yezz123 is there anything I can do to help you land this PR?

I'll take a proper look at this probably next week, but some notes that pop into my mind: 1. I wonder if we could somehow [use exception groups](https://peps.python.org/pep-0654/), granted we...

I have some time off friday, so I should be able to review and merge! thanks for the ping!

~~one thing I'm not sure about this is handling client closing the connections 🤔 ~~ edit: this seems to be handled by fastapi, I need to check django and others,...