-
I have recently started learning neovim and found it to be interesting. Soon after I got hooked, I started `vimo-hoping` similar to that of `distro-hoping` which I did during my early days of Linux a…
wxguy updated
9 months ago
-
I recently fixed a bug in pyright that caused a false negative when attempting to assign a `list[LiteralString]` to a `list[str]`. As we know, the type parameter for `list` is invariant, so these type…
-
#### My Pain
I'm developing my applications in the VS Code editor. Furthermore I use pylint and mypy to help me create code of high quality. And google style docstring for documentation.
Param u…
-
Hello. I wasn't sure where to ask so please do close this issue if it does not belong here.
Is it a project goal to at some point offer more "client side" support for validating input, and/or provi…
-
Pylance is able to load my stubs after adding a "typings" folder to my directory but mypy even after setting up my directory location with my nested stubs is unable to find anything. Is it possible to…
-
As discussed in the core team meeting, we're going to start using Type Hints for Python code (and TypeScript for JS code, see the sister issue #5799).
This should improve the developer experience b…
-
**Describe the bug**
Exception with `INTERNAL ERROR: maximum semantic analysis iteration count reached`
**Expected behavior**
A message like `error: Name "Address" is not defined [name-defined…
-
The first step for adding typing support to all of PyObjC is to add typing support for PyObjC-core:
- [ ] Add a .pyi file for ``objc._objc``
- [ ] Add type annotations to files in ``Lib/``.
- [ ]…
-
I'm using SQLAlchemy's `declared_attr` decorator to add columns and relationships.
However, the decorated columns and relationships are completely ignored.
Here is a very simplified reproducer:
…
-
**Describe the bug**
Table columns have optional[T] type even when they are defined with `nullable=False`
**Expected behavior**
Expected for type to be just "builtins.str" (not optional)
**T…