Ecosyste.ms: Timeline

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

krlmlr

krlmlr closed a draft pull request on duckdb/duckdb-r
chore: Test future duckdb vendorings
krlmlr reopened a pull request on duckdb/duckdb-r
chore: Add header for g++15 compatibility
CRAN complains: https://www.stats.ox.ac.uk/pub/bdr/gcc15/duckdb.out .
krlmlr closed a pull request on duckdb/duckdb-r
chore: Add header for g++15 compatibility
CRAN complains: https://www.stats.ox.ac.uk/pub/bdr/gcc15/duckdb.out .
krlmlr opened a pull request on duckdb/duckdb
chore: Add header for g++15 compatibility
CRAN complains: https://www.stats.ox.ac.uk/pub/bdr/gcc15/duckdb.out .
krlmlr pushed 1 commit to patch-2 krlmlr/duckdb
  • chore: Add header for g++15 compatibility 63b0aa7

View on GitHub

krlmlr opened a pull request on duckdb/duckdb-r
chore: Add header for g++15 compatibility
CRAN complains: https://www.stats.ox.ac.uk/pub/bdr/gcc15/duckdb.out .
krlmlr created a branch on duckdb/duckdb-r

f-fsst-cstdint - The duckdb R package

krlmlr closed an issue on duckdb/duckdb-r
Can't install extensions on Ubuntu because of version mismatch
With the duckdb package version 1.1.3, on Ubuntu 24.10 I see: ``` r library(duckdb) #> Loading required package: DBI con <- dbConnect(duckdb()) dbExecute(con, "INSTALL spatial;") #> Error i...
krlmlr reopened an issue on duckdb/duckdb-r
Compressed source seems to break CI workflows that install duckdb
Hi there -- I have a Carpentries training module that depends on `duckdb` and installs the package on a Github runner image to generate the online version. However the relatively recent addition of...
krlmlr created a comment on an issue on r-dbi/RPostgres
Thanks. Is there any way you could share temporary credentials with me, or perhaps teach me to set up such a database service?

View on GitHub

krlmlr opened an issue on tidyverse/duckplyr
Show source when trying to materialize a lazy data frame
The error should contain the source of the call. How to achieve? ``` r library(tidyverse) library(duckplyr) dd <- tibble(x = 1:100, y = rep(LETTERS[1:20], 5)) write_csv(dd, "test.csv") ## op...
krlmlr pushed 1 commit to main tidyverse/duckplyr
  • feat: New `compute_parquet()` and `compute_csv()`, implement `compute.duckplyr_df()` (#430) 67dd286

View on GitHub

krlmlr closed an issue on tidyverse/duckplyr
Implement `compute()` as an alternative to `df_to_parquet()`
Use a variant of `compute()` ? Also want to understand how to compute to a database table.
krlmlr deleted a branch tidyverse/duckplyr

f-compute-file

krlmlr pushed 3 commits to f-compute-file tidyverse/duckplyr
  • ci: Adapt to codecov/codecov-action@v5 9862544
  • fledge: Bump version to 0.99.99.9910 (#431) Co-authored-by: krlmlr <[email protected]> e0cc7c5
  • feat: New `compute_parquet()` and `compute_csv()`, implement `compute.duckplyr_df()` c1930b3

View on GitHub

krlmlr opened a pull request on mechatroner/vscode_rainbow_csv
feat: Tweak inlays
krlmlr pushed 1 commit to f-inlay-tweak krlmlr/vscode_rainbow_csv

View on GitHub

krlmlr created a branch on krlmlr/vscode_rainbow_csv

f-inlay-tweak - 🌈Rainbow CSV - VS Code extension: Highlight CSV and TSV files in different rainbow colors to make them more readable

krlmlr opened a pull request on mechatroner/vscode_rainbow_csv
chore: Trim whitespace
krlmlr created a branch on krlmlr/vscode_rainbow_csv

f-whitespace - 🌈Rainbow CSV - VS Code extension: Highlight CSV and TSV files in different rainbow colors to make them more readable

krlmlr created a branch on krlmlr/vscode_rainbow_csv

f-settings - 🌈Rainbow CSV - VS Code extension: Highlight CSV and TSV files in different rainbow colors to make them more readable

krlmlr pushed 1 commit to f-gitignore krlmlr/vscode_rainbow_csv

View on GitHub

krlmlr opened a pull request on mechatroner/vscode_rainbow_csv
chore: Add `.gitignore` file
krlmlr created a branch on krlmlr/vscode_rainbow_csv

f-gitignore - 🌈Rainbow CSV - VS Code extension: Highlight CSV and TSV files in different rainbow colors to make them more readable

krlmlr created a comment on an issue on mechatroner/vscode_rainbow_csv
Works for me, but with room for improvement (recompute inlays for the header when scrolling). Should I open an issue for that?

View on GitHub

krlmlr created a comment on an issue on mechatroner/vscode_rainbow_csv
In the current version, (virtual) alignment spaces come after a comma. I have a commit/PR that changes this to: ``` column 1,column 2, column 3 1 ,2 , 3 4 ,5 , 6 ```

View on GitHub

krlmlr starred mechatroner/vscode_rainbow_csv
Load more