Etienne Folio

Results 21 comments of Etienne Folio

I just updated (was late in the updates), and the locks became unavailable. I now have a banner on every entity saying : "This entity is no longer being provided...

Same issue with me.

Same here: install, throw an error, and… ``` Uncaught ---------------------------------------- at EventEmitter.on at DestroyableTransform.once (events.js:185:8) Uncaught undefined d:\work\project\node_modules\long-stack-traces\lib\long-stack-traces.js:80 throw ""; // TODO: throw the original error, or undefined? ``` hum…...

I wonder if it would be possible to do this, but faster: `['sth/**/*.js', '!sth/**/*.spec.js]` It would be far better if the first glob could not catch the .spec.js files at...

Hi, I'm not sure if I understand the bug here, since the examples in the 1st post are 404-ing, but my issue resembles this one: To reproduce: ``` script test("test");...

don't forget the "?" at the end :) "begin": "([a-z][A-Za-z0-9_-]+)(=)?",

This completes the previous issue, as I proposed a debug for fetching binary data (ie. buffers) and this proposes a feature to store it easily. Thanks a lot!