David Stansby
David Stansby
If it's not valid Zarr v2 data that's fine too, and instead I can ask it to be fixed on the metadata end :)
How would lazy slicing work to solve this? From my limited dive in to the source, the issue is `set_orthogonal_selection` spins up an event loop, inside which the data is...
Is the chunked data used for efficient I/O at the moment? From the tracebacks above it looks like the chunk data is being decoded anyway further down the stack, so...
So I think there's a couple of issues to disentangle here: 1. API backwards compatibility in `numcodecs` It looks like your error message is about trying to using the numcodecs...
With the benefit of hindsight, I think my original request/proposal to allow `null` in these fields merits wider discussion that should be decided on with respect to the specification as...
Since the JSON schema is just one implementation of the specification, I think the thing to do here is: - Fix the JSON schema to match the specification - Change...
I think my suggested change (that I applied) revealed (sort of) a real issue - `Checksum32` is a base class, not a codec that can be used by itself. I've...
welcome to the typing rabbit hole/warren 😬