Dean Attali

Results 188 issues of Dean Attali

The [{crosstalk}](https://github.com/rstudio/crosstalk) package allows different shiny widgets on a page to interact with each other. Since gt is gaining popularity fast, it would be great to have crosstlak support for...

Type: ★ Enhancement

This is a continuation of https://github.com/r-lib/covr/issues/457 with more clear objectives, now that we're debugged and understood exactly where the issues lie. There is currently code (https://github.com/r-lib/covr/blob/caed186fc47884d1e848c09ddb9433716bd671c6/R/coveralls.R#L65-L70) that only adds git...

If there is no technical obstacle, it would be nice to be able to still see the report even if the tests didn't pass. Usecase: I'm testing a package with...

I've seen several issues in this repo from confused users (I was one of those confused people for about 2 hours until just now!) who are not sure why their...

Some hints here https://github.com/rstudio/shiny/issues/1424

https://github.com/daattali/shinyjs/pull/110

The {crosstalk} package provides functionality to link shiny widgets in two ways: selection and filtering. DT implements filtering correctly, and when rows in a DT table are selected then it...

If a picker input initially has a `NULL` label, then I cannot update it to a string later. This used to be a bug in shiny too https://github.com/rstudio/shiny/issues/868 Example: ```r...