Joe Cheng

Results 39 issues of Joe Cheng

Requires https://github.com/rstudio/crosstalk/pull/100

Note: d3scatter needs to change as well, the `renderValue` method needs to end with: ```javascript sel_handle.invokeChangeHandler(); filter_handle.invokeChangeHandler(); ``` ```r library(shiny) library(crosstalk) library(d3scatter) sd

Video URL: https://www.youtube.com/watch?v=ijRBbtT2tgc 0:00 - Shiny is both old and new 0:57 - What is Shiny? 2:15 - Anatomy of a Shiny app 5:42 - Why Shiny, when Streamlit is...

See https://gist.github.com/jcheng5/c084a59717f18e947a17955007dc5f92

ready

I have NOT tested this on Windows, only Mac. Please nobody merge until I've tested. ## Intent Fixes #414. When building a bundle, follow symlinks. This allows apps to include...

In mid-May (when Joe gets back from vacation): - [ ] Publish new extension under `Posit.shiny` - [ ] Simultaneously, publish new version of `Posit.shiny-python` that removes all contribution points...

Hi Charlie, while it was on my mind, I just wanted to jot down some thoughts regarding cancellation, in case it's a feature you're ever interested in pursuing (which would...

enhancement