-
## Description
- Even with the official Jupyter scipy-based image ([jupyter/scipy\-notebook](https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html#jupyter-scipy-notebook)), th…
-
Maybe I'm missing something, but this plugin seems to not recognize many of micropython's modules. For example `from machine import Pin, ADC, TouchPad` recognizes Pin but not ADC or TouchPad. Other mo…
-
**Bug Report**
I ran into relatively low priority unexpected behavior. I have this code
```python
from anytree import NodeMixin # type:ignore
from typing import *
from abc import abst…
-
### Environment data
VS Code version: 1.34.0
Extension version (available under the Extensions sidebar): 2019.4.12954
OS and version: Ubuntu 19.04
Python version (& distribution if applicable, e…
-
Add type hints to all (public API) code make the distribution PEP 561 compliant. This allows `mypy` (and other tools?) to find the type hints and use them in linting.
In practice, add `py.typed` fi…
-
### What needs to happen?
If we try to update mypy-protobuf in build-requirements.txt to a latest version and run myypy==0.782(this is what we use currently to run mypy) type checker on the stubs gen…
-
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…
-
* bleak version: latest
* Python version: 3.9.11
* Operating System: Linux / CircuitPython
* BlueZ version (`bluetoothctl -v`) in case of Linux: not relevant
### Description
At PyCon 2022, we…
-
Recently it seems that more and more Python libraries include typing hints. Personally, I'm a fan of type hints while developing. Are there any plans to add typing hints to Fiona?
I'm not 100% sur…
-
## 🐛 Bug
came across same error as https://github.com/pytorch/pytorch/issues/34707#issue-580449872
output of collect_env.py is:
Collecting environment information...
PyTorch version: 1.4.0
…