-
[Proposal for gradual mypy adoption](https://docs.google.com/document/d/1a3FULtraY9928HLBa3a_V784dVXs7izTJikqdm0XCK0/edit)
This epic will encompasses the work to complete the transition to use of the…
-
Consider the following example:
```python
from typing import Sequence
from typing import TypeVar
T = TypeVar("T")
def size(seq: Sequence[T]) -> int:
return len(seq)
```
Type checking…
-
Would you be open adding type annotations (in the form of .pyi files) to this project? I have them pretty much ready to go if you want
-
I don't have any degree in CS nor am familiar with JavaScript engine implementation.
But I believe that JavaScript has a dynamic type system, not static.
So, as I noticed in the title, this propos…
-
Larger files of about 200kB have pretty poor performance when writing. There is a big delay and new symbols appear only after a few seconds. The number of automatic line breaks also seem to affect the…
-
|[](https://github.com/mthuurne)| @mthuurne reported|
|-|-|
|Trac ID|trac#9909|
|Type|defect|
|Created|2020-07-17 16:26:47Z|
When run on the following code:
```
from twisted.internet import reactor
r…
-
This has been briefly discussed before, but I think it would be a good idea if we started distributing the stdlib types in a separate package `types-stdlib`, similar to third-party packages:
* Type…
-
I lose auto-complete on some variable names when trying to access the variable from multiple threads and loops. Unfortunately, I couldn't replicate it in a bare minimum example however I made a short …
-
## Request for Comment
#3581 officially ended support for Python 2 in the Python package.
Now that Python 2 support has been ended, I'd like to propose adding type hints to the library (https://…
-
**Describe the bug**
The latest version of AWS Toolkit disables full line code completion due to Amazon Q and Codewhisperer integration, but those are optional features, and even if they are not enab…