Ecosyste.ms: Timeline

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

jcheng5

jcheng5 opened a draft pull request on rstudio/promises
Mention {mirai} in {future} docs
Sorry @shikokuchuo, I just realized I had these changes sitting locally, uncommitted. I thought I had published this ages ago.
jcheng5 created a branch on rstudio/promises

mirai-docs - A promise library for R

jcheng5 opened an issue on r-lib/later
Release later 1.4.0
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 opened a draft pull request on r-lib/later
v1.4.0
jcheng5 pushed 1 commit to rc-v1.4.0 r-lib/later

View on GitHub

jcheng5 opened an issue on r-lib/later
Release checklist v1.4.0
- [ ] Create a GitHub issue for release checklist - [ ] Create branch labelled v1.4.0-rc - [ ] Change the DESCRIPTION and NEWS on this branch to change the version number to the desired version f...
jcheng5 created a branch on r-lib/later

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

jcheng5 deleted a branch rstudio/promises

domain-reentry

jcheng5 closed an issue on tidyverse/elmer
Tool calls lose async context
Tool calls within a Shiny app, for example, don't return anything for getCurrentReactiveDomain(), or maybe they do on the first tool call from a conversation but not on a second (serially invoked) ...
jcheng5 pushed 8 commits to main rstudio/promises
  • Fix test that should've been broken all along! It's the one labeled "This tests if promise domain membership infects... f981e28
  • `devtools::document()` (GitHub Actions) a78153c
  • Re-enter domains when handlers are called When a handler is subscribed to a promise (using then() or similar) and a ... d42057c
  • Make tests actually detect errors/assertions in handlers Previously, some tests were promise-chaining handlers conta... e5e3fdb
  • Fix symbol handling bug caused by do.call 942275f
  • Clearer implementation of signature wrapping (h/t @hadley) 44ff6fe
  • Add test to make sure C++ works with domains too 6fda65c
  • Merge pull request #110 from rstudio/domain-reentry Fix bug where domains aren't re-entered when handlers are executed 48434c4

View on GitHub

jcheng5 pushed 1 commit to domain-reentry rstudio/promises
  • Add test to make sure C++ works with domains too 6fda65c

View on GitHub

jcheng5 deleted a branch r-lib/later

fix-error-messages

jcheng5 closed an issue on r-lib/later
Later error messages refer to C++ exception even for pure R callbacks
It seems there's still some cleanup required after fixing #191. The error message output for a pure R error now shows: ```r later::later(function() stop("oops")) #> Error in (function () : o...
jcheng5 closed a pull request on r-lib/later
Fix later error messages
Fixes #197. The error output now shows: ```r later::later(function() stop("oops")) #> Error in (function () : oops #> later: exception occurred while executing callback. ``` Simply by...
jcheng5 pushed 1 commit to domain-reentry rstudio/promises
  • Clearer implementation of signature wrapping (h/t @hadley) 44ff6fe

View on GitHub

jcheng5 created a comment on an issue on r-lib/later
Ah, thanks. All my testing was testing error handling from `later::run_now()`, not letting the async handler do it.

View on GitHub

jcheng5 created a comment on an issue on r-lib/coro
Never mind, it was a bug in promises itself and will be fixed in https://github.com/rstudio/promises/pull/110

View on GitHub

jcheng5 deleted a branch r-lib/later

fix-run-now-errors-and-interrupts

jcheng5 closed a pull request on tidyverse/elmer
debugging
Hoping this will show why the setup-r GHA is failing for macos-latest
jcheng5 created a comment on an issue on r-lib/actions
> This is an error either in Homebrew or the runner image (version 20241119.509). The latest runner image (20241022.361) fixes this, it is being deployed right now. Is that not backwards? 20241...

View on GitHub

jcheng5 pushed 1 commit to domain-reentry rstudio/promises
  • Fix symbol handling bug caused by do.call 942275f

View on GitHub

jcheng5 pushed 1 commit to domain-reentry rstudio/promises
  • Make tests actually detect errors/assertions in handlers Previously, some tests were promise-chaining handlers conta... e5e3fdb

View on GitHub

jcheng5 opened a pull request on tidyverse/elmer
debugging
jcheng5 pushed 1 commit to mac-action-setup tidyverse/elmer

View on GitHub

jcheng5 created a branch on tidyverse/elmer

mac-action-setup - Call LLM APIs from R

jcheng5 pushed 1 commit to v2-branch jcheng5/actions

View on GitHub

jcheng5 forked r-lib/actions

jcheng5/actions

jcheng5 pushed 1 commit to main tidyverse/elmer
  • Change later to Imports We require a newer version of later, which Suggests does not enforce. (Also just feels like... b975785

View on GitHub

jcheng5 pushed 1 commit to main r-lib/later

View on GitHub

jcheng5 created a comment on a pull request on r-lib/later
Sorry for the delay, finally back home with power and internet restored.

View on GitHub

Load more