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 emscripten georgestagg/polars
- Add Pyodide build test to GitHub workflows 1352b52
georgestagg pushed 1 commit to emscripten georgestagg/polars
- Add Pyodide build test to GitHub workflows 4e9471e
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
georgestagg pushed 3 commits to emscripten georgestagg/polars
georgestagg pushed 1 commit to emscripten georgestagg/polars
- Add Pyodide build to release-python.yml 0bc479b
georgestagg pushed 1 commit to emscripten georgestagg/polars
- Add Pyodide build to release-python.yml 631ac10
georgestagg pushed 1 commit to emscripten georgestagg/polars
- Add Pyodide build to release-python.yml 9453475
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...
georgestagg pushed 1 commit to emscripten georgestagg/inventory
- Use .init_array section on wasi and emscripten f4d1b92
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: ...
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.
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...
georgestagg created a comment on an issue on r-wasm/webr
`rstanarm`, likely also requires `rstan`: https://github.com/r-wasm/webr/issues/506.
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 ...
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(...
georgestagg pushed 1 commit to main r-wasm/quarto-live
- Collapse trailing newlines in R user input f2afcbe