ebrahimsofi123
ebrahimsofi123
Hi! It looks like you're facing a type-checking issue with Pyre when filtering tuples that might contain `None` in their second element. Pyre seems to struggle with inferring that after...
The error you're seeing is because Pyre isn't sure if the variable my_none is always set before it's used. To fix this error i would suggest you to initialize my_none...
When you run pyre init and it doesn't find the typeshed automatically, just give it the path where it's actually installed. In your case, type in: /home/wojdyr/.local/lib/pyre_check/typeshed Also, to avoid...
Hi! It looks like you're facing a problem with inconsistent analysis results when running Pysa with different orders of source directories. This variability could be due to how Pysa manages...
Hey! It seems the issue you're encountering with `pyre-check` when using `pymysql` may stem from outdated or incomplete type stubs in the library, which hinders the tool's ability to accurately...
Hi Michael, Thank you for bringing up this issue. Looking at the problem that you stated which said that "Check command exited with non-zero return code: 126," generally indicates an...