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
while translating, It's useful to automatically refresh the content when it's changed.
As a workaround, I'm using a one liner like
while true ; do timeout 30 make ; done
to rebuild pages and reload the http server every 30 seconds, but there are for sure better methods , maybe leveraging some module in the nodejs ecosystems itself, instead of relying on python's http server ? See for example
while translating, It's useful to automatically refresh the content when it's changed.
As a workaround, I'm using a one liner like
while true ; do timeout 30 make ; done
to rebuild pages and reload the http server every 30 seconds, but there are for sure better methods , maybe leveraging some module in the nodejs ecosystems itself, instead of relying on python's http server ? See for example
The text was updated successfully, but these errors were encountered: