Ecosyste.ms: Timeline

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

georgestagg

georgestagg pushed 1 commit to emscripten georgestagg/polars
  • Add Pyodide build test to GitHub workflows 1352b52

View on GitHub

georgestagg pushed 1 commit to emscripten georgestagg/polars
  • Add Pyodide build test to GitHub workflows 4e9471e

View on GitHub

georgestagg pushed 15 commits to emscripten georgestagg/polars
  • rust Polars 0.45.0 (#20213) 58a38af
  • fix: Fix assertion panic on LazyFrame `scratch.is_empty()` (#20219) 1cd807f
  • refactor: Remove debug asserts on scratch space (#20224) 4163fd3
  • fix: Fix incorrect lazy `select(len())` with some select orderings (#20222) 01fadd9
  • Rust Polars 0.45.1 (#20226) e83e7d4
  • python Polars 1.17.1 (#20227) 87feed7
  • Setup ThreadPool for wasm32-unknown-emscripten 27bbfc8
  • Disable PyInProcessQuery on wasm32 0934480
  • Avoid 60 bit shift on 32 bit targets 734665c
  • Setup allocator for wasm32-unknown-emscripten 1c4c36d
  • Fix cloud_options when cloud feature is disabled c152666
  • Use inventory fork for wasm32-unknown-emscripten f7ea7a6
  • Use u64 for OffsetType::MAX in truncate_buffer fab23d3
  • Add Pyodide build to release-python.yml c9961ad
  • Add Pyodide build test to GitHub workflows f62fc9f

View on GitHub

georgestagg pushed 3 commits to emscripten georgestagg/polars
  • Use inventory fork for wasm32-unknown-emscripten 2101d1a
  • Use u64 for OffsetType::MAX in truncate_buffer 3480607
  • Add Pyodide build to release-python.yml 39432f6

View on GitHub

georgestagg pushed 1 commit to emscripten georgestagg/polars
  • Add Pyodide build to release-python.yml 0bc479b

View on GitHub

georgestagg pushed 1 commit to emscripten georgestagg/polars
  • Add Pyodide build to release-python.yml 631ac10

View on GitHub

georgestagg pushed 1 commit to emscripten georgestagg/polars
  • Add Pyodide build to release-python.yml 9453475

View on GitHub

georgestagg opened a pull request on dtolnay/inventory
Use `.init_array` section on wasi and emscripten
Thanks to some [recent work](https://github.com/llvm/llvm-project/pull/119533) on how LLVM handles `.init_aray` for WebAssembly targets, the `emscripten` and `wasi` OSs should now work as of LLVM 1...
georgestagg created a comment on an issue on dtolnay/inventory
Thanks to backporting of the patches above, as of LLVM 19.1.6 and Rust `nightly-2024-12-19` this should now work 🎉 Consider the following, adapted from the inventory examples: ```rust struc...

View on GitHub

georgestagg pushed 1 commit to emscripten georgestagg/inventory
  • Use .init_array section on wasi and emscripten f4d1b92

View on GitHub

georgestagg starred rust-lang/rust
georgestagg deleted a branch georgestagg/polars

emscripten-ci

georgestagg created a comment on an issue on r-wasm/jupyterlite-webr-kernel
> So presumably the node updates (I'm not an npm user..) are: [...] If you're not super comfortable with npm, this should just update webR and update any packages with known vulnerabilities: ...

View on GitHub

georgestagg created a comment on an issue on r-wasm/quarto-live
Great! I went to close this but I'll leave it open to remind me to add a note to the documentation.

View on GitHub

georgestagg reopened an issue on r-wasm/quarto-live
When one tries to evaluate OJS variables more than once in a paragraph, {knitr} can start seeing inline LaTeX
Example [here](https://homer.quarto.pub/test/). Source code available there as well. Would it be possible to allow users to specify a custom symbol (i.e., other than $) for the evaluation of OJ...
georgestagg created a comment on an issue on r-wasm/jupyterlite-webr-kernel
As far as I can remember, there should not be significant API changes between webR 0.3.x and 0.4.x for this use case. It _should_ simply be a matter of updating the packages. There are some changes...

View on GitHub

georgestagg created a comment on an issue on r-wasm/webr
`rstanarm`, likely also requires `rstan`: https://github.com/r-wasm/webr/issues/506.

View on GitHub

georgestagg created a comment on an issue on posit-dev/r-shinylive
You might also want to try out the `roxy.shinylive` package: https://insightsengineering.github.io/roxy.shinylive/ AFAICT this works by encoding the app into a `shinylive.io` share string, and so ...

View on GitHub

georgestagg closed an issue on r-wasm/quarto-live
Adding two newlines after a correct answer fails the grading step
Both when I've used `quarto-live` for myself, but also in the official examples, it seems like adding two or more newlines after a correct answer messes with the grading system somehow and results ...
georgestagg created a comment on an issue on r-wasm/quarto-live
Thank you for reporting this! It seems to be a consequence of using the {evaluate} package to run user supplied R code. The trailing newlines are interpreted and retained by `evaluate::evaluate(...

View on GitHub

georgestagg pushed 1 commit to main r-wasm/quarto-live
  • Collapse trailing newlines in R user input f2afcbe

View on GitHub

georgestagg created a comment on an issue on r-wasm/webr
Hi, Nothing else is recommended other than `webR.close()`. My understanding of the implementation of the Emscripten virtual filesystem is that you are not required to unmount filesystem images o...

View on GitHub

georgestagg created a comment on an issue on r-wasm/webr
It looks like this is an issue with our WebAssembly build of the FreeType library in the latest webR builds. The issue is in the symbol `_ZN13FreetypeCacheC1Ev` trying to call `FT_Init_FreeType`. ...

View on GitHub

georgestagg created a comment on an issue on r-wasm/webr
Compiling a model with `brms` requires [rstan](https://mc-stan.org/users/interfaces/rstan). Unfortunately that package is not yet available in webR. It is likely that the Stan system dependency wil...

View on GitHub

georgestagg closed an issue on r-wasm/webr
brms not running in browser
brms will not compile a very simple model within the browser - it should be a supported package, and it has been called in the yaml header. Not sure if I have just missed something or if this is a...
georgestagg created a comment on an issue on r-wasm/webr
`brms` and `rstan`, #503.

View on GitHub

georgestagg created a comment on an issue on r-wasm/quarto-live
> Do you intend to integrate the Julia language? We have no short term plans, but maybe in the long term when Quarto Live is more mature. If someone would like to tackle it, a PR would be wel...

View on GitHub

georgestagg created a comment on an issue on r-wasm/quarto-live
This is not currently possible, but it is certainly possible for internationalisation of strings like "Run code" to be added to the codebase. In the long term we'll want this feature, so I've ad...

View on GitHub

georgestagg created a comment on an issue on r-wasm/webr
Unfortunately, this is not yet available in webR. WebR handles its own serialisation and deserialisation for communicating between the JavaScript worker thread and the main thread, and right now th...

View on GitHub

georgestagg created a comment on an issue on r-wasm/webr
This looks like it might be output from running Shinylive for R. I have checked the `MASS` and `Matrix` packages do appear to be working: [example](https://shinylive.io/r/examples/#code=NobwRAdg...

View on GitHub

Load more