Karataev Pavel

Results 22 comments of Karataev Pavel

@erictraut [say's](https://github.com/microsoft/pyright/issues/7645#issuecomment-2043962935) that it is not a bug, so maybe this issuer need to be closed without fix/code. > Pyright is working correctly here. When you wrap a `NewType` with...

@leycec, just a last check, Is it ok for you to ruff'ify codebase (I will try to make as few changes as possible)? And if "yes", i already have one...

Columns: * count of warnings * RuleId * [*] - has auto-fix, [] - no auto fix * rule name or detailed comment ## Will be auto-fixed: ``` 12754 E265...

I have doubts, the issuer is about "checking", but ruff also has a formatter (like black, but 1k times faster). Is its run on the code also implied? I can...

In https://github.com/beartype/beartype/pull/454 i have applied most of the available auto fixes from the first group "Will be auto-fixed", got a huge diff, now I am a bit worried about how...

> So what _are_ we doing here? As the most minimal option - we can add `ruff.toml` with a set of rules that do not affect the code formatting in...

I'm not sure if this is related to the topic, but I also managed to get OOM from pyright 1.1.360. "JavaScript heap out of memory": ```python from datetime import datetime...

> @minmax, that's a different issue. Could you please file a separate bug so it's tracked accordingly? Thanks! ok, add separate bug https://github.com/microsoft/pyright/issues/7786

In practice, I tried to use my own implementation of `flow`, but came to the conclusion that it is too limited and not convenient in practice. "and_then" is certainly more...

Here’s a use case for using Tauri on Windows 7: we have a task to rewrite an old application built in Delphi, and one of the main challenges is supporting...