-
Hi all. I have protobuf 3.15.8 installed but when I try to install gcld3 through pip, protobuf headers aren't found when building from source:
```logs
$ pip install gcld3
Collecting gcld3
Usin…
-
I was doing `turso db shell` autocomplete, but it was just hanging forever.
I then ran `turso db list` and the output looked like this:
```
penberg@vonneumann limbo % turso db list
NAME …
-
#### Bug Report Checklist
- [ x] Have you provided a full/minimal spec to reproduce the issue?
- [ x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swa…
-
For instance, this script passes mypy:
```python
import contextlib
from typing import Iterator
@contextlib.contextmanager
def f() -> Iterator[int]:
return iter([1])
with f():
p…
-
- [x] I am not submitting a question on how to use ANTLR
- [x] I have done a search of the existing issues to make sure I'm not sending in a duplicate
PEP 561 for Python 3 recommends adding an e…
-
Should be similar process to https://github.com/scaife-viewer/beyond-translation-site/issues/148:
- Get Codespaces instructions into README.md
- Work with @pletcher make sure that there is enough …
-
### Solution to issue cannot be found in the documentation.
- [x] I checked the documentation.
### Issue
I'm not sure where to post this, but saw a very similar issue [(#19801)](https://github.com/…
-
## Environment data
- Language Server version: 0.5.45.0
- OS and version: Win7x64
- Python version (& distribution if applicable, e.g. Anaconda): Python 3.8
## Expected behaviour
It shows…
-
Nowadays many tools(like `mypy` or `pyright`) start to provide type check. Would this project add typing stubs in the future?
![image](https://user-images.githubusercontent.com/45957390/150147489-146…
-
Would adding type hints to the gunicorn codebase be something the team would be open to? If so, what can I do to help with this initiative?