-
**Desktop (please complete the following information):**
- OS and version: macOS 14 (arm64)
- Terminal/shell used: zsh
- Python and pip version: Python 3.13, pip 24.2
**Describe the bug**
Insta…
-
### Is there an existing issue for this?
- [X] I have searched the tracker for existing similar issues
### Describe the Issue
Hi! I can't figure out how to properly send google.protobuf.Struct.
W…
v1lev updated
2 months ago
-
### What happens?
Processing parquet data that contains a `struct` type nested inside a `list` doesn't finish (seems to be stuck in endless processing).
### To Reproduce
#### Data source: O…
-
## Describe the bug
## To reproduce
## Expected behavior
## Screenshots
## System description
## Additional context
ynkan updated
8 hours ago
-
The parameters "alpha," "nk," "nm," "nn," and "r0" in the g(r) function defining the NG force are currently [hard-coded](https://github.com/matthewholman/assist/blob/d450571a0fa3563ead12dc8f013c949c2a…
-
Tests fail with error when there are methods in `#[pymethods]` `impl` for struct:
```
Compiling pyo3-test v0.1.0 (/Users/ivan/pyo3-test)
Finished dev [unoptimized + debuginfo] target(s) in 1.10…
-
Trying to build python-dmidecode with GCC 14 fails with:
```
[ 18s] src/dmidecodemodule.c: In function ‘__dmidecode_xml_getsection’:
[ 18s] src/dmidecodemodule.c:482:90: error: passing argume…
-
pip install probablepeople fails with a superlong sequence of errors. Here are the last lines:
```
/Users/bob/opt/miniconda3/envs/names/include/python3.11/pytypedefs.h:22:16: note: forward dec…
-
Our dependency on `betterproto` is a source of a few issues:
1. We currently depend on the `2.x` series, which is only in beta (currently `2.0.0b6`). This is both non-ideal *and* is incompatible wi…
-
Here is some python code:
```python
from something.log import logger
from dotenv import load_dotenv
class Thing():
def __init__(self) -> None:
self.hi = "hello"
def method():
…