Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
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
jcheng5 pushed 2 commits to rc-v1.3.2 rstudio/promises
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 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 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
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 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 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
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 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
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
- Apply suggestions from code review Co-authored-by: Charlie Gao <[email protected]> 4e2ae52