Félix Luginbuhl
Félix Luginbuhl
Hello, There is a possible typo in the documentation of the cloudrunner section "Private Cloud Run service scheduling": https://code.markedmondson.me/googleCloudRunner/articles/cloudrun.html#private-cloud-run-service-scheduling Shouldn't it be `allowUnauthenticated = FALSE`? What your wrote instead is:...
Hi, It could be interesting to make a comparison with other R package wrapping "Echarts", in particular the popular R package "echarts4r". - What are the key differences between "echarty"...
Firstly, thank you for this very useful package! I got an error when using ```pxR::read.px``` in order to read some PX files from the Swiss Federal Statistical Office (or BFS)...
The na.string '"....."' (5 dots) was missing in order to read some PX files from the Swiss Federal Statistical Office (or BFS) online database (https://www.pxweb.bfs.admin.ch/) with the pxR::read.px function.
Fix documentation error as mentioned here https://github.com/MarkEdmondson1234/googleCloudRunner/issues/193
Use {cli} R package to add: - [ ] text color - [ ] better formating
Is it possible to add html tags inside `popover()`? ## Reproducible example ```r library(shiny) library(bs4Dash) shinyApp( ui = dashboardPage( help = TRUE, header = dashboardHeader(), sidebar = dashboardSidebar(), controlbar =...
Hi, Would it be possible to add a `max_posts` variable in the `_site.yml`? This would allow to only show a selected number of posts in the homepage. Best regards, Felix
When using `shinyWidgets::treeInput()`, is it possible in some way to have single selection (allowing users to select only a unique category of the tree)? Thanks a lot for this amazing...