Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
georgestagg pushed 523 commits to main georgestagg/polars
- fix: Remove failing temporal lit tests (#19056) ca884c8
- chore(python): Remove built info (#19057) 76d0363
- docs: Rewrite 'Getting started' page (#19028) becead9
- feat: Bitwise operations / aggregations (#18994) Co-authored-by: ritchie <[email protected]> a2d00f1
- fix(rust): Fix ser/de PlSmallStr error (#19060) da8f358
- docs: Fix example of lazy schema verification (#19059) e186c03
- Python Polars 1.9.0 (#19039) be5a4b4
- feat: Add cum(_min/_max) for pl.Boolean (#19061) c20f034
- fix(python): Don't ignore multiple columns in LazyFrame.unnest (#19035) b1b322f
- fix: Remove failing datetime subclass test (#19068) d7c8e68
- fix: Bitwise aggregations should ignore null values (#19067) 463c436
- refactor: Add new streaming engine to CI (#19051) eb615e0
- refactor(rust): Pin hashbrown to 0.14 until migrated (#19076) d4df3f2
- feat: Delay deserialization of python function until physical plan (#19069) 35946cf
- fix: Check validity of columns of keys/aggs in dsl->ir (#19082) af5ac44
- fix: Only rewrite numeric ineq joins (#19083) 310b482
- feat: Allow for rolling_*_by to use index count as window (#19071) a796300
- fix: Ensure parquet `schema` arg is propagated to IR (#19084) 0cef5b7
- chore(python): Bump mkdocs-macros-plugin from 1.0.5 to 1.2.0 in /docs (#19041) Signed-off-by: dependabot[bot] <suppo... 04d4c5d
- refactor(rust): Migrate to hashbrown 0.15 (#19091) f55658b
- and 503 more ...
georgestagg pushed 419 commits to emscripten georgestagg/polars
- feat: Add cum(_min/_max) for pl.Boolean (#19061) c20f034
- fix(python): Don't ignore multiple columns in LazyFrame.unnest (#19035) b1b322f
- fix: Remove failing datetime subclass test (#19068) d7c8e68
- fix: Bitwise aggregations should ignore null values (#19067) 463c436
- refactor: Add new streaming engine to CI (#19051) eb615e0
- refactor(rust): Pin hashbrown to 0.14 until migrated (#19076) d4df3f2
- feat: Delay deserialization of python function until physical plan (#19069) 35946cf
- fix: Check validity of columns of keys/aggs in dsl->ir (#19082) af5ac44
- fix: Only rewrite numeric ineq joins (#19083) 310b482
- feat: Allow for rolling_*_by to use index count as window (#19071) a796300
- fix: Ensure parquet `schema` arg is propagated to IR (#19084) 0cef5b7
- chore(python): Bump mkdocs-macros-plugin from 1.0.5 to 1.2.0 in /docs (#19041) Signed-off-by: dependabot[bot] <suppo... 04d4c5d
- refactor(rust): Migrate to hashbrown 0.15 (#19091) f55658b
- feat: Add Series::{first, last, approx_n_unique} (#19093) baa65b8
- fix: Throw proper error for empty char params in scan_csv (#19100) d255d73
- fix: Allow converting `DatetimeOwned` to `ChunkedArray` (#19094) 5e47a91
- refactor(rust): Eliminate some uses of deprecated raw_entry (#19102) 60a6465
- perf: Use two-pass algorithm for csv to ensure correctness and SIMDize more `~17%` (#19088) f7de80c
- fix: Raise on invalid shape of shape 1, empty combination (#19113) 8c306dd
- chore: Clean remove_prefix since python3.9 is now the minimum Python (#19070) c4a28ae
- and 399 more ...
georgestagg created a branch on georgestagg/llvm-project
wasm-init-array-symbol - The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
georgestagg created a branch on georgestagg/positron
feature/positron-assistant - Positron, a next-generation data science IDE
georgestagg created a comment on a pull request on llvm/llvm-project
Ping. Hi, just bumping this. I've removed the shaky change that we discussed in the inline thread above and will return to it in a future PR once this one is merged.
georgestagg created a comment on an issue on r-wasm/quarto-live
It's not clear in the docs, but it is as intended. The purpose is to smooth the transisiton for users who may have used [{learnr}'s custom grading](https://rstudio.github.io/learnr/articles/exer...
georgestagg closed an issue on r-wasm/quarto-live
Repeated definition
In the table under "Checking environment", the definitions of `.last_value` and `.result` are the same ("The last value of the evaluated learner code."). I'm guessing they should be different?georgestagg created a comment on an issue on r-devel/r-dev-day
@hturner That particular patch takes advantage of undocumented behaviour in Apple's graphics API. There is a newer patch a few comments down from that one that creates a temporary bitmap so that th...
georgestagg created a comment on an issue on posit-dev/r-shinylive
Unfortunately, I don't think this is currently possible. As described in the error message shown, ``` Shinylive uses a Service Worker, which requires either a connection to localhost, or a connec...
georgestagg created a comment on an issue on quarto-ext/shinylive
Something like the following should work for R: ````markdown --- title: Shinylive in Quarto format: html filters: - shinylive --- :::{.column-screen} ```{shinylive-r} #| standalon...
georgestagg closed an issue on quarto-ext/shinylive
Could you give an example where data is being loaded locally?
Hi there! Thanks very much for your amazing work. I came to shinylive because I was looking for a way to get my shiny apps onto my netlify webpage without having to host them at e.g. shinyapp...georgestagg created a comment on an issue on georgestagg/pandoc-wasm
There is now a Pandoc for WebAssembly engine built using the GHC Wasm backend. https://github.com/tweag/pandoc-wasm I'm going to archive this project (closing this thread). I would recommend try...
georgestagg closed an issue on georgestagg/pandoc-wasm
Add a prop of local wasm file url or at least baseURL
Impossible to tune local path, so local fetch always failsgeorgestagg created a comment on an issue on georgestagg/pandoc-wasm
There is now a Pandoc for WebAssembly engine built using the GHC Wasm backend. https://github.com/tweag/pandoc-wasm I'm going to archive this project (closing this thread). I would recommend try...
georgestagg closed an issue on georgestagg/pandoc-wasm
Document how to build locally
I'm curious about trying to build this locally, but noticed that there aren't any instructions. It's possible that it's super simple, but I'm missing the required information to get started 😆.georgestagg closed a pull request on r-wasm/quarto-live
Update _knitr.qmd
after adding this extension my auto-format CI flagged this Thought it would be nice to include in the sourcegeorgestagg created a comment on an issue on r-wasm/quarto-drop
Not currently, but I think it's a good idea and something that we should support in a future version.
georgestagg created a comment on an issue on posit-dev/shinylive
Thanks for reporting this! Related: https://github.com/r-wasm/actions/issues/18 For the moment, there's a workaround given in that thread. It's not ideal but it might be able to get you up and run...
georgestagg pushed 1 commit to main r-wasm/webr
- R 4.4.2 (#498) * Update Dockerfile * Update to R 4.4.2 88cc9ef
georgestagg pushed 1 commit to main r-wasm/webr
- R 4.2.2 (#498) * Update Dockerfile * Update to R 4.4.2 4c6228a