Ecosyste.ms: Timeline

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

jcheng5

jcheng5 created a branch on jcheng5/shinychat

rc-v0.1.0 - Chat UI component for Shiny for R

jcheng5 pushed 1 commit to main jcheng5/shinychat
  • Add CRAN submission comment about elmer 082a7e6

View on GitHub

jcheng5 pushed 1 commit to main jcheng5/shinychat

View on GitHub

jcheng5 pushed 2 commits to main jcheng5/shinychat
  • Add NEWS.md, cran-comments.md 1b5d3fe
  • Update (aspirational) install instructions in README 5e30a41

View on GitHub

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

View on GitHub

jcheng5 pushed 1 commit to main jcheng5/shinychat

View on GitHub

jcheng5 pushed 1 commit to main jcheng5/shinychat

View on GitHub

jcheng5 pushed 1 commit to main jcheng5/shinychat
  • Fix input autoresize functionality d75f237

View on GitHub

jcheng5 pushed 1 commit to main jcheng5/shinychat
  • chat_append(_stream) now returns (async) errors Also add docs e17460a

View on GitHub

jcheng5 pushed 1 commit to main posit-dev/shinymedia

View on GitHub

jcheng5 created a branch on jcheng5/r-multimodal

confetti

jcheng5 pushed 1 commit to main jcheng5/r-multimodal

View on GitHub

jcheng5 pushed 1 commit to main jcheng5/r-multimodal

View on GitHub

jcheng5 deleted a branch rstudio/shiny

observe-event-stacktrace

jcheng5 pushed 1 commit to main rstudio/shiny
  • Fix observeEvent stack trace stripping (#4163) * Fix observeEvent stack trace stripping * Add unit test * Add ... 9a35b01

View on GitHub

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

View on GitHub

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

View on GitHub

jcheng5 pushed 1 commit to observe-event-stacktrace rstudio/shiny

View on GitHub

jcheng5 opened a pull request on rstudio/shiny
Fix observeEvent stack trace stripping
Fixes #4162. - [ ] Unit test
jcheng5 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...

View on GitHub

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 deleted a branch rstudio/shiny

plot-size-with-zoom

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

View on GitHub

jcheng5 closed an issue on rstudio/shiny
Plot outputs incorrectly sized inside scaled outputs
When plot outputs appear inside scaled regions of the DOM, Shiny reports the output area in absolute pixels (i.e. the size of the output area _after_ the scaling is applied). The returned image, ho...
jcheng5 closed a pull request on rstudio/shiny
Plot outputs incorrectly sized inside scaled outputs
Fixes #4135. CSS zoom property affects `el.getBoundingClientRect()` but not `el.offsetWidth/Height`. When reporting sizes of outputs from client to server, we need to back out the CSS zoom becau...
Load more