Ecosyste.ms: Timeline

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

jcheng5

jcheng5 created a tag on r-lib/later

v1.4.1 - Schedule an R function or formula to run after a specified period of time.

jcheng5 pushed 3 commits to main r-lib/later
  • Version bump for 1.4.1 8a2f087
  • Add CRAN comments d83e411
  • Merge pull request #207 from r-lib/rc-v1.4.1 v1.4.1 a76d798

View on GitHub

jcheng5 closed a pull request on r-lib/later
v1.4.1
jcheng5 opened a pull request on r-lib/later
v1.4.1
jcheng5 opened a pull request on rstudio/promises
v1.3.2
jcheng5 pushed 2 commits to rc-v1.3.2 rstudio/promises

View on GitHub

jcheng5 pushed 1 commit to rc-v1.3.2 rstudio/promises
  • Increment version number to 1.3.2 fa98adb

View on GitHub

jcheng5 opened an issue on rstudio/promises
Release promises 1.3.2
Prepare for release: * [ ] `git pull` * [ ] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_promises.html) * [ ] [Polish NEWS](https://style.tidyverse.org/news...
jcheng5 created a branch on rstudio/promises

rc-v1.3.2 - A promise library for R

jcheng5 closed an issue on jcheng5/shinychat
Pathological streaming slowdown with promises 1.3.1
With yesterday's {promises} 1.3.1 release, long streaming answers from elmer in shinychat have ground to an absolute halt. Using the example from the README: <details> <summary>app source</summ...
jcheng5 deleted a branch rstudio/promises

bugfix/promise-domain-stack-overflow

jcheng5 closed an issue on rstudio/promises
Domains being reentered too many times
This is a new issue with promises 1.3.1. With long promise chains (such as those created by coro async_generator, including {elmer} chat objects' `stream_async()`) being executed inside of promise...
jcheng5 pushed 2 commits to main rstudio/promises
  • Fix ever-growing call stacks - Re-entering domains was happening additively, instead of replacing the active domai... bd03f8b
  • Merge pull request #115 from rstudio/bugfix/promise-domain-stack-overflow Fix ever-growing call stacks 51f4f48

View on GitHub

jcheng5 closed a pull request on rstudio/promises
Fix ever-growing call stacks
Fixes #114, helps but doesn't totally fix https://github.com/jcheng5/shinychat/issues/16 - Re-entering domains was happening additively, instead of replacing the active domain as it should've be...
jcheng5 created a branch on r-lib/later

rc-v1.4.1 - Schedule an R function or formula to run after a specified period of time.

jcheng5 pushed 1 commit to main jcheng5/laterfdtest

View on GitHub

jcheng5 created a branch on jcheng5/laterfdtest

main

jcheng5 created a repository: jcheng5/laterfdtest

https://github.com/jcheng5/laterfdtest

jcheng5 opened an issue on r-lib/later
Release later 1.4.1
Prepare for release: * [ ] `git pull` * [ ] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_later.html) * [ ] [Polish NEWS](https://style.tidyverse.org/news.ht...
jcheng5 deleted a branch r-lib/later

later_fd_ccallable_mismatch

jcheng5 closed an issue on r-lib/later
Error: function 'execLaterFdNative' not provided by package 'later'
**NOTICE:** If you're seeing this error, `install.packages("later")` and restarting R should fix it. If not, please leave a comment including `packageVersion("later")` --- This error is happe...
jcheng5 pushed 1 commit to main r-lib/later
  • Graceful later_fd fallback if later_api.h is newer than installed later (#204) * Graceful later_fd fallback if later... 69721d5

View on GitHub

jcheng5 closed a pull request on r-lib/later
Graceful later_fd fallback if later_api.h is newer than installed later
Fixes #203 To test: ```r devtools::install_github("r-lib/later#204") install.packages("promises", type="source") devtools::install_version("later", "1.3.1") ``` then restart R and `li...
jcheng5 deleted a branch r-lib/later

fix-laterfd-tests

jcheng5 pushed 1 commit to main r-lib/later
  • Make `later_fd()` tests more robust (#202) * make later_fd() tests more robust * use blocking run_now() d82ec07

View on GitHub

jcheng5 closed a pull request on r-lib/later
Make `later_fd()` tests more robust
@jcheng5 sorry I missed this - these tests have simply never failed before (including during many rhub runs), but is creating some noise on CRAN. It's only the test without the 0.2 secs sleep be...
jcheng5 pushed 1 commit to later_fd_ccallable_mismatch r-lib/later

View on GitHub

jcheng5 created a review comment on a pull request on r-lib/later
Guess who grew up on Java, not C 😆

View on GitHub

jcheng5 created a review on a pull request on r-lib/later

View on GitHub

jcheng5 created a comment on a pull request on r-lib/later
Well, you did better than Claude 3.5 Sonnet did--it hallucinated an `R_GetErrorHandler` and `R_SetErrorHandler` API--which would've been really cool! 😞

View on GitHub

Load more