Colin Fay

Results 235 comments of Colin Fay

Putting this on-hold as there is (to my knowledge) no mechanism to handle that at RSconnect level.

Not on hold anymore, see https://github.com/rstudio/rsconnect/pull/502

TODO : + [ ] `add_rscignore_file()` that will add the files that do no need to be deployed to Connect: + [ ] Check that the `{rsconnect}` version is >=...

Related SO question by @xari https://stackoverflow.com/questions/58648662/autoreload-in-golem-apps-shiny-option-doesnt-work

Ok so as far as I can tell it's because this behavior is triggered by `shiny:::initAutoReloadMonitor`, which is triggered when running a "standard app" in a directory with runApp, which...

Ok folks, so to sum up the issue is that the autoreload only works when calling `runApp()` on a directory, and by default {golem} apps don't do this `runApp()`. Here...

@dwhdai this refreshes only if you save the file inside R (not the browser), and also, there is an issue with `{shiny}` itself https://github.com/rstudio/shiny/issues/2711 :) I feel like this should...

Note to self : here is a prototype of implementing an `auto.reload` in `{golem}`: ``` loops

Don't forget to put the stderr and stdout in a file. ```r logs

Hey, You're right and this will be the aim of {prague} (related: #270). This is not a trivial integration so I'm planning on doing this migration once {golem} 0.3.0 is...