Allex

Results 2 issues of Allex

On `import channels_graphql_ws`, `promise.promise.async_instance.disable_trampoline()` is called, breaking DataLoaders. In the code there is a reference to https://github.com/syrusakbary/promise/issues/57#issuecomment-406778476 which indicates this is needed due to Promise not being thread-safe. This should...

# Bug report ## What's wrong Types defined using WithAnnotations started failing with mypy 0.981. ```python from typing import TypedDict from django.db.models import IntegerField, Model, QuerySet, Value from django_stubs_ext import...

bug
mypy-plugin