-
**Feature**
I would like to be able to add a (typed) attribute to a third-party class instance.
To give a specific example, Flask's `current_app`, and `Flask-AppBuilder`. Some example code:
`…
-
**Describe the bug**
When multiplying two series with the `@` operator, no type is inferred and the resulting type `Unknown` will be assigned.
**To Reproduce**
```python
from typing import revea…
-
See this trace from [this OPAM CI output](https://opam.ci.ocaml.org/github/ocaml/opam-repository/commit/0fd7c0b3ba9236d3160b3ac850225dad0108bff5):
```
#=== ERROR while compiling hacl_x25519.0.2.2 ==…
-
SQLAlchemy allows defining column defaults with a callable getting the insert/update context as an argument ([doc](https://docs.sqlalchemy.org/en/13/core/defaults.html?highlight=column%20default%20cal…
-
Hi. Just wondering what it would take to add a PEP 561 py.typed file to this project?
I see you have some type hints already. Would you welcome pull requests to improve upon this?
Does atheris aim…
-
-
## Description
Attempting to install via brew on a brand new macbook pro so environment is pretty clean. Installed homebrew and directly tried running this got something wrong with zstd's linking i…
-
Running mypy on code that uses the latest version of `pyout` fails with the error message "module is installed, but missing library stubs or py.typed marker". Please add type annotations to this proj…
-
**Description**
The [`boto3`](https://boto3.amazonaws.com/v1/documentation/api/latest/index.html) used by Amazon provider generates new classes at runtime, so mypy is not aware of types. Luckily, …
-
Issue Type: Bug
Hello,
Seems related to https://github.com/microsoft/pylance-release/issues/2304 but that issue says to open new issues for similar problems, so here goes.
Hovering a function…