Jeremy Maitin-Shepard

Results 498 comments of Jeremy Maitin-Shepard

It was intentional that `zarr_format` not include a precise version number of the spec. Instead, it is intended that the spec defines some broad compatibility guarantees, and `zarr_format` only needs...

It looks like the Python implementation does not support `USE_BAZEL_VERSION` being a path to a binary, but the `go` implementation does. It would probably make sense to fix the Python...

The tensorstore project uses a copy of Python bazelisk in its repository in order to avoid the need for users building it to install or even know about bazel when...

Yes, that's all correct. https://github.com/openssl/openssl/blob/6c0ecc2bce64cc86948a51f80f832b5e48a9ebea/crypto/engine/eng_rdrand.c#L47

In general this would make zarr into much more of a universal array representation --- for example you could have a tiledb-like format where files correspond to write operations (which...

Is there a way that vitest can inject some code to do that in every worker automatically? Maybe by monkey patching the Worker global?

See also https://github.com/zarr-developers/zarr-specs/issues/277 and https://github.com/zarr-developers/zarr-specs/issues/270