George Stagg

Results 67 comments of George Stagg

Currently, there is no way to use `async`/`await` or to wait for promises directly within a `webr::eval_js()` evaluation. This is a limitation in the nature of the default webR communication...

You could try clearing the Global shelter at the same time as purging your own user `Shelter`: ``` webR.globalShelter.purge(); ``` Without looking at the extension code to check, you could...

Thanks for the really clear examples! Yes, please leave this open for now.

I don't have any experience with browser extension development, and this is not something I have tried. So I cannot say for sure. I'll leave this issue open and tagged...

Thanks for reporting this! It looks like any kind of `cli` progress bars are not working in the webR demo application, not just from `purrr`.

We will soon release an update for `shinylive-r` that will handle this situation automatically by downloading the Wasm binaries attached to your R package's v0.2 release from GitHub and distributing...

> I wanted to ask if its possible / or how to compile maybe webr with the libraries. Yes, if you compile webR from source you can either place extracted...

Also consider https://github.com/xtermjs/xterm.js/tree/master/addons/addon-serialize as a way to download terminal history to HTML.

Hi @coatless, I agree, this would be a great feature to have. Another thing that the shinylive editor is able to do that would be useful here is interacting with...

Thank you for reporting this and for the example, I can reproduce the bug at my end. It looks like the issue is specific to using the `WORKERFS` Emscripten filesystem...