16
FastAPI for TypeScript Developers
(www.lorenstew.art)
Welcome to the Python community on the programming.dev Lemmy instance!
Past
November 2023
October 2023
July 2023
August 2023
September 2023
btw use mypy AND pyright. The OP writes, mypy OR pyright.
mypy -- chokes on excessive number of overloads. Annoyingly runs forever.
pyright -- more verbose; finds issues mypy never will
So when mypy broke had to use pyright. Then fixed mypy by ignoring a module and some configuration voodoo.