-
My aim is to create a `Protocol` which could match either a dataclass (ideally a frozen dataclass) or a Django model (I only really care about the getter).
Does this seem like a plausible thing to …
-
Hi, my team is willing to type check as much as possible our python projects and we noticed a strange behavior with fastavro. While checking the types, mypy fails to follow fastavro imports (https://m…
-
Couldn't resolve TF-TRT Warning: Could not find TensorRT
I'm using wsl2 in windows 11.
```
Distributor ID: Ubuntu
Description: Ubuntu 22.04.4 LTS
Release: 22.04
Codename: jam…
-
Dear Flapi developers,
First and foremost, I want to express my sincere gratitude for developing Flapi. This library has the potential to greatly enhance workflow automation in FL Studio, and I'm…
LL1yt updated
4 months ago
-
**Describe the bug**
Error when compiling Pycolmap
**To Reproduce**
1. compile and install the `colmap 3.11.dev0`
2. Proof whether colmap is installed properly
```
>> colmap --help
COLMAP 3.1…
-
### Solution to issue cannot be found in the documentation.
- [x] I checked the documentation.
### Issue
I have some recipes where python is either in `build` as a build tool or `test.requires` for…
-
Boolean values get parsed badly in flask.
```yaml
openapi: 3.0.0
info:
title: Bar
description: Foo
version: 0.1.0
paths:
/foo:
post:
summary: Bar
description: des…
-
When using `mypy` as linter, it needs to know where to look for packages. This breaks when using virtual environments.
Manually starting vim with:
MYPYPATH=/path/to/venv/lib/pythonX.Y/site-p…
-
# Feature Request 🚀
## Describe the solution you'd like
https://code.visualstudio.com/docs/editor/intellisense / https://code.visualstudio.com/docs/python/linting also for modules/classes from t…
-
**Describe the bug**
When `add_missing_columns` is set to True in `DataFrameModel`, the same missing_columns can sometimes be added multiple times.
The specific conditions under which this occurs …