Juniper Tyree

Results 292 comments of Juniper Tyree

`ndarray` just released v0.16 - would it be easy to bump it in this PR to get the changes into v22 as well, or would it need a separate PR...

Thank you all for your work on this PR

If #131582 lands first, this PR should probably update the enabled WASM features section

+1 - it would be great if packaging installed from PyPi would just work out of the box in Pyodide

Do you mean making RON fully compatible with Rust syntax?

This *may* be possible to do. Ron has syntax for maps (since ron is a superset of JSON), so `{ a: 1, b: 2 }` would be parsed as a...

> Thank you for the suggestion. > > Just a remark. If you want to convert GRIB to xarray first you need to scan the whole file/files (all the messages)...

A scoped API (and/or a guard API that exits on drop) would be really useful

I think what's going on here is the following: 1. Non-transparent newtypes in RON are serialised like single-member tuples (so far so good) 2. Deserialising a flattened struct invokes the...