Davis Bennett

Results 809 comments of Davis Bennett

> If the spec allowed null for any required fields then that's effectively saying those fields are not required. It's totally possible for a field to be required and take...

thanks for this report! Our array indexing codebase is long overdue for performance tuning, and I think your examples prove this decisively. A lot of the Zarr developers are currently...

directory listing over http is not to my knowledge standardized, so we are relying on fsspec's heuristics, which iirc involve assuming that a request against `"path/"` follows the static file...

we should definitely not be conveying the existence of keys that do not exist, so as a short-term fix we should probably sanitize the results of directory listing

these proposed software packages will need to get the JSON schema documents somehow. Let's call whatever method these packages use to get the JSON schema documents `X`. When is it...

> The idea is to ship them in a stable, documented location inside the package, and also expose them through a canonical programmatic API. I guess if developers want this,...

pixi would be used for setting up a development environment (and it could specify meson as a dev dependency), not for deployment

i'm just annotating the type of the `codec_id` attribute -- it's a `ClassVar[str]`, (no default value) instead of `str | None = None`