Maximilian Antoni

Results 155 comments of Maximilian Antoni

My best guess is that you have plugins that use `import` instead of `require`. While `eslint_d` clears the require cache, there is no solution for modules in place: https://github.com/mantoni/eslint_d.js/blob/8357a5929dae7d2979680069107da308eab0a450/lib/caches.js#L61-L67 Does...

This is probably obsolete with the new major `v14.0.0` (see #294). Should you're still having the issue, please write here and I'm happy to re-open.

That is a perfectly reasonable idea. Feel free to submit a PR.

Ah, that looks like the tests only pass in my timezone _haha_ ✨ Thanks for reporting!

Ok, so I just checked on my machine and I see the exact same failures. The last time I worked on this project, I ran the tests on PhantomJS 1.9...

I have pushed a fix for the timezone tests. It was DST related. The sourcemaps related test still fails though.

Thanks for getting in touch. To clarify things: The call order of the listeners is predictable and a second listener on the same event name will be called immediately regardless...

Yes, agreed. We have to think about a better name for the option that expresses "soonest" somehow. Could you help out on the documentation? It's in the `docs` folder.

Here are some first thoughts: - `fastestResponse` - `firstReturn` One question: What would you expect to happen in case of an error? One solution would be to wait for the...