May Pi
May Pi
Tried this code snippet above to check if the issue remains ``` import numpy import zarr group = zarr.open() group.create('foo', dtype=[('a', int), ('b', int)], fill_value=numpy.zeros((), dtype=[('a', int), ('b', int)])[()], shape=(10,...