-
I'm generating a Python API from the following schema:
```
struct Uuid {
id: [ubyte: 16];
}
```
This generates a Python object that contains a `_UnPack()` method which generates a Python…
-
Hello everyone, first of all I want to apologize if I have made this ticket here not dealing with a bug, but just asking for help with a frontend I'm currently making (for some years and that isn't pu…
-
There's error
Can you fix this problem?
```
× Building wheel for greenlet (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [220 lines of output]
running bdist_wheel
…
-
### Describe the bug
A clear and concise description of what the bug is. What command did you run? What happened?
Array inside struct not working throught DBT
### Steps To Reproduce
In as much d…
-
The sound mixer should be refactored so any decoder can be used either with in-memory or streaming data. I imagine calls like
sndmixer_queue(SNDMIXER_WAV, SNDMIXER_STREAMING, read_callback, rea…
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars.
### Reprodu…
-
I think assigning to a struct member should be treated like assigning to the struct as a whole regarding data sharing mode.
In the following example, `tid` is made private in the parallel block, `s…
-
I have a use-case where I have implemented an API in python and that needs to be invoked by C++.
struct ABC {
ABC(int _i, int _j) {
i = _i;
j = _j;
…
-
BPO | [26899](https://bugs.python.org/issue26899)
--- | :---
Nosy | @pfalcon
*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*
…
-
~/tf/neuraltalk-master$ python eval_sentence_predictions.py
usage: eval_sentence_predictions.py [-h] [-b BEAM_SIZE]
[--result_struct_filename RESULT_STRUCT_FILENA…