Trevor Manz
Trevor Manz
I'm not getting the same error. `yarn build`? I think this could be due to `@gmod/bbi-js` using a `default` import from `generic-filehandle`.
_Follow up from conversation this morning_ **TL;DR** - It would be nice to let someone explicitly use a reader plugin (if installed in their environment) to read a specific format...
Hi there, this looks like a [CORS configuration issue](aws.amazon.com/what-is/cross-origin-resource-sharing) on your s3 bucket. You need to enable CORS to allow the web-browser to make requests to s3, and ensure the...
Hi, the local data capabilities only work while there is a Python session running (i.e., in an active Jupyter notebook). You can't export to standalone HTML, because the web-server on...
> One existing challenge is to get the HandleTilesetInfoFinished implementation to satisfy all three types Agreed. It seems like that the usage of that function has been overloaded over time....
Looking forward to reviewing this, but won't be able to until after this weekend. Let me know if you are blocked
This seems related to some of the issues @etowahadams is finding with private/public fields in https://github.com/gosling-lang/gosling.js/pull/874. My guess is that we somehow rely on casting our classes to `any`, and...
Oh very interesting! I did not know this. My thought to move towards ecmascript private fields was to move towards web standards and be more consistent across the code base....
Maybe default to something like [`zarr.storage.FSStore`](https://zarr.readthedocs.io/en/stable/api/storage.html#zarr.storage.FSStore), which is based on fsspec and automatically infers stores?
As a follow up to close this, I am able to successfully load the COO matrix on the exact input file you used by using `--one-based`. No need for the...