Maciej Nasinski
Maciej Nasinski
I am impressed by such a quick response, thank you. First all it is important for me that maintainers are aware of such situation and are accepting it. Thus please...
> To freeze all inputs on session start you could place something like: `lapply(isolate(names(input)), freezeReactiveValue, x = input)` at the top of your server function. Thanks for a comment. This...
Great, thank you for such a quick response. Is there a way to support `metacran`? I think of some donation page:) I hope you will announce such limitation move in...
Btw. I am using `memoise` package in this project so at least I limit the CRAN/CRANDB queries if sb repeats any call.
Yes, I know. Still it is not obvious to do so each time or putting it to .Rprofile. I feel the default shiny should be as stable as possible. It...
Sorry for a slow response as I was on vacation. First of all valid or not valid it should not matter as It hard crash the R session. The ragg...
Done:)
Wow thank you for so quick answer, a legendary maintenance of the package. The suggestion is great as "btn-outline-secondary" or "btn-outline-light" are very close to what is offered by selectInput....
I think the .renderHook could work well here https://github.com/dreamRs/shinyWidgets/blob/1b6cab48b1ea2c9338f94b43d089e4b580223d23/R/input-selectpicker.R#L96. hmmm something like: ``` tags$select(dropNulls(options), .renderHook = function(res_tag) { theme
The another solution could be sth like this, it could be unstable if sb call it before bs theme is known (outside fluidPage). However if run outside fluidPage then it...