-
### Describe your environment
OS: Void Linux
Python version: Python 3.12
SDK version: 1.28.1
API version: 1.28.1
### What happened?
Pyright type checker complains about missing type stubs for
…
-
It would be awesome if you added a stubs file (and type hints within the exposed parts of the API) so that static type checkers (e.g., `pyright`) can properly type check with this library.
Given t…
-
I get this error from Mypy:
```
src/py_utils/headers.py:1: error: Cannot find implementation or library stub for module named "secure" [import-not-found]
src/py_utils/headers.py:1: note: See https…
-
Please consider adding type stubs. Without static type information, it feels like walking in total darkness: no auto-completion, no types, no parameters, nor return values—nothing. It is very easy to …
-
Did you ever consider adding type annotations or creating stubs for type checking?
-
Are there any up-to-date type stubs for pyimgui?
Is there a way to autogenerate them from some source?
-
# Bug report
## What's wrong
If I run mypy on this code:
```py
from django.contrib.contenttypes.models import ContentType
from django.db import models
def f(model: type[models.Model]) -> N…
-
## The Problem
With the new `model-property` type and `ModelPropertyRule` Larastan now has the ability to check the existence of model columns that are given to a method.
Adding the `model-propert…
-
Hello! I am doing some development with pvaccess/pvapy, and I have found my IDE (vscode) cannot find the symbols associated with pvaccess:
![image](https://github.com/epics-base/pvaPy/assets/558685…
-
I didn't have much discipline when I first introduced JS support and created quick stubs for the necessary types. We should move to a more structured approach with `PlatformSpecific` super types, avoi…