Trevor Manz

Results 132 issues of Trevor Manz

https://github.com/andywer/threads.js/blob/42b1042f9a0057fd25c94807ba4ac988e6475916/src/worker_threads.ts#L20 Thanks for all your work on `threads.js`! I am working with `rollup` and running into an issue due to the use of `eval("require")("worker_threads")` when creating an ESM output. Rollup...

Sorry for opening the other PR. Changes to `package.json` now support a stable build on windows. After #188, there is still a failing build (on `geotiffjs/geotiff.js/master`) on windows (sorry for...

After #11, we use `traittypes.Array` to annotate `JupyterScatter.points` and `JupyterScatter.selection`. However, `traittypes.Array` is valid for _any_ numpy array and the `shape`/`dtype` for `points` and `selection` are more strict. We should...

enhancement

Normally vite handles a request for `index.html`, but `vite-plugin-virtual-html-template` intercepts requests for `.html` and doesn't allow vite to inject a runtime client to handle auto-refreshing. This PR adds a minimal...

The Github actions configuration for the new monorepo will trigger an automatic release if there is a tagged commit on `master` that starts with `v*`. However, the `master` branch is...

Instead of algorithmically defining the max and min brightness & contrast levels, Avivator should have an option to fix contrast limits. Perhaps an option to determine the full dynamic range...

Currently volumes which are determined to be too large to fit into memory are hidden from the dropdown menu, leading to confusion from users. We should show all possible volumes...

Bioformats2Raw is changing to `nested` storage as well as moving `METADATA.xml`. - ngff spec 0.2: default to nested storage: https://github.com/glencoesoftware/bioformats2raw/pull/94 - Move `METADATA.ome.xml` under data.zarr: https://github.com/glencoesoftware/bioformats2raw/pull/87 We'll need to update...

Version 15.1 (17612.2.9.1.20) o

bug

For images with small tile sizes, there is a noticeable improvement in performance when using the TileLayer, but this isn't reflected as much for images with large tiles. Why? This...