Antoine J.-P. Tixier

Results 20 comments of Antoine J.-P. Tixier

Hi, thank you for your interest! The code was tested with Python 3.5.5 and 3.6.1, tensorflow-gpu 1.5.0, Keras 2.2.0, and gensim 3.2.0. I guess it's probably the problem (Keras has...

Did you find what the problem was? It's difficult to troubleshoot this issue without a reproducible example, and I am very busy these days anyways, but could it be possibly...

I have the same issue, and the same question.

I concur to everything that was said. It would really be a huge improvement if the app could stay alive when the screen is locked. Right now, I am using...

@dewalex please see MRE below. A public live example can be found here: https://safetyapp.shinyapps.io/wavelock_test/ `ui.R` ```r shinyUI( fluidPage( includeHTML('./wavelock.html') # originally taken from: https://github.com/richtr/NoSleep.js/blob/master/example/index.html ) ) ``` `server.R` ```r function(input,...

@dewalex I changed the icon and message, and kept only one button to refresh the page by slightly editing the `inst/shinyMobile-0.8.0.9000/js/shinyMobile.js` file (see here: https://github.com/Tixierae/shinyMobile/blob/46c5a7f458e176c12a3ebb7dce95f4c29ceaf594/inst/shinyMobile-0.8.0.9000/js/shinyMobile.js#L55) Here is how it looks:...

Ah yes, you're right, wavelock does not address the 'app switching' issue. Then, yes, we really need a way to keep it running in the background...

I have the same issue. I am based in France, everything works fine locally. But when uploading to shinyapps, the issue arises (deployed app lives [here](https://safetyapp.shinyapps.io/mre_app/)). Screenshots and MRE below....

Many thanks for the super quick fix, @DivadNojnarg! This is immensely helpful. @nathhenry3 could you please verify that David's latest commit fixed your issue too, and if yes, close the...

Your code works for me on the vanilla RStudio browser and on Chrome locally. I am using `data.table_1.14.0` and `shinyMobile_1.0.0.9001`. Note though that DT is not fully compatible with shinyMobile,...