AoikLiveReload icon indicating copy to clipboard operation
AoikLiveReload copied to clipboard

Detect module file changes and reload the program.

Results 3 AoikLiveReload issues
Sort by recently updated
recently updated
newest added

I needed the ability to handle events on restart, such as terminating child processes cleanly. This is a quick implementation of that. This can be significantly improved, please comment and...

When running the app in intellij debug mode, it fails to hot reload For sanic, here's the console output. ``` 2017-10-29 22:19:41 - (sanic)[INFO]: Goin' Fast @ http://0.0.0.0:8000 2017-10-29 22:19:41...

using : find . -name '*.py' | xargs 2to3 -w