Kyle Barron

Results 717 issues of Kyle Barron

If you try to build `geoarrow-rs` from commit https://github.com/geoarrow/geoarrow-rs/commit/7460d2dfc2ce7f8e52b14536534275714fc3376c in release mode, it fails to compile ``` > cargo build -p geoarrow-geo --release error[E0275]: overflow evaluating the requirement `>::Item: GeometryTrait`...

### Bug Description Thanks for all your work on maturin! In my project I have [a step](https://github.com/kylebarron/arro3/blob/75f12c96ba19ea4dca68a32e10e8488aaad69864/.github/workflows/wheels.yml#L162-L167): ```yaml - uses: actions/setup-python@v5 with: python-version: | 3.9 3.10 3.11 3.12 3.13 3.13t...

bug

## Environment data - VS Code version: 1.103.2 - Jupyter Extension version (available under the Extensions sidebar): 2025.7.0, last updated 2025-08-06, 10:46:47 - Python Extension version (available under the Extensions...

bug

Numpy v2 added a new [variable-width string data type](https://numpy.org/doc/stable/user/basics.strings.html#variable-width-strings). This is much more performant than variable-width string arrays in Numpy v1 because those stored a Python `str` for every element....

I'm having trouble with `NaN`s produced in transformation with this WKT2 CRS from a MODIS image: ```js const proj4 = require("proj4") // v2.20.2 const sourceCrs = 'PROJCS["unnamed",GEOGCS["Unknown datum based upon...

The specification pages on the deployed website, e.g. https://geoparquet.org/releases/v1.1.0/, do not have header anchors, so it's impossible to link to a specific portion of the page.

ref https://github.com/kylebarron/arrow-wasm/pull/137

https://developer.mozilla.org/en-US/docs/Web/API/Request/Request Allows the user to pass headers that get passed on as part of the request

Adds test for https://github.com/kylebarron/parquet-wasm/issues/606. Currently fails because https://github.com/apache/arrow-rs/issues/6415 still has not been fixed.