Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
jcheng5 pushed 2 commits to main jcheng5/shinychat
jcheng5 opened an issue on jcheng5/shinychat
Release shinychat 0.1.0
First release: * [ ] `usethis::use_news_md()` * [ ] `usethis::use_cran_comments()` * [ ] Update (aspirational) install instructions in README * [ ] Proofread `Title:` and `Description:` * [ ] Chec...jcheng5 pushed 1 commit to main jcheng5/shinychat
- Update deps, remove elmer from example (for now) e99773b
jcheng5 pushed 1 commit to main jcheng5/shinychat
- chat_append(_stream) now returns (async) errors Also add docs e17460a
jcheng5 pushed 1 commit to main rstudio/shiny
- Fix observeEvent stack trace stripping (#4163) * Fix observeEvent stack trace stripping * Add unit test * Add ... 9a35b01
jcheng5 closed an issue on rstudio/shiny
Errors in observeEvent have too much stack trace hidden
### System details Browser Version: <!-- If applicable --> <details> <summary> Output of `sessionInfo()`: NA </summary> ``` ─ Session info ───────────────────────────────────────────────────────...jcheng5 closed a pull request on rstudio/shiny
Fix observeEvent stack trace stripping
Fixes #4162. - [x] Unit test ## Explanation Reactive objects have a lot of machinery that we generally want to hide, so they call `..stacktraceoff..` before they begin executing and `..sta...jcheng5 pushed 1 commit to observe-event-stacktrace rstudio/shiny
- Add deep stack version of unit test 8783ed9
jcheng5 created a comment on a pull request on rstudio/shiny
I (lazily/expediently) added only a unit test for this specific issue. Ideally we'd have unit tests for every place in Shiny where we'd expect stack traces from: 1. Top-level app.R/ui.R/server.R...
jcheng5 opened a pull request on rstudio/shiny
Fix observeEvent stack trace stripping
Fixes #4162. - [ ] Unit testjcheng5 created a branch on rstudio/shiny
observe-event-stacktrace - Easy interactive web applications with R
jcheng5 created a comment on an issue on rstudio/shiny
The problem has to do with stack trace stripping; if you set `options(shiny.fullstacktrace=TRUE)` you'll see that the info is all there, just getting pruned out in the `observeEvent` case because i...
jcheng5 opened an issue on rstudio/shiny
Errors in observeEvent have too much stack trace hidden
### System details Browser Version: <!-- If applicable --> <details> <summary> Output of `sessionInfo()`: NA </summary> ``` ─ Session info ───────────────────────────────────────────────────────...jcheng5 closed an issue on rstudio/promises
Release promises 1.3.2
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 pushed 1 commit to main rstudio/shiny
- Plot outputs incorrectly sized inside scaled outputs (#4139) * Fix #4135: Plot outputs incorrectly sized inside scal... 5bf0701