-
Here the template as example:
```
message Test {
google.protobuf.Struct data = 1;
}
```
So, the idea is to add a function to cast a python dictionary in the protobuf structure. The value of …
-
@MarcoGorelli
As mentionned today after your very good talk at pydata Paris, this tutorial repo is so useful :+1:
My suggetion is to add an example of a function taking as input n columns and r…
-
#### Feature
When using the `wasmtime run` command I'd like to be able to attach a directory as read-only.
#### Benefit
Currently this works:
```
wget https://github.com/brettcannon/cpython…
-
### Summary
Regenerating the proto files make the tests fail
### Reproduction Steps
Re-generate the files used in the compiler, as documented in the `README`:
```
protoc \
--plugin=p…
-
### Description
Hello! I am working for University Gent (UGent) and I am trying to install ITK 5.4.0 on our HPC to provide it to our researchers.
We are using EasyBuild to build and ins…
-
I tried to write Python bindings for a struct containing `ndarray` type fields, but it does not compile: (`rust-numpy` v0.22.0)
```Rust
use pyo3::prelude::*;
use pyo3::{pymodule, Bound, PyResult};
…
iv461 updated
1 month ago
-
### 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…
-
Some of features like ggml_graph_plan function was removed from ggml library when combining llama.cpp branch, it seems not using the previous branch from ggml with whisper.cpp is fully supported.
I…
-
- `CameraType`
- `EventType`
- `FontType`
- `JoystickType`
- `MaskType`
- `SoundType`
- `ChannelType`
- `RectType`
- `FRectType` (what?)
- `SurfaceType`
These `*Type`s has a long history.…
-
### Describe the bug, including details regarding any error messages, version, and platform.
I was getting the following error when trying to build a large polars DataFrame from a pyarrow table:
`…
Aryik updated
2 months ago