Issue
Errors like these happen sporadically when I use the OS and various apps, and they change some files located under %HOME%/* while Hyper is running in the background:


It seems like Hyper is watching user's home folder to spy on .hyper.js changes, and whenever something happens there it does lstat on the changed file. This operation might not be permitted on some files, which results in EPERM error window popping up and annoying me considerably 😢.
I think that watching of anything under user's home folder should be isolated to only the paths relevant to Hyper and completely ignoring any event not relevant to it, since watching everything there might (apart of throwing these errors) cause performance issues in the future.
Issue
Errors like these happen sporadically when I use the OS and various apps, and they change some files located under
%HOME%/*while Hyper is running in the background:It seems like Hyper is watching user's home folder to spy on
.hyper.jschanges, and whenever something happens there it doeslstaton the changed file. This operation might not be permitted on some files, which results inEPERMerror window popping up and annoying me considerably 😢.I think that watching of anything under user's home folder should be isolated to only the paths relevant to Hyper and completely ignoring any event not relevant to it, since watching everything there might (apart of throwing these errors) cause performance issues in the future.