In an extremely large codebase I see: ``` Error watching path $some_path: "$some_path/$some_file.txt": too many open files 2025/09/24 ``` The codebase is python and I am using `pyright` as described in the readme.
In an extremely large codebase I see:
The codebase is python and I am using
pyrightas described in the readme.