Dean Attali

Results 542 comments of Dean Attali

You're right, I haven't thought about this issue. Thanks for the report

I just tested the changes for the first time. I followed the steps you outlined: 1. Run the following app ``` library(shiny) shinyApp( ui = fluidPage( disconnectMessage(), actionButton("disconnect", "Disconnect the...

Yes I installed `lz100/shinydisconnect` and I tried Chrome (version 86) and firefox, I'm still not seeing the disconnect message on re-connection. shiny is indeed version 1.5 CRAN release I did...

Do you have your version deployed anywhere so I can test other browsers on other devices?

Thanks for looking into this and explaining. It does work now, but I also get a javascript error: ``` shinydisconnect.js:26 Uncaught TypeError: Cannot read property 'readyState' of null at shinydisconnect.js:26...

I noticed an issue today with this PR. I was developing a shiny app that was using shinydisconnect, and my version of shinydisconnect is the one from this PR. I...

I'm not familiar with the Reconnecting message, can you show it in action?

I can see that! Frel free to submit a pull request On Nov 9, 2017 03:30, "Tokhir Dadaev" wrote: > Maybe add black and white option, after staring for awhile...

Yup, that's exactly what I had in mind too (https://github.com/daattali/shinyforms/issues/11). Thanks for your input , I'll take a look at that link later. I have to ditch all work on...