thothal

Results 8 issues of thothal

Consider a use case, where I want to show a `pageloader` until the shiny app first becomes `idle`. I would use the following code: ```r library(shiny) library(shinybulma) js

`bulma.js` (updated in #31) is raising an error as can be seen in the JS console: > bulma.js:1 Uncaught TypeError: Cannot read property 'addEventListener' of null > at t.value (bulma.js:1)...

Calculating the overall median does not yield valid `SQL` ```r library(dbplyr) library(dplyr) d % summarize(med = median(x, na.rm = TRUE)) # # SELECT PERCENTILE_CONT(0.5) WITHIN GROUP (ORDER BY `x`) AS...

## Disclaimer I previously [asked this question on SO](https://stackoverflow.com/questions/77887360/chart-notes-are-not-shown-in-flexdashboard-if-an-empty-chunk-is-added-at-the-end) to check whether this behavior is maybe intentional and got a workaround as a solution, but I am still not sure...

### Error description Assume the following modules: #### `dbg/a.R` ```r #' Title #' @export a

⚠️ bug

### Error description #### Reprex Consider the following module: ```r #' Title #' @export a

⚠️ bug

I raised [an issue on SO](https://stackoverflow.com/questions/79590545/cannot-parse-yaml-header-in-flexdashboard#79590545) I came along when trying to use the `!expr` syntax in my rmarkdown YAML header. While this compiles w/o any problem: ```lang-yaml navbar: -...

## Crosspost I originally asked this question on [Stackoverflow](https://stackoverflow.com/questions/79244816/customizing-format-of-rlangabort-message), but as I simply copied and pasted the [official documents on condition customization](https://rlang.r-lib.org/reference/topic-condition-customisation.html) I think it is indeed an issue (either...