Ian Mathews
Ian Mathews
Hi! I was attempting to use sandboxed processes in an ESM project, and was running into issues as described in #924 . This change seems to resolve the issue for...
Based on the documentation, I couldn't find a robust way to do this. The only option that I can think of would be to clean the queue and then re-add...
We just updated to webpack v5, and unfortunately had to pull `unused-webpack-plugin` out of our plugins because it seems to be incompatible with the changes in v5. We're seeing the...
There is an issue in https://github.com/automerge/automerge-classic/issues/499, which is still present on the latest version of Automerge, where initializing `Text()` with a large string throws a max call stack exception. Similar...
In javascript, the sort property on an Automerge List (array) is undefined. [Per the documentation](https://automerge.org/docs/tsapi/interfaces/List/#sort), this should behave like the normal JS sort? More generally, I'm trying to figure out...
In the struct_unpack function, an error is thrown if the endianness is BE. I tried swapping the endianness of the buffer as suggested in the corresponding comment (using the native...
**Tell us about your request** Synchronized file sharing currently does not work within k8s for Docker Desktop. See https://github.com/docker/for-mac/issues/7212#issuecomment-1989454174 for additional context. **Which service(s) is this request for?** Docker desktop...
The ability to leverage R statistics within an interactive [Observable notebook](https://observablehq.com/) could be incredibly powerful. Observable utilizes Skypack to bundle external libraries. When I attempt to do this for `webr`...
First off, thank you so much for this library! This is exactly what our team was looking for, and it plays perfectly with our postcss setup. We are experiencing a...
I've been unable to get text progress bars (or really any progressr handler) to display within a Jupyter notebook. Given the following test case in a Jupyter environment, nothing displays...