Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in pyright
What is the proper way to type hint the return value of an @asynccontextmanager?
Jan 01, 2026
python
python-asyncio
python-typing
contextmanager
pyright
If there are multiple possible return values, should pyright automatically infer the right one, based on the passed arguments?
Jan 02, 2026
python
python-typing
pyright
Why does all(isinstance(x, str) for x in value) not help Pyright infer Iterable[str] from object?
Dec 24, 2025
python
python-typing
mypy
pyright
Can I have an optional parameter in dataclasses that is omitted when transformed to dict?
Dec 06, 2025
python
python-typing
python-dataclasses
pyright
How to set python interpreter in neovim for python language server depending on pyenv / virtualenv
Dec 03, 2025
neovim
pyenv
pyright
Can I disable type errors from third-party packages in Pylance?
Nov 25, 2025
python
python-typing
pyright
No overloads for "update" match the provided arguments
Nov 04, 2025
python
fastapi
python-typing
pyright
How to type a Python function the same way as another function?
Nov 03, 2025
python
mypy
python-typing
pyright
How can I to get subclass return types when calling functions defined on the base class?
Nov 01, 2025
python
inheritance
python-typing
pyright
Is there a way to disable coc-pyright type annotations in vim?
Oct 26, 2025
python-3.x
vim
ubuntu-20.04
vim-plugin
pyright
Python type-hinting: a Tkinter Event
Oct 26, 2025
python
python-typing
pyright
rust-analyzer doesn't show errors and suggestions neovim
Sep 20, 2025
neovim
pyright
rust-analyzer
nvim-lspconfig
How do you ignore specific Pyright type checks by project, file, line?
Sep 14, 2025
python
pyright
How to declare a Protocol with a field which supports both a simple type and property?
Sep 10, 2025
python
python-typing
mypy
pyright
Polymorphism in Callablle under python type checking (Pylance)
Sep 07, 2025
python
python-typing
pyright
Abbreviating dataclass decorator without losing IntelliSense
Sep 04, 2025
python
python-typing
python-dataclasses
pyright
Why isn't dict[str, str] assignable to Mapping[str | int, str] (Mapping key type isn't covariant)?
Sep 02, 2025
python
python-typing
mypy
pyright
Older Entries »