-
# Pysa Bug
**Pre-submission checklist**
[X] I've checked the list of [common issues](https://pyre-check.org/docs/pysa-quickstart/#common-issues) and mine does not appear
**Bug description**
I …
-
This is a request for adding stubs for python lz4, or alternatively adding a lz4-stubs pypi package, seeing as this codebase supports python versions from before type hinting became possible.
-
Hello Yuzhe,
Thank you for providing this useful IsaacGym Python stubs They've been a big help with my coding for IsaacGym.
I encountered an issue where after installing this package, `isaacgym.…
-
Trying to open an old odoo 8.0 project I get the following exception:
```
java.lang.RuntimeException: Broken stub format, most likely version of FILE (python.FILE) was not updated after serializat…
-
I have a bunch of stub files organized by my C# stub generator DLLs, which are organized by DLL namespace names. They are then called by my Python scripts using clr.addReference("name"), which is a DL…
-
**Why is this feature valuable to you? Does it solve a problem you're having?**
Type checking of Python code can be incredibly helpful to write readable and maintainable code.
**Describe the solu…
-
This issue will be primarily removal of Node backend and add Django support
1. Remove Node stuff
2. Adding Docker to support Python build
3. Using a Backend server - like Guincorn
4. support Typing. D…
-
## Tech Debt
- Automate the stubs in sample_measurement in the example directory to prevent them from becoming outdated.
- update the [build](https://github.com/ni/measurement-plugin-python/blob/ma…
-
Hi,
I’m trying to make several custom changes to Mitsuba, and I want to install it into my conda environment using pip so that I can directly use Mitsuba. However, I'm having trouble pip installing…
-
# 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…