Johannes Roos

Results 13 issues of Johannes Roos

While exploring zarr.js performance on big datasets, I realized that there are some limitations when loading and decoding lots of chunks, as for know everything happens in the main thread...

Hi! First thanks for the great work, especially for the effort in types! As a lot of the community uses S3 for storage, I was wondering if you would be...

Fixed using docker compose with the new "docker compose" api as well as the older "docker-compose" api.

Cool job, unifying these python projects. I was wondering if there would be a way of documenting the performance impact of using this library over e.g a vanilla python zarr...

Hey everyone, first of all thanks for this amazing library, and all of the efforts of bridging the two ecosystems! I noticed that boto3 is listed as a dependency with...

I hope this is not considered a shameless plug for another software project (if so please delete). For a project I am working on i missed typescript codegen typehints so...

Now that pydantic v2 is out for a while, and stabilized, we should consider supporting the newer patterns. There is two axes to this. ### **Code Generation** Code generation could...

This plugin allows for add-in logic through custom directives, that will allow adding in custom code generation logic through self directives, that then call user defined functions: ```yaml turms_directives: name_or_directive:...