-
This idea is similar to [stricter stubs](https://github.com/python/typing/issues/1096) idea, but a bit more general and focused more on new typing features. Typing features are produced at pretty quic…
-
## 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://…
-
### Short description
Feature request: Could you please add type hints to the source (and/or in stub files) and add a `py.typed` marker file per [PEP 561](https://peps.python.org/pep-0561/)
…
-
Consider providing async API via `tokio`/`futures`.
-
## Summary
I'm starting this thread as a fresh start on the Intersection PEP. We've come across various difficulties in formulating the Intersection PEP, and it's been a long road of discussion - I…
-
**Is your feature request related to a problem? Please describe.**
Very often, user-defined contracts start along these lines:
```
let Port = fun label value =>
if builtins.isNum value then
…
-
example code, in py2.7
```
import MyType from unanalyzed
def foo(bar):
# type: (MyType) -> None
...
```
I would expect this to be an error: if mypy doesn't know what `MyType` is, it s…
-
Integration of [RBS ](https://github.com/ruby/rbs)into Solargraph is officially on the roadmap.
## Features
* Map the Ruby core and stdlib with RBS
* Map gems with RBS when sigs are available
…
-
**Describe the bug**
While Packages seem to install correctly and are shown after installation using `espanso packages list` the matches in the package do not work, nor show in the search bar
**To…
-
I was trying to come up with an example where erasing casts could lead to value representation issues, and accidentally found what seems to be a bug:
```racket
(let ([vec : (GVect Dyn) (gvector 1 #f…