Dean Attali

Results 188 issues of Dean Attali

To reproduce: - Have only one drug in the table - Set the time to 20 - Set "Max Time" to 10 (it was previously 60 by default) - You'll...

For many years the default convention for writing a simple shiny app was `ui

The docs for this function don't have an example or even a link to the [article](https://shiny.posit.co/r/articles/improve/nonblocking) on it. I copied the example from `bind_task_button()`

This is possibly a {shiny} issue rather than a {shinytest2} issue. If it is, feel free to transfer it to that repo. I discovered this when trying to test a...

Using latest shiny v1.8.1.1, calling `shinyAppTemplate()` results in an error: ``` > shiny::shinyAppTemplate("foo") Select which of the following to add at foo/ : 1: All 2: app.R : Main application...

The argument `selectize` says "Whether to use selectize.js or not". Most shiny users probably don't know that selectize.js is a javascript dropdown library, and that argument is a mystery to...

The [blog post](https://shiny.posit.co/blog/posts/shiny-r-1.8.0/) for shiny 1.8.0 release had a section about selectizeInput's upgrade and plugins. It shows an example of using `options = list(plugins = "remove_button")`. However, by just looking...

Since devmode is continuing to get new features, it might be worthwhile to make sure it's easy to understand so that its usage isn't suffered. 1. The documentation for devmode...

I just looked over the docs for the new varSelectInput and ran into trouble trying to parse this sentence: https://github.com/rstudio/shiny/blob/c79034649077f5fa6f8d615ce10c457eb33a2d2a/R/input-select.R#L240-L244 Another thing I wasn't able to pick up from the...

Difficulty: Novice
Effort: Low
Priority: Low
Type: Enhancement :bulb:

It's reasonable to expect the following to work: ```r library(shiny) ui