Mark Keller

Results 215 comments of Mark Keller

Behavior should be the same between all stores (e.g., MemoryStore and DirectoryStore) - currently I think it is not as `file.exists` will return TRUE for a directory. Also, behavior should...

> Wondering what your preferred implementation is My first thought would be to add an optional property to the Store abstract class for keeping consolidated metadata at the store-level. If...

Haha, happy Monday! Thanks for sharing the implementation. > How do you feel about use of memoise as I have in there? It makes sense, especially for HTTP store! I...

Ah I see now the empty object is an iterator so I can do ```js Array.from((await zarr.get(arr)).data); ``` so perhaps not a bug after all, but now I have to...

Maybe the user should opt-in to getting an iterator `zarr.getIterator(arr)`