David Granjon
David Granjon
Hi Victor, I have a version with bs4Dash. A lot of people are asking for the code. Would make sense to add a bs4Dash branch and redirect them here. Let...
quarto may provide simplifications such as native callouts and also embedded Shiny apps in the online version ...
Hi Victor, When using insertUI within a golem modularised app, I end up with: ```js Uncaught ReferenceError: datagrid is not defined at eval (eval at tryEval (htmlwidgets.js:252:16), :1:1) at tryEval...
Poke @hypebright. TO DO/roadmap: - Review anything broken with new update. Right now, most elements don't show (I haven't checked further, just an observation). - Check if some code elements...
With new Shiny, httpuv and cie...: this code does not work because the dependencies folder structure has changed (jQuery is also updated). Now folders are prefixed by the dependency version...
In this [part](https://unleash-shiny.rinterface.com/shiny-input-gems#invoke-js-events), some internal changes to shiny cause issues now and the code raises an error: ```r library(shiny) ui
- new shiny [tweaks](https://github.com/rstudio/shiny/commit/6be6dfbfebb00750e6cffa3687edd4e0a1c8249e): `data-shiny-no-bind-input`, ... - bslib layouts. - ...
I'd like to modify the validation look and feel on the client. Following the doc example (https://rstudio.github.io/shinyvalidate/articles/displaying.html#app-level-overrides-event-handlers): ```r library(shiny) library(shinyvalidate) ui
In the meantime, we may use shiny.setInputValue: ```r library(shiny) library(gentelellaShiny) options(shiny.jquery.version=1) shinyApp( ui = gentelellaPageCustom( title = "Shiny Gentelella", navbar = gentelellaNavbar(), sidebar = gentelellaSidebar( sidebarProfile( name = "Mark", img...
Consider moving auth to : https://firebase.john-coene.com/index.html? What do you think @GabrielleDevaux ? If we move, we must ensure that we can still recover user names.