Hacker News new | ask | show | jobs
by BewareTheYiga 407 days ago
For pre-alpha software it's working fantastic for my project. I thought I type annotated it well, but Ty had quite a lot of feedback for me. Great job and I can't wait until this is released.
1 comments

Had you checked it with Pyright previously?
I've only used Pylance standard type checking in vscode. I have not used pyright as a stand alone package.
Use Pyright or basedpyright for now.
pylance is pyright
pylance is pyright + proprietary stuff on top, see https://docs.basedpyright.com/latest/ for a fork with some of pylance's features added.