-
I'm not able to load up my `Level.sav` file, haven't seen a similar exception in the open issues, so opening this one.
This save file comes from a G-Portal server that I'm trying to use locally.
A…
-
### Describe the bug, including details regarding any error messages, version, and platform.
When attempting to use a `RunEndEncoded` array with either a `struct` or a `list`, an exception is raised …
-
### What should we add?
The recently added `SparseObservable` class was added as a Rust native object in #12671 . To facilitate different use cases for generating and interacting with this new struct…
-
This meta-issue will be used to track and prioritize all requests for implementing parts of [Python's extensive standard library](https://docs.python.org/3/library/index.html):
## Missing methods
…
-
## Description
This is extension to #20 and extends support for WindowsPerf CLI flag `--sample-display-long`.
We want to make reading of "long symbol names" easier in VS extension by adding simp…
-
Consider the following Python function:
```python
# In macro module
def include (headers, functions = [], structs = []):
pass # Body
```
By design, either `functions` or `structs` can be u…
-
### Describe the bug, including details regarding any error messages, version, and platform.
`RecordBatch.from_struct_array` can produce an invalid `RecordBatch` if the input `StructArray` has been s…
-
### Describe the bug
Comparing two struct's equality causes invalid C code to be generated.
```
cython_ctuple_bug.c:2134:69: error: invalid operands to binary expression ('struct __pyx_t_17cython…
-
#### 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…
-
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 …