Winston Chang
Winston Chang
I can't run your code verbatim since I don't have `data$squad`, but I replaced that with a vector, and it runs fine in my RStudio IDE: I'd suggest running it...
I think an `updateFileInput` PR would be great. We'd definitely look at a PR.
Just a heads up: The `DT` package already has a newer version of the DataTables JavaScript file, so if you use that instead of the (semi-deprecated) version built into shiny,...
@jcheng5 Unfortunately, the deprecation message currently only prints when in dev mode. So it would be a good idea to first make it print the deprecation message without dev mode,...
There's a fair amount of code out there that [explicitly calls `shiny::renderDataTable`](https://github.com/search?q=%22shiny%3A%3ArenderDataTable%22&type=code), and probably even more that doesn't use `shiny::`. I just had another idea, though. Maybe we could have...
There's no need to change this in general in bslib or Shiny, since it's desirable behavior in most cases. It does make sense to disable it for the demo app,...
I got started here: https://github.com/wch/harbor. If you guys want to be added to the repo, just let me know. The function names will be `container_*` for commands specific to a...
An even simpler version: ```js for (var i=0; i
Sorry, I don't think you can do this. When you call `$new()`, it always returns an instance of the class that `$new()` is called on. Why not just call `childclass$new()`?
Great, I'm glad to hear that Kurt also suggested the same fix.