Paul Campbell

Results 18 comments of Paul Campbell

I can't reproduce the error. Try updating shinyauthr and shinyjs packages to latest cran version.

Hi, there is already password hashing options provided via the sodium package. This is designed to protect against brute force attacks whereas algorithms such as sha-256 are not. See https://github.com/PaulC91/shinyauthr#hashing-passwords-with-sodium...

can you post a reproducible example here please? thanks.

Strangely I just noticed I'm getting this issue on firefox 104.0 with shiny 1.7.2. and shinyWidgets 0.7.2. but it's working fine on chrome and brave browser for me. The verbatimTextOutput...

Thanks @helgasoft. I did see that in the ECharts docs actually but thought it may be outdated as I can see they have [examples of category axis stacked bars](https://echarts.apache.org/examples/en/editor.html?c=bar-stack) on...

I’m not a CSS or ggplot2 expert but I think the issue is that ggplot2 renders images not html. So we need to figure out how to get the ggplot...

@vdebuen @sanjmeh can you explain what you mean exactly by a shiny 'timeout' ? shinyauthr returns to a logged out state when a session is restarted (a page refresh for...

hmatch is still private @ffinger . @patrickbarks maybe now is a good time to share it with the world! For adm1 matching we have found that `rnaturalearth::ne_states()` is no the...

Hey thanks for the response. I'm not getting the desired result following the 2 conditions you mentioned: ``` r library(shiny) library(bslib) ui setting value #> version R version 4.2.1 (2022-06-23)...

Ahh yes I am! OK no problem I can wait for the firefox support :) Thanks for your time looking into it.