-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Gaze is adding all folders in HOME to watch list #1776
Comments
With the new configuration setup, this shouldn't cause a problem after #1509. (Config files are moving into a directory.) |
We don't use |
@albinekb any ETA on when this might ship? been annoyed by error popups this issue is triggering for half a year now :) |
@darsain can you please try hyper 2.0, read how to change your updateChannel at https://zeit.co/blog/canary 👍 🙏 If that doesn't resolve it, let's reopen 👍 |
Issue
Relevant to the following
hyper
issues:Relevant to the following
gaze
issues:About 2 weeks ago I started seeing the following when starting hyper. I wasn't sure what had changed. It was not a new hyper version, but I had just upgraded to the 16176 Windows Insider build - although I'm also sure that didn't cause it - confused ... I started investigating.
The only item being added to glaze from hyper for watching seems to be the
.hyper.js
file in the user'sHOME
folder. But I noticed (after putting tons of logging into glaze) that it added the.hyper.js
file to its watch list, but then also added all the sub-folders in myHOME
folder too. This is caused by the following logic within glaze:Once glaze starts watching additional folders in the
HOME
folder, there are a number of permission and other types of errors that start happening for various users. In my case above, the OneDrive folders have a specificREPARSE POINT
which causes thefs.lstatSync
call made by glaze to throw aEINVAL
error. I'm adding issues to the glaze and node repos for this.If hyper could ensure that only the
.hyper.js
file was watched, then I believe that all of the referenced issues would be resolved.The text was updated successfully, but these errors were encountered: