Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

autoreload added #62

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

autoreload added #62

wants to merge 1 commit into from

Conversation

WuerfelDev
Copy link

@WuerfelDev WuerfelDev commented Oct 19, 2021

some things about that:
main.cpp#L861: This could be replaced with nodelay or removed. Not sure what is best

main.cpp#914: Since halfdelay is set, this is non-blocking and therefore currently only useful if typed at a speed of <0.1s per character

main.cpp#933: the inotify watch fires multiple times for a file change, we could act only after checking the content of the inotify event, the usleep is a little workaround to lower the risk of loading an incomplete document

main.cpp#936: Is there a fancier way of doing this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant