George Stagg

Results 67 comments of George Stagg

I agree, it would be great to have this working. I'm watching the development of LLVM flang and LFortran closely, and will update in this thread if there are any...

With the infrastructure added by #449 the steps to implement this are now much more approachable: 1) Create a new version of [`openHtmlInEditor()`](https://github.com/r-wasm/webr/blob/6a9597ce480780b0c9e16d7c41c7dfd1c940cad9/src/repl/components/Editor.tsx#L344) that takes a URL rather than the...

Closing, with #449 webR should now cover most requirements for viewing HTMLwidgets and UI elements. Shiny and `shiny::runGadget` is a harder problem, due to the requirement of communication with the...

Copying a comment here with an update on the current situation, For webR in particular a persistent VFS is tricker than at first glance. We cannot immediately use solutions that...

Thanks for reporting this. The underlying (more general) issue is that `utils::browseURL()` relies on `system()`, which is not available for webR. In theory, the `browseURL()` function could be shimmed (similar...

The following also sets up readr to use the pre-vroom implementation: ```r options("readr.edition" = 1) ``` It would be good to get this up and running properly, particularly for Quarto...

A fork [r-wasm/vroom@webr](https://github.com/r-wasm/vroom/tree/webr) has been created with some changes to make the package compatible with webR. The webR public package repository has been updated to use this version of the...

There are a couple of things we'll need to think about before making a decision on this, * It looks like this is only available when `-sFS_DEBUG` is set. It...

The `Not allowed [...] /web-worker.js.map` and `Cannot load [...] /web-worker.js.map` messages are related to the browser trying to load debugging information (the `.map` file) from a source that has been...