Erik Engi

Results 59 comments of Erik Engi

> i probably cannot determine automatically if release description will follow, because some repos simply don't have release descriptions at all, e.g. https://github.com/angular/angular/releases This means you can check this. So...

I can confirm that setting the below values to `true` resolves the issue: https://github.com/segmentio/nightmare/blob/f49265c2d16f66ef86d8fb7bef661b36cbe09073/lib/preload.js#L50 https://github.com/segmentio/nightmare/blob/f49265c2d16f66ef86d8fb7bef661b36cbe09073/lib/preload.js#L55 @matthewmueller Would you accept a pull request with these changes to the [preload script](https://github.com/segmentio/nightmare/blob/master/lib/preload.js)? Would...

This is the minimal code where the issue is reproducible: ```JavaScript const {Gaze} = require('gaze') new Gaze('watchedDirectory' + '/**') ``` If I try to edit a folder name within a...

Windows `10 Pro 1083` Node.js `10.4.0` No it is a simple folder. I see. `new Gaze('**', { cwd: 'watcheDir' })` doesn't makes any difference.

No, nothing else. As soon as I stop Gaze I can rename a **folder**. As I can see the linked test is for renaming a file and not a folder....

Renaming an empty folder works mostly, but for the 2. renaming I get the following error: ```shell events.js:167 throw er; // Unhandled 'error' event ^ Error: ENOENT: no such file...

I think we should keep this issue opened, since it is well defined by now and it is also consistently reproducible.

All right, thank you! May I ask you on which system can you not reproduce this? (This might helps you to reproduce, if it is an issue on your system...

@gilbertohasnofb I have created some custom styles to place the scroll bar to it's original place while this package is enabled. I can share it here if you are interested.