Mkranj

Results 24 issues of Mkranj

### System details Browser Version: N/A Output of `sessionInfo()`: ``` R version 4.3.3 (2024-02-29 ucrt) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 11 x64 (build 22631) Matrix products: default locale: [1]...

When the text inside a dropdown is quite long, it is possible for it to obscure the arrow that indicates this is a dropdown menu. This can look somewhat unpolished....

So, this is a weird issue I noticed. Here is a small app.R example: ``` library(shiny) library(shinyWidgets) print("shinyWidgets version:") print(packageVersion("shinyWidgets")) ui

I'm analysing some timeseries, but I cannot use the `yearmonth()` function. Running the following code: ```r yearmonth("2018 January") ``` I get this error message: `Error in C_force_tz(utc, tz, c("boundary", "post"))...

I'm analysing some timeseries, but I cannot use the `yearmonth()` function. Running the following code: ```r yearmonth("2018 January") ``` I get this error message: `Error in C_force_tz(utc, tz, c("boundary", "post"))...

https://github.com/r-lib/rlang/blob/ae699d14ce32444ecd797e287f9384faf3726c74/man/is_named.Rd#L37

Hi, I'm making a table where one column includes URL adresses. I'm displaying the table inside a Shiny app. Can I parse cell contents of that column (or specific cells)...

I'm trying to make a single chart that has both a bar chart and a relevant pie using subplot(). Subplot is optimal because I'd like the users to be able...

Developers have asked for a way to disable the download button when a lengthy calculation is occurring many times, such as in these Stack Overflow questions: [1](https://stackoverflow.com/questions/74523136/how-to-disable-a-downloadbutton-in-shiny-when-rmarkdown-is-rendering-a-report) [2](https://stackoverflow.com/questions/25247852/shiny-app-disable-downloadbutton) [3](https://stackoverflow.com/questions/77497750/how-to-disable-downloadbutton-when-there-is-no-reactive-data) [4](https://stackoverflow.com/questions/63032458/disable-downloadbutton-after-renderui)...

Initially noticed this in the [Python version of Shiny](https://github.com/posit-dev/py-shiny/issues/2087). This changes the cursor that appears when hovering over the line in sliderInputs. Before the change, the cursor appears as an...