ahmadjiha

Results 3 comments of ahmadjiha

Hello @jhamman @d-v-b! I am excited for zarr v3 and would be interested in working on this issue.

I experimented with making the `Metadata` base class generic and ran into issues with bounding the generic type with `dict[str, JSON]`. Making the `Metadata` class generic was easy enough: ```python3...

Hello @d-v-b! I rebased and pushed commits to make the `Metadata` abstract base class generic + required changes to the downstream inheriting classes. I updated the PR descriptions w/ implementation...