Jeremy Maitin-Shepard
Jeremy Maitin-Shepard
This avoids the need to detect whether the module is running in the main browser thread or in a WebWorker. This matches how `setInterval` and related functions are handled by...
## 💡 Feature description Per https://github.com/rustwasm/wasm-bindgen/issues/3939, the wasm-bindgen project is not interested in adding this feature directly to wasm-bindgen but suggests that it could be added to wasm-pack. Is the...
MemorySanitizer does not support assembly, and therefore produces a false positive on `blake3_hasher_finalize` and related functions. Note that a similar (but less comprehensive) fix was previously applied to LLVM's fork...
Prompted by https://github.com/zarr-developers/zarr-specs/pull/330#issuecomment-2766522374 I created this issue to discuss the issue of metadata properties that are only relevant for writing, not reading. For example, all of the current configuration options...
### Describe the bug When using the browser runner, if a test starts a webworker, and that worker calls console.log, the log messages are not shown as stdout like log...
### Describe the bug When using the browser runner, if a test starts a webworker, and that webworker throws an uncaught exception, instead of the exception being properly printed with...
Codecs in zarr v3 can do a lot of things, but they are still limited by the top-level `chunk_grid`. The entire `codecs` sequence operates on only a single chunk within...
It would be nice if `Bytes` could be decomposed into its "raw parts" in order to reduce the size overhead of types that wish to support using `Bytes` as the...
We could significantly reduce our footprint on PyPI by publishing the icons, which don't get updated very frequently, as a separate package, e.g. `sphinx-immaterial-icons`, and make `sphinx-immaterial` depend on the...