Langdi

Results 2 issues of Langdi

I added support for parsing huge trees (either nested > 256 levels or just big nodes) as discussed in #110. As suggested it can be disabled when passing `huge_tree=False` to...

## Problem I am using ZARR (https://zarr.readthedocs.io) with an S3 Backend. Zarr knows the concept of a zarr store, which is basically an `S3Map`: ```python s3 = s3fs.S3FileSystem(...) store =...