-
The Django stubs that ship with the Pylance VSCode extension are out of date, and take precedence over stubs installed in the local environment.
## Environment data
- Language Se…
-
Ophyd's documentation claims that Ophyd "[puts] the details specific to a device or control system behind a high-level interface with methods like trigger(), read(), and set(...)", however many of the…
-
The tarball for version 0.22.1 on PyPI includes the typing stub information now:
```sh
$ curl -LO https://files.pythonhosted.org/packages/81/4b/d3eb25831590d6d7d38c2f2e3561d3ba41d490dc89cd91d9e65e…
-
### Contact Details (Optional)
johan.erlands@idainfront.se
### What happened?
When using generated service stubs you get an list of filters. The list is empty untill you write `?filter=bar&filter=f…
-
# Bug report
## What's wrong
With the latest django-stubs v5.0.4, I've noticed strange behavior when using models that inherit from 3rd party packages. Specifically, mypy throws a "Need type…
-
### Game Name
Tom Clancy's Ghost Recon Wildlands
### Game code
CUSA02902
### Game version
V1.0
### Used emulator's version (only released versions are acceptable)
v0.2.0
### Current status
No…
-
Hey all,
I know the README says it doesn't make sense to use `django-stubs` without mypy, because mypy uses a plugin for cases where type hints alone don't work. Sorry if this question is a waste o…
-
I have pyright installed, I am working with Neovim. When I try to use django-types it throws '"models" is unknown import symbol' on the line 'from django.db import models'. When I use django-stubs ins…
-
i need to run integration tests on qdrant server but i do not want to go down with testcontainers heavy stuffs
so i just create mock servers and let clients request go through network but hit an …
-
I have a RIDL file that is pushing 2,000 lines. I can understand why a service definition would be challenging to split up, but I would love to be able to at least be able to split the type definition…