Trevor Manz

Results 355 comments of Trevor Manz
trafficstars

> Any thoughts @manzt? Is that the approach you were prototyping above? I'd be interested in trying to get this working if you have time to give me pointers (maybe...

Sure, I'll look into opening an issue. It's worth noting that in order to render to the grid currently (for plate or well), we require identically sized images: https://github.com/hms-dbmi/vizarr/blob/1ef216350580b3425468550d2c3473a566af6827/src/gridLayer.ts#L44-L55 And...

I suggested some changes in #125 to towards some of this behavior. I don't forsee many blockers implementation-wise, but my guess is the biggest challenge will be deciding on a...

Hi @will-moore thanks for you patience on this. I was on vacation all of last week and did not have my laptop with me. My main concern is that Vizarr...

I think that’s a totally valid concern. What do you think about adding some redirect or prompt if vizarr recognizes a collection?

It should be very straight forward to get started. The project is set up like most modern JS build tools, but since you are coming from the Java-side I can...

Hi there! Thanks for checking out vizarr. It seems this issue is related to #60. https://github.com/hms-dbmi/vizarr/issues/60#issuecomment-737959386 Currently we support the Zarr generated from `bioformats2raw`, which doesn't downsample/chunk along the z...

Hi @BioinfoTongLI, thanks for opening the issue! > I don't know about Vitessce I'm afraid, but we (OME) certainly aim to support the latest OME-NGFF versions in vizarr. Vitessce is...

Thanks for exploring this and offering some ideas. I am generally hesitant to add any sort of Worker-specific features to zarr. I've used threads.js in a couple of projects and...

> I like the codec approach but i am wondering (not very well versed in Javascript concurrency) what the tradeoff would to have fetch run in main and then pass...