| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
Looking forward to this feature! 😁
Added a few nits and suggestions.
Especially the main logic block in RunFileWatcher would benefit a lot from deconstructing it into smaller functions and introducing a struct for the filewatcher.
A few other suggestions for now:
Sorry, something went wrong.
There was a problem hiding this comment.
small nit/suggestion, otherwise LGTM
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Motivation
We want to provide hot reloading to be able to mount a volume into the container and see changes as they happen. For this, once a change happens, we have to reset the infrastructure, to support reloading (for example, a loaded python module will not change if the source changes, we have to reload it / restart the interpreter).
Changes
Todos