Trevor Manz

Results 355 comments of Trevor Manz
trafficstars

Published a new release candidate which should fix the rendering issue (without `.widget()`). I think the biggest priority right now is trying to resolve cooler compatibility clodius (especially if you're...

Hi there. IIRC the limit is primarily set due to our shader implementation (which requires a fixed number of channels) and to account for the challenges in human color perception....

Right. We have an open discussion on this topic as well. Supporting such a feature would indeed require manipulating shaders at runtime, but iirc, recompiling shaders often depending on the...

Yes, I am for supporting an implementation! I am not sure I'll have the time to implement myself but would be happy to provide a review. > I think this...

As @ilan-gold mentioned, we are in support of and would be willing to review a PR implementing this feature, but do not have a plan to implement ourselves.

@nvictus maybe an oxbow use case

closing as duplicate of #189

It seems jupyter-scatter just stopped working in VS Code. Different from this original issue, but re-opening to make it easier to track/find. Some kind of regl error. To reproduce: ```sh...

I think I see the problem. FWIW, I believe the underlying tiles for tiffs are also square, it's just we are using a higher-level API from geotiff than in zarr.js....

@pkerpedjiev realizing this PR is necessary for CI to start working on outstanding PRs (linting is failing bc we haven't run prettier). Ok with a final review, then I'll merge...