Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
jcheng5 pushed 1 commit to later_fd_ccallable_mismatch r-lib/later
- Undo intentional breakage 4365637
jcheng5 pushed 1 commit to later_fd_ccallable_mismatch r-lib/later
- Intentionally break GHA test to see if it errors 82da8b4
jcheng5 created a comment on an issue on jcheng5/shinychat
Just cause the pingbacks are getting a little confusing, here are the underlying issues along with PRs for their fixes: ## shiny * Recursively adding captureStackTrace domains https://github.co...
jcheng5 created a branch on rstudio/shiny
deep-stack-limit - Easy interactive web applications with R
jcheng5 opened a draft pull request on rstudio/promises
Promise state rewrite
Did this in a panic last night before I realized https://github.com/rstudio/promises/pull/115 was all I needed to fix https://github.com/jcheng5/shinychat/issues/16. This still might be a better de...jcheng5 created a comment on an issue on jcheng5/shinychat
The following test app is an excellent way to see the problem. The only thing it doesn't show is how many promise domains are in effect at the same time--I suspect by the time the slowdown is notic...
jcheng5 pushed 1 commit to later_fd_ccallable_mismatch r-lib/later
- Add comments, clearer stub function name 84435d7
jcheng5 opened a draft pull request on r-lib/later
Graceful later_fd fallback if later_api.h is newer than installed later
Fixes #203jcheng5 created a branch on r-lib/later
later_fd_ccallable_mismatch - Schedule an R function or formula to run after a specified period of time.
jcheng5 created a comment on an issue on r-lib/later
Easy local repro steps (using promises instead of httpuv as it's much faster to compile): ```r install.packages("later") install.packages("promises", type="source") devtools::install_version(...
jcheng5 opened an issue on r-lib/later
Error: function 'execLaterFdNative' not provided by package 'later'
This error is happening when a copy of a `LinkingTo: later` package (like httpuv or promises) is installed that was built against later 1.4.0, but the version of later that's actually installed is ...jcheng5 commented on a commit on tidyverse/elmer
That’s weird… we already call `later::later_fd`??
jcheng5 opened a draft pull request on rstudio/shiny
Stack trace domain explosion
- [ ] Add unit testjcheng5 created a branch on rstudio/shiny
stack-trace-domain-explosion - Easy interactive web applications with R
jcheng5 pushed 1 commit to bugfix/promise-domain-stack-overflow rstudio/promises
- Fix ever-growing call stacks - Re-entering domains was happening additively, instead of replacing the active domai... bd03f8b
jcheng5 created a branch on rstudio/promises
bugfix/promise-domain-stack-overflow - A promise library for R
jcheng5 closed an issue on rstudio/promises
v1.3.1 release checklist
Prepare for release: * [x] `git pull` * [x] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_promises.html) * [x] [Polish NEWS](https://style.tidyverse.org/news...jcheng5 opened 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 1 commit to promise-state-rewrite rstudio/promises
- Warn on unhandled rejection; allow reject(promise) 3217788