Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
georgestagg pushed 1 commit to main georgestagg/tima-shinylive
- Install shiny and ps from CRAN Ensuring we get versions compatible with Wasm. f544f2b
georgestagg pushed 1 commit to main georgestagg/tima-shinylive
- Install development version of R Shinylive f18866b
georgestagg created a branch on georgestagg/tima-shinylive
dev-shinylive - https://taxonomicallyinformedannotation.github.io/tima-shinylive
georgestagg created a comment on an issue on posit-dev/shinylive
Now that https://github.com/posit-dev/r-shinylive/issues/125 has been merged, this should now work in the latest version of the R Shinylive package; not on CRAN yet, but a development version can b...
georgestagg closed an issue on posit-dev/shinylive
Automatic R package download does not work with custom repositories
See discussion in https://github.com/r-wasm/actions/issues/18 for details. The issue is that at app startup `renv` searches for packages inside the Shinylive app. Then, we then download each of ...georgestagg pushed 1 commit to dev r-wasm/flang-wasm
- Distribute `include/flang` with container e58290c
georgestagg created a comment on an issue on r-wasm/flang-wasm
Hi, it looks like the file`iso_fortran_env.mod` is missing or can't be found. Are you following along from scratch or using the Docker container image? If you are following along from scratch, t...
georgestagg closed an issue on georgestagg/webr-node-example
How to exit from webR after running code such as in the example index.js
Hello, I can successfully run the example code with `node index.js`. This displays 10 normally distributed random numbers, but then the program keeps waiting and I need to use `CTRL-C` to termi...georgestagg created a comment on an issue on georgestagg/webr-node-example
Hi @jbodart-argenx, The short version is to execute `webR.close()` once you are finished using webR, and then the node process will exit cleanly. ```js const { WebR } = require('webr'); c...
georgestagg closed an issue on r-wasm/webr
Where is data stored for webR?
Dear webR Technical Representative: Can you tell me where data is stored when using webR? The ability to run R in a browser solves one problem for us (can't install R on government furnished equ...georgestagg created a comment on an issue on posit-dev/r-shinylive
I'm going to close this for now because I believe the problem has now been resolved in the latest version of the Shinylive assets. At least, the reproducible example at https://github.com/posit-dev...
georgestagg pushed 9 commits to emscripten georgestagg/polars
- Avoid 60 bit shift on 32 bit targets c66683f
- Setup allocator for wasm32-unknown-emscripten 866ad7c
- Fix cloud_options when cloud feature is disabled dd0431c
- Disable features for wasm32-unknown-emscripten 806d010
- Use inventory fork for wasm32-unknown-emscripten caa76bc
- changed offset Vector to u64's 7fb48dd
- reverted some changes from usize to u64 3772728
- splitted out casting and variable assignment to improve readability. 083f131
- linting amd small readability improvements d6d19bf