Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
georgestagg closed an issue on r-wasm/webr
Help me with this
**Warning messages:** 1: Can't find MASS in webR binary repository. 2: Can't find Matrix in webR binary repository. 3: Can't find curl in r-universe binary repository. 4: Package version mismat...georgestagg created a comment on an issue on r-wasm/quarto-live
Thanks! Your suggested solution worked well :)
georgestagg closed an issue on r-wasm/quarto-live
Cell output should escape text
I noticed that trying to `print(type(10))` doesn't show anything. This is probably because stdout isn't getting escaped: https://github.com/r-wasm/quarto-live/blob/926fb881a787a80c8a2a4d8bb92501...georgestagg pushed 1 commit to main r-wasm/quarto-live
- Escape Pyodide stdout and stderr text output Fixes #69. e92357a
georgestagg created a comment on an issue on quarto-dev/quarto-cli
Note that there's still an issue when using `a11y-dark` with an otherwise light theme. I've written up the technical details at: https://github.com/quarto-dev/quarto-cli/pull/10722#issuecomment-254...
georgestagg created a comment on a pull request on quarto-dev/quarto-cli
@cderv Sorry that it's taken me a little while to get back to this, I have some feedback below. ----- This seems to mostly work, but I'm coming upon an issue when I have `highlight-style: a11...
georgestagg created a comment on an issue on quarto-dev/quarto-cli
Apologies for the delay but the latest commit of Quarto Live now makes use of the `--quarto-scss-export-code-block-color` and `--quarto-scss-export-code-block-bg` variables. We should still deal w...
georgestagg closed an issue on r-wasm/quarto-live
Add developer docs on contributing to the `live-runtime`
Consider adding a few notes in a README under `live-runtime` related to modifying the existing source and generating updated resources in `_extensions/live/resources`.georgestagg pushed 4 commits to main r-wasm/quarto-live
georgestagg closed an issue on r-wasm/rwasm
Matrix not found during Docker build of unmarked package - Error in loadNamespace()
I'm attempting to build the _unmarked_ package with the webr Docker container as documented in https://r-wasm.github.io/rwasm/articles/rwasm.html, but `build()` fails because the Matrix package isn...georgestagg created a comment on an issue on r-wasm/rwasm
Hi, sorry it's taken me a long time to look at this. I have been able to reproduce. It looks to me like this is a specific issue that makes the `unmarked` package incompatible with webR and WebA...
georgestagg created a comment on an issue on r-wasm/webr
Thanks again for taking the time to report useful missing packages. We will get around to looking at them in time, but each package can take a long time to debug so I unfortunately cannot provide a...
georgestagg closed an issue on r-wasm/quarto-live
Custom grading
Can the custom grading be extended to call and API? Looking for a way to call and API that then calls an LLM to do more advanced grading. Use case -- Explain In English code understanding feedback ...georgestagg created a comment on an issue on r-wasm/quarto-live
With R this is not yet easily possible, because the curl & httr packages are not yet supported in webR. When using Python, this should be possible using Pyodide's built in `pyodide.http` shim to...
georgestagg pushed 1 commit to main r-wasm/webr
- ci: Use GHA upload/download artifact v4 (#505) Related: * https://github.com/actions/upload-artifact/blob/184d73b71... 792e69e
georgestagg closed a pull request on r-wasm/webr
ci: Use GHA upload/download artifact v4
Related: * https://github.com/actions/upload-artifact/blob/184d73b71b93c222403b2e7f1ffebe4508014249/README.md#L4 * https://github.com/actions/download-artifact/blob/d0ce8fd1167ed839810201de977912...georgestagg opened an issue on llvm/llvm-project
Backport `.init_array` WebAssembly fixes to release/19.x
I'd like to backport #111008 & #119127, implementing fixes for when there are multiple `.init_array` sections in WebAssembly. /cherry-pick ac5dd455caaf286625f61b604291f2eaed9702f0 ed91843d435d0cd2...georgestagg created a comment on a pull request on llvm/llvm-project
> I'll let you decide if you want to keep this code. Now that it's been written, let's keep it. Keeping the objects clean is better. > Can we split this out into a helper function? Yes, bu...
georgestagg pushed 1 commit to wasm-init-array-symbol georgestagg/llvm-project
- WasmObjectWriter: Handle symbols in .init_array sections 741f3bb
georgestagg pushed 2 commits to feature/positron-assistant georgestagg/positron
georgestagg created a review comment on a pull request on llvm/llvm-project
Yes, I think we can do that. Good idea! I've added code to include the `.init_array` sections' data only if there are symbols referencing that section. It also means we don't have to tweak t...
georgestagg pushed 1 commit to wasm-init-array-symbol georgestagg/llvm-project
- WasmObjectWriter: Handle symbols in .init_array sections f048af2
georgestagg created a tag on georgestagg/polars
py-1.17.0-wasm - Dataframes powered by a multithreaded, vectorized query engine, written in Rust
georgestagg pushed 112 commits to emscripten georgestagg/polars
- fix(python): Fix `row_by_key` typing (#19888) Co-authored-by: gabriel <[email protected]> 0b1d520
- fix: Incorrect `collect_schema()` for `fill_null()` after an aggregation expression in group-by context (#19993) d9ea1d8
- fix: Bug fix in existing fast path for sorted series (#20004) 899881a
- fix: Incorrectly gave `list.len()` for masked-out rows (#19999) e5f0b97
- fix: Fix incorrect column order for parquet scan with hive columns in file (#19996) 29373d1
- fix: Fix starts_with out of bounds (#20006) 1acbf54
- fix: Regression in `hist` panicking on out of bounds index (#20016) 751ef50
- docs: Fix broken links to user guide (#19989) 85d078c
- fix: Reading nullable sliced / masked Categoricals from Parquet (#20024) a997422
- perf: Cache the DataFrame schema in get_column_index (#20021) 5d633c7
- perf: Expand more filters (#20022) 7c97625
- perf: Optimize many parts of the row encoding (#20007) a5c3902
- fix: Less intrusive forking warnings (#20032) 74b9925
- feat: Add `drop_nans` method to DataFrame and LazyFrame (#20029) 0b218d8
- fix: Improve binning in `Series.hist` with `bin_count` when all values are the same (#20034) 83b5042
- docs(python): Remove note about guaranteed left join order (#20048) 9f3f012
- fix: Fix empty scalar agg type (#20051) 74d059f
- feat: Add optimized row encoding for Decimals (#20050) 49b2e7b
- fix: Fix invalid len due to projection pushdown selection of scalar (#20049) 99c7f4d
- feat(python): Improve Polars `Enum` dtype init from standard Python enums (#19997) b83d847
- and 92 more ...
georgestagg created a comment on an issue on dtolnay/inventory
I'm working towards upstreaming, https://github.com/llvm/llvm-project/pull/111008 https://github.com/llvm/llvm-project/pull/119127
georgestagg opened a pull request on llvm/llvm-project
[WebAssembly] Handle symbols in `.init_array` sections
Follow on from #111008. Consider the following C code, which supplies a function `init()` and an array written to the `.init_array` section so that the function runs before `main()`. ```c vo...georgestagg created a tag on georgestagg/polars
py-1.15.0-wasm - Dataframes powered by a multithreaded, vectorized query engine, written in Rust