hidaris

Results 18 comments of hidaris

@flatsiedatsie Thanks, I will look at what causes this weekend

It looks like the cursor has already done this https://twitter.com/amanrsanger/status/1729943964000883186 , hoping to see similar functionality in Copilot

Is this because GPT-4 is slower than GPT-4 Turbo?

Add a possible reference https://json-schema.org/understanding-json-schema/reference/combining.html#oneof

Yes, because after Python 3.10, the `optional type` is a special case of the `union type`, which can be written as `int | None`. In many scenarios, this is convenient...

> What about GitHub Copilot? Which model does it use? I'm talking about the Copilot autocomplete feature, not the chat function. It's still 3.5, but it seems like Microsoft is...

In what scenarios might httpx encounter performance bottlenecks? Is there a more general explanation?