George Stagg
George Stagg
It looks like this is a design choice in xterm.js in that it does not automatically set up handlers for Copy/Paste[1]. Instead, it is up to the application to implement...
Yes, it's a combination of the time to load the required R packages and parse the repository's `PACKAGES` file. We're working on improving package loading times, which should help a...
Sure, that sounds like a useful addition.
Thanks for reporting this! It looks like the bug is that webR cannot handle rlang conditions (in this case an `rlang::warning_cnd()`, from lifecycle, originally raised by ggplot) when not using...
> As an aside I got plotly charts to work by using plotly_json to grab the json and pass it to Plotly.js Nice! It would be great to see a...
Note: Generally displaying HTML content from the WebAssembly R process is currently unsupported. See also #248.
I wasn't able to reproduce this with macOS VoiceOver, but I'll try again with a different screen reader.
Great spot that the issue only occurs under the Service Worker channel! That's why I missed reproduction in #255, lesson learned. I've tagged this as a confirmed bug, thanks for...
Thanks for reporting this, it does look like our `package.json` needs some work. See also, #250.
Feel free to open a PR with the changes to `package.json` for your environment. If everything continues to work on my end, I'd be happy to merge the required changes.