Trevor Manz

Results 354 comments of Trevor Manz
trafficstars

> So I guess zarr-lite implements what we call the store API in Zarr v3, and especially the readable store API. Perhaps in part? Reading what you sent, I don't...

> I've put a smallish sample zarr dataset in an open-access Azure cloud bucket. Hmm I'm getting errors with the public access datasets. Are they available via HTTP? ```bash $...

Ah thank you! BTW, I don't think the metadata in `nftd/.zattrs` (and thus the consolidated metadata) is valid JSON. `"nftd/.zattrs".nodatavals` contains `[ NaN ]` not `["NaN"]`. I notice that the...

I just made [`numcodecs.js`](https://github.com/manzt/numcodecs.js) public which has a WASM blosc codec. Hopefully this will help others use blosc in their applications! EDIT: It's a javascript module meant to be run...

Sorry I'm late to the party, and not sure I have much to comment on... @will-moore has been experimenting with loading a plate in `vizarr` and linking to individual multi-res...

> @manzt Do you by chance know of other cool libraries for turning a notebook into a deployable web app? There are a couple dashboarding frameworks with support for widgets....

Think the formatting is broken on Tasks above. I can't edit to fix myself!

## Tasks: - [ ] [accessible-emoji](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/docs/rules/accessible-emoji.md) - [x] [alt-text](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/docs/rules/alt-text.md) https://github.com/oxc-project/oxc/pull/1126 - [ ] [anchor-ambiguous-text](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/docs/rules/anchor-ambiguous-text.md) - [ ] [anchor-has-content](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/docs/rules/anchor-has-content.md) - [ ] [anchor-is-valid](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/docs/rules/anchor-is-valid.md) - [ ] [aria-activedescendant-has-tabindex](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/docs/rules/aria-activedescendant-has-tabindex.md) - [ ] [aria-props](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/docs/rules/aria-props.md)...

Feel free to make a PR and reference this issue!

one suggestion, you can use some indirection to create a model with just the static contents so that it is hoisted from each model instance: ```py import ipywidgets import anywidget...