lev-blit

Results 9 issues of lev-blit

Using the latest version of faker, `proxy.pyi` doesn't properly represent `proxy.py`s types... It is missing many methods from `class Faker` and missing classes like `UniqueProxy`... VSCode and mypy choose this...

I'm working on adding `engineio` to typeshed, and in its source code there is a file which imports from `eventlet` without a guard - https://github.com/miguelgrinberg/python-engineio/blob/main/src/engineio/async_drivers/eventlet.py#L1-L3. the guard is in another...

# Bug report ## What's wrong When modifying an object in a different thread / using raw sql / just in a different function, using `refresh_from_db` doesn't mark the object...

bug

in our project we use `disallow_untyped_calls = true` in mypy, and since the package isn't fully type-annotated we have to use `type: ignore` for this :( specifically - we use...

the underlying method used was removed in version 3.6.0, commit 2b2d711a5ba8be5cebe5913870c4dea1b9498af1

Maybe I'm missing something but from what I know a container must always have a name... when can it be null? See https://github.com/docker/docker-py/blob/main/docker/models/containers.py#L33-L34

Are there any plans to merge types-factory-boy into this project? Or at least finish adding typing annotation to this project? It would be really nice to have typing information for...

Feature