-
With the release of [`shinylive`](https://github.com/posit-dev/shinylive) it is now possible to run R in browser. One of it's use case is to have interactive package documentation. Can we try to updat…
-
**Related:**
* https://github.com/pola-rs/polars/issues/3672
* https://github.com/pyodide/pyodide/issues/4611
**Goal:** Display an example app using `polars` on shinylive (wasm / pyodide).
**…
-
I've created a shinylive app using shinylive R package. When running it using either httpuv or another local webserver numerous errors abound. Here all of the R packages fail to be installed.
Ad…
-
The README describes two make targets -- `make quarto` and `make quartoserve` -- that would, in theory, be used to test in-dev shinylive in Quarto.
These targets appear to be vestigal: the `quarto/`…
-
The provided code includes the usage of bindEvent and bindCache functions in a shinyApp, but it seems that they are not functioning as expected in shinylive.
Code snippet:
```
shinyApp(
ui …
-
With `rmarkdown`, the app source can be outside of the code cell using:
````md
```{r}
shiny::shinyAppDir(
"path/to/shiny/app/"
)
```
````
Would it be possible to get a similar file nam…
-
I used Workbench to generate a shinylive exported site, and viewed index.html using the Files pane. The request for shinylive-sw.js was redirected to the login page, because no cookies were attached t…
-
I am unsure if I am correct here or if the bug should go to posit-dev/shinylive.
My exported webassembly runs fine served localy with "python -m http.server ..." with Firefox, Chrome and Edge.
Whe…
wgemm updated
2 weeks ago
-
Because Pyodide ships with an old version of pydantic, it could make sense to switch to `dataclass` in order to make examples work in shinylive.
-
Similar to the Python feature that was [added in 0.2.0](https://github.com/posit-dev/py-shinylive/blob/main/CHANGELOG.md#020---2024-01-25), please consider adding shinylive URL encode and shinylive UR…