You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just found out about --loop, which can replace the manual inotify loop I was running before. But I think there could be an even more useful loop mode: A small web server that watches for file changes, automatically reruns the program, and either displays errors or reloads the diagram. This would let me just open my editor and browser side-by-side and make changes in my editor, without having to switch to my browser to reload or to my terminal to see errors. This could be implemented either as a built-in loop mode or as a small external program.
The text was updated successfully, but these errors were encountered:
I just found out about
--loop
, which can replace the manual inotify loop I was running before. But I think there could be an even more useful loop mode: A small web server that watches for file changes, automatically reruns the program, and either displays errors or reloads the diagram. This would let me just open my editor and browser side-by-side and make changes in my editor, without having to switch to my browser to reload or to my terminal to see errors. This could be implemented either as a built-in loop mode or as a small external program.The text was updated successfully, but these errors were encountered: