-
The Pyright language client would result in an error when disconnecting. And the subsequent connections would not be properly connected, even though the server is still actively running on the destina…
-
### Check for existing issues
- [X] Completed
### Describe the feature
We ran into an issue today caused by differences in the version of `pyright` used in CI/our CLI tooling and `Zed`. I totally …
-
I do a simple copy of jedi-language-server, replace jedi calls to pyright, everything seems to work except the request goes to stdin (not sure if they actually do) but no response comes back.
A demo …
-
I'd like to add the following processes to the sparsecoding CI:
- [black](https://black.readthedocs.io/en/stable/)
- code formatter; has nothing to do with syntax, but strictly enforces opinionate…
-
### Is your feature request related to a problem?
It looks like pyright is good at catching issues with types annotations, e.g.
- #4083
- #4084
It would make sense to catch these kind of issue…
-
What needs doing:
- [ ] add a hook in `.pre-commit-hooks.yaml`
- [ ] add an example in `docs/examples.rst`
- [ ] add dependency to `requirements-dev.txt`
- [ ] add a new test in `tests/tools` (s…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
`pyright` and `ruff` language servers crash/won't run anymore, and show the same crash log. Here i…
-
Для всех тестируемых функций мы предъявляем сигнатуру, возможно стоит прикрутить какой-нибудь mypy или pyright в заготовленный CI (за одним сами поймём, где сигнатуры получились не очень).
-
### What happened?
Some small nitpicks on the scaffolded python code:
#### Example imports
The example import doesn't have a leading dot before `model`, which will not generate any editor com…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
I found what seems to be a bug: when I code using pyright I have no problem with suggestions. They…