-
> Please provide a clear and concise description of the bug along with logs
my vscode project directory:
```
.
├── ESP32_GENERIC_C3-20240105-v1.22.1.bin
├── .micropico
├── README.md
├── src
…
-
I'm glad if this repo supports type stubs.
https://github.com/python/typeshed
-
The Django stubs that ship with the Pylance VSCode extension are out of date, and take precedence over stubs installed in the local environment.
## Environment data
- Language Se…
-
Static type checking helps avoid bugs - would be great to have an mxnet stub here:
https://github.com/python/typeshed
-
I'm new to python so still finding my way around type hints/stubs/pylance/mypy, so its not immediately clear to me exactly what types are missing since there are no .pyi files in the package.
-
### Describe the problem, ie expected/actual result (if it's not blatantly obvious)
The relevant code:
https://github.com/jorenham/scipy-stubs/blob/master/scipy-stubs/stats/_distn_infrastructure.p…
-
It would be awesome to be able to use this library in projects that are type checked by mypy without having to add it to the ignores.
To do that, for the installable code, you'd need to type hint t…
-
# Crash report
When running:
```
PYTHON_UOPS_OPTIMIZE=0 PYTHON_LLTRACE=1 ./python -m test test_multiprocessing_fork.test_processes -m test_free_from_gc
```
On a debug build, we get an assertion fai…
-
Would it be possible to generate stubs or types for compiled contracts?
For example, this import is not really recognized by IDE's
`from brownie import Token`
There's a Token.json file in the b…
-
### Ask your question
I tried to run PyTest but it fails because some remote dependencies like ```kubenetes``` are missing.
My [issue](https://github.com/wandb/wandb/issues/7826) about this was close…