Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

georgestagg

georgestagg pushed 0 commits to main georgestagg/tima-shinylive

View on GitHub

georgestagg pushed 1 commit to main georgestagg/tima-shinylive
  • Install shiny and ps from CRAN Ensuring we get versions compatible with Wasm. f544f2b

View on GitHub

georgestagg pushed 1 commit to main georgestagg/tima-shinylive
  • Install development version of R Shinylive f18866b

View on GitHub

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...

View on GitHub

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

View on GitHub

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...

View on GitHub

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...

View on GitHub

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...

View on GitHub

georgestagg commented on a commit on pola-rs/polars
Thanks!

View on GitHub

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

View on GitHub

georgestagg created a comment on a pull request on llvm/llvm-project
> I suppose that C++ and rust always generate just a single fragment which is why we haven't seen issues with this before? I guess so, let me throw together a quick C++ example and see how it cu...

View on GitHub

georgestagg created a review comment on a pull request on llvm/llvm-project
Yes, the following C code does so: ``` #import <stdio.h> void init1() { puts("init1"); } __attribute__((section(".init_array"))) void (*p_init[3])(void) = { &init1, &init1, &init1 }; int...

View on GitHub

georgestagg created a review on a pull request on llvm/llvm-project

View on GitHub