Joe Hamman

Results 587 comments of Joe Hamman

> In my experience, the root of the zip is one of the trickiest parts for data creators (and I assume implementers) to get right... @joshmoore - do you have...

> I think I have always used either linux zip or cygwin zip to create zarr zip files. What native windows program could I use to create a pure windows...

This would be nice to include as part of the 3.0 release when we get there.

The in-code deprecation warnings do a better job of explaining where to go for more details: https://github.com/zarr-developers/zarr-python/pull/2103

> does anyone want to volunteer to fix them here, or should I just ignore errors in the files that are currently erroroing for now? I'm happy to help plug...

A datapoint here is that if you base64 decode the on disk value `QQ==`, you get `b'A'`: ```python In [1]: import base64 In [2]: base64.b64decode("QQ==") Out[2]: b'A' ```

Might we consider experimenting with the top level API (e.g. #1884) rather than the Array class constructors? I've been thinking of separate signatures (a la mypy overloads) for v2 and...

I have a fix for this in the works.

This seems to have been fixed in the v3 refactor. Feel free to reopen if you hit this on 3.0.0.beta or later.

also cc @normanrz who knows the v2 pipeline path the best