-
### Describe the bug, including details regarding any error messages, version, and platform.
Currently on pyarrow 17.0.0 creating a table from a sliced struct array ignores slice bounds
```python
…
-
### Describe the bug, including details regarding any error messages, version, and platform.
I have a custom PyExtensionType. I would like to use that value for a field of an array, and use that ar…
-
### 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.
### Re…
-
**Submitting author:** @qurit-frizi (Fereshteh Yousefi Rizi)
**Repository:** https://github.com/qurit/rt-utils
**Branch with paper.md** (empty if default branch): development
**Version:** V1.2.0
**Edi…
-
## The Problem
I have a struct in rust that is intended to be sub classed by python classes, and I need to provide factory class methods to this struct. Currently, there seems to be no direct w…
-
### Problem description
Given the following struct:
```cpp
template
struct CGrappleResult {
enum class Tag {
Ok,
Err,
};
struct Ok_Body {
T _0;
};
struct Err_Bod…
-
Hi,
First, I would like to say that this python library is quite usefull to me ! Thanks a lot for the contributors and the maintainer. The original snap7 library is also awesome !
During one dev…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Empire Version
5.11.5
### Python Version
3.12
### Operating System
Arch Linux
### Database
MySQL
### Cu…
-
### What problem are you facing?
We have two helpers to convert between Python dictionaries and protobuf structs:
* `resource.struct_to_dict(some_struct)`
* `resource.dict_to_struct(some_…
-
Issue related to tracking Metal syntax. This issue should only contain syntax that is relatively not going to change heavily.
## Notes
### Difference between `::` and `.` in struct functions
…