taher
taher
@borela have you had the chance to fix this issue?
i'd do this progressively using wasm/emscripten. Your last two points can be solved using pthreads to decode all frames which would be done off the main browser thread (non-blocking) and...
i believe it uses web workers to decode frames not wasm. based on this [file](https://github.com/cornerstonejs/cornerstoneWADOImageLoader/blob/master/src/shared/decoders/decodeJPEGBaseline12Bit-wasm-not-yet-working.js) it looks like wasm port is in progress and doesn't work yet. edit: I do...
This seems to be related to type widening issue. The return value is inferred therefore it allows excess properties on the object. Here's the issue filed with TS: https://github.com/microsoft/TypeScript/issues/241 PR:...
I have added tests to ensure it doesn't fail. `fetch` parse response is still WIP.
when parsing the encoding type for `utf16le` the returned enum is set to `ucs2`, a trivial change would be to return the proper enum `::utf16le` [here](https://github.com/oven-sh/bun/blob/main/src/bun.js/bindings/JSBufferEncodingType.cpp#L76) - This isn't the...
looks like Zig in safe mode intentionally sets values to `undefined / 0xaa` in allocators `.alloc` and not in`-Drelease-fast` version An ideal solution would be to zero out or set...
> If you're always going to .get() the value if .has() returns true, is there even a benefit to calling .has() first? Is it faster somehow, better memory use? i'm...
Can you please squash your commits to one so I can review?
is this about wrapping the `main` with `pinch-zoom` and of course adding key controls?