-
At first I wrote my own simple client for healthchecks.io with just the minimal features that I need, but then I thought, someone must have done this already, so I searched and found your project. It'…
-
This may be a duplicate, but I was unable to identify a particular issue as the root cause of this problem. This was [originally raised](https://github.com/python/typeshed/issues/3221) in the typeshed…
-
Since `aiocache` only supports modern Python 3 versions, I was wondering if there would be an interesting in having the library be typed?
I wouldn't mind doing the work to get this done, but wanted…
-
### Summary
Error raised when a typed function is used with the @bridge_command decorator should be fixed
### Reproduction Steps
Recently, I have been using the bridge_command decorator to avoid co…
-
I am trying to get the tutorial running locally but seem to hit an issue with the first cell block.
```python
import ibis
con = ibis.connect("duckdb://nycflights13.ddb")
con.create_table(
…
-
# Bug report
### Bug description:
[PEP 702 – Marking deprecations using the type system](https://peps.python.org/pep-0702) introduces a new API [`warnings.deprecated`](https://docs.python.org/3.…
-
I've installed Anaconda, but I can't even get Jupyter notebook to run. I've tried running it from Anaconda Navigator, as well as from the command line by typing `jupyter notebook`. The error message I…
nb9ez updated
3 years ago
-
**Describe the solution you'd like**
I'd like to propose adding type hints to the `Aiokafka` project. I've used `mypy` to analyze the codebase, and I believe that adding type hints could significantl…
-
Forgive me (and please let me know) if I'm asking a question that is out of scope for this issue tracker. I'm trying to use mypy to do things it was not necessarily designed to do.
Specifically, I'…
-
**Bug Report**
I can type-annotate untyped imports from a local file, but not from a package (in which case I get a `no-redef` error).
**To Reproduce**
`my_local.py`
```python
from funcy.de…