Trevor Manz

Results 354 comments of Trevor Manz
trafficstars

I wonder if the issue on Windows is related to some behavior behind how [`NamedTempFile`](https://docs.rs/tempfile/latest/tempfile/struct.NamedTempFile.html#windows) works on Windows. Are we "Opening a named temporary file in a world-writable directory."?

> Oh, I think I see the problem. Thanks for explanation. I've learned a lot from this PR. > I don't think you need write_atomic here. Can you say more...

Oops, seeing #24391. Feel free to close. Although, I don't think that PR handles checking the whether the file is open prior to executing the fs operations. Probably should use...

> Therefore, pygwalker hacked ipywidgets and completed similar communication in JupyterLab. It might be possible/useful to base the front-end code on anywidget's APIs since marimo (and others) support bidirectional communication...

sweet! ping me if you run into anything. > And try it on the marimo first. some more context on marimo's support - https://marimo.io/blog/anywidget

Apologies for the delayed response due to relocation. Gos should work with other reference genomes. Can you specify the datasets/formats you're trying to use or code that you've tried? Any...

Hi there, can you be specific which metadata you require? I believe the user-defined ["attributes"](https://zarr-specs.readthedocs.io/en/latest/v3/core/v3.0.html#group-metadata) are available on `grp.attrs`: ```javascript const grp = await zarr.open(store, { kind: "group" }); grp.attrs...

Ah I see, thank you for clarifying. My understanding is that in zarr v3 consolidated metadata is experimental: https://zarr.readthedocs.io/en/main/user-guide/consolidated_metadata.html, but hopefully we can come up with a way to support...

> The plan is to eventually expose this metadata? Yes , exactly. If you know the store is v3, given the experimental state, one thing you could do is write...

> still ran into issues with the metadata being blocked. Sorry to hear that—could you clarify what kind of issues you're seeing? My understanding is that `consolidated_metadata` should include the...