-
This is a reminder list for relatively easy changes we may want to do in a major version.
- Local partial types
- PEP 688 change bytearray memoryview promotion by default
- Remove logic for legac…
-
Goal is to verify the kalman filter math is working as intended.
- Use filter definition files to produce C code, as well as python stubs
- Run the C code via python and compare the outputs at vario…
-
# Pysa Bug
**Pre-submission checklist**
[ ] I've checked the list of [common issues](https://pyre-check.org/docs/pysa-quickstart/#common-issues) and mine does not appear
**Bug description**
When…
-
> Please provide a clear and concise description of the bug along with logs
my vscode project directory:
```
.
├── ESP32_GENERIC_C3-20240105-v1.22.1.bin
├── .micropico
├── README.md
├── src…
-
Here's an example of what the type checking looks like currently (observe all the errors) for `@asm_pio`-decorated Programmable IO assembly code blocks:
![image](https://github.com/user-attachments…
-
Mypy supports splitting types by Python versions by interpreting `if sys.version_info ...` checks. But we have no mechanism to conditionally split types by Django version. This has lead to lots of sma…
-
Currently need to manually include Matplotlib type stubs for automated Pyright checks to work nicely. Once the type stubs are included directly in Matplotlib, we won't need local copy of type stubs, s…
-
**Describe the bug**
The [documentation](https://www.pantsbuild.org/2.21/docs/python/goals/check#third-party-type-stubs) says that including type stubs in the mypy custom lockfile will cause them to …
-
Update: forum post: [https://forum.djangoproject.com/t/change-querydict-getitem-in-case-of-empty-list/36522](https://forum.djangoproject.com/t/change-querydict-getitem-in-case-of-empty-list/36522)
…
-
## Abstract & Motivation
This proposal aims to enhance the standardization and modernization of the component library, focusing on improving the developer experience and overall code quality.
As…