Aviad Rozenhek

Results 10 comments of Aviad Rozenhek

workaround: you can drag-to-reorder columns in the table itself.

is this PR also hoping to achive poetrynbdev integration? in the sense that users would be able to use poetry to add dependencies to their projects, without needing to tinker...

would be good to have better prints that tell speficially which field is problematic. the problem can be reproduced with a minimal pydantic class like this: ``` class ChatAnalysisBatch(BaseModel): channel_id:...

Sounds great vizone happy to work together, send me a PR On Fri, Aug 30, 2024, 07:20 Vizonex ***@***.***> wrote: > Also good to note is that the uvloop team...

if gpt-4.1 uses the same encoder as gpt-4.0, then adding this to to the list should be trivial, no?

@DetachHead thanks for the review! I addressed all comments. please re-review

> did the ai write this? it looks like it's duplicated even more now. is it trying to replace the initializeTypeCheckingModeFromString and initializeTypeCheckingMode functions with this new getDiagnosticRuleSetFromString function? if...

> > did the ai write this? it looks like it's duplicated even more now. is it trying to replace the initializeTypeCheckingModeFromString and initializeTypeCheckingMode functions with this new getDiagnosticRuleSetFromString function?...

I've implemented this feature in PR https://github.com/DetachHead/basedpyright/pull/1639