-
Imagine, we have the following schema file:
```fbs
namespace mydata;
table Data {
value:string;
size:uint;
}
table Element {
data:Data;
}
root_type Element;
```
Running…
c92s updated
3 months ago
-
### What should we add?
Right now the property set exists solely in Python space as a dict subclass that defaults to `None` on missing elements:
https://github.com/Qiskit/qiskit/blob/stable/1.0/qi…
-
Hi! I found that F821 ("Undefined name") and F722 ("Syntax error in forward annotation") can erroneously trigger on functions that marked `@no_type_check`, if they happen to either use names that …
-
Version: pip `0.1.16`
Sometimes the ordering of classes in the generated python is improper so that base classes appear after derived classes that require them. Seems to be a function of the number…
-
### 🔎 Search before asking
- [X] I have searched the PaddleOCR [Docs](https://paddlepaddle.github.io/PaddleOCR/) and found no similar bug report.
- [X] I have searched the PaddleOCR [Issues](https://…
-
I've revised the setting.py as below, but when running marker or marker_single, still it works under CPU mode.
----reivsion ---
line10:
class Settings(BaseSettings):
# General
TORCH_DEV…
-
**mashumaro version**: 3.13.1
**Python version**: 3.12.4
**Operating System**: macOS Sonoma 14.3
### Description
I'm a maintainer of Flyte, and I encountered an issue while using `mashumar…
-
**Describe the bug**
Right now, all methods have to be called using the exact same naming convention as they are defined with in Java, which while not *exactly* a bug; normal Java naming conventions …
-
# Bug report
Consider this example:
```python
class My:
def __annotate__(format):
assert format == 2, format
return {}
import annotationlib
annotationlib.get_annotations(My, for…
-
C:\Users\john\RFGuess>python main.py
Traceback (most recent call last):
File "C:\Users\john\RFGuess\main.py", line 2, in
from ui.slots import *
File "C:\Users\john\RFGuess\ui\slots.py", l…