Ecosyste.ms: Timeline

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

jcheng5

jcheng5 pushed 1 commit to later_fd_ccallable_mismatch r-lib/later

View on GitHub

jcheng5 pushed 1 commit to later_fd_ccallable_mismatch r-lib/later
  • Undo intentional breakage 4365637

View on GitHub

jcheng5 pushed 1 commit to later_fd_ccallable_mismatch r-lib/later

View on GitHub

jcheng5 pushed 1 commit to later_fd_ccallable_mismatch r-lib/later

View on GitHub

jcheng5 pushed 1 commit to later_fd_ccallable_mismatch r-lib/later

View on GitHub

jcheng5 pushed 1 commit to later_fd_ccallable_mismatch r-lib/later
  • Intentionally break GHA test to see if it errors 82da8b4

View on GitHub

jcheng5 pushed 1 commit to later_fd_ccallable_mismatch r-lib/later

View on GitHub

jcheng5 created a comment on an issue on workflowr/workflowr
I'm so sorry 😭

View on GitHub

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...

View on GitHub

jcheng5 opened a draft pull request on rstudio/shiny
Limit deep stack growth
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...

View on GitHub

jcheng5 pushed 1 commit to later_fd_ccallable_mismatch r-lib/later
  • Add comments, clearer stub function name 84435d7

View on GitHub

jcheng5 opened a draft pull request on r-lib/later
Graceful later_fd fallback if later_api.h is newer than installed later
Fixes #203
jcheng5 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(...

View on GitHub

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`??

View on GitHub

jcheng5 opened a draft pull request on rstudio/shiny
Stack trace domain explosion
- [ ] Add unit test
jcheng5 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

View on GitHub

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

View on GitHub

jcheng5 created a branch on rstudio/promises

promise-state-rewrite - A promise library for R

jcheng5 opened a draft pull request on r-lib/coro
Add `async_gen()` (async version of `gen()`)
jcheng5 created a branch on r-lib/coro

async-gen - Coroutines for R

jcheng5 created a comment on an issue on jcheng5/shinychat
Since you're not asking for any explanation, only code, you wouldn't call `chat_append`, or maybe not even `chat$stream_async()`; instead, you'd call `chat$chat()` (or `chat$chat_async()` if it nee...

View on GitHub

Load more