Tobias Busch
Tobias Busch
The missing parameter `useSummaryIfNoDescription` basically disables the use of Hugo-created summaries in the post overview because of a conditional in `summary.html` that cannot evaluate true. This parameter chould be in...
- Use **custom block syntax (`:::`)** for objectives, challenges, and notes. + This makes them easier to edit, because syntax highlighting and code execution in RStudio works normally (unlike when...
The `run_dev()` docstring says that the default path for the project's `run_dev.R` file is `R/run_dev()`, https://github.com/ThinkR-open/golem/blob/709a382746ce445e6b082691065d6d078add948d/R/run_dev.R#L3 but the default is actually set to `dev/run_dev()`: https://github.com/ThinkR-open/golem/blob/709a382746ce445e6b082691065d6d078add948d/R/run_dev.R#L14 If the user supplies a...
**Context:** Using `add_rule(..., sv_numeric()))` with `numericInput()`. **User interaction:** Enter non-numeric value, e.g., some combination of `- , e .` **Issue:** The message shown to the user is not the one...
Opening a modal using a button in another modal disables scrolling because it leaves the html body tag with (among other things) `style = overflow: hidden`. - This happens regardless...
Hi, The custom `onClick` function is not called when I click the radio button that is added by `selection = "single"`, or anywhere else in the column with the radio...
## Description of Issue ### Desired Behavior I'm trying to load a JS file containing an ESM module as a dependency using ` serveAssets(modules = "my_module.js")`. The function should create...
I'd like to add a `...` argument to `single_imputation()` so that the imputation methods can be configured (e.g., number of iterations for missForest). **Current** (R/missing_data.R) ``` r single_imputation
Create constructors for IntervalTiers, PointTiers and TextGrid objects from data frames. The basic behavior is implemented, but the code is missing some sanity checks and there are some struggles related...
## Describe the problem The `toast_border_radius` Bootstrap variable documented [here](https://rstudio.github.io/bslib/articles/bs5-variables/index.html#toast-border-radius) does not change the border radius of Toasts created with `shiny::showNotification()`. Instead, the `card-border-radius` is used. The problem originates here:...