Dave Jeffery

Results 100 comments of Dave Jeffery

> The problem is that by toggling a class there might be different transitions that finish at different times, so which transitionend event does one listen to? I guess the...

> One thing you could do now is add something like ['.', '-r', './tests/mocks.js'] to the args array and preload the mocks that way to no pollute your regular app...

@kevinsawicki: Hmmm, didn't seem to work for me? ``` js app = new Application({ path: electronPath, env: { SPECTRON: '1' }, args: ['.', '-r', join(__dirname, 'mocks.js')], }); ```

@kevinsawicki 👍 Working a charm now!

Still getting this issue. @typicode it looks like you've switched back to `native-dns` and away from `dnsjack` is this intentional?

To reproduce it I just have to use katon without a network connection (i.e. turn off wifi and plug out ethernet). I changed the dependency to point to this fork...

Getting a similar error on 0.4.3 when trying to use XO: ``` Error: Cannot read config package: eslint-config-xo Error: Cannot find module 'eslint-config-xo' Referenced from: at Function.Module._resolveFilename (module.js:325:15) at Function.Module._load...

The readme is out-of-date. CAS is not used anymore. https://github.com/alexanderGugel/ied/issues/48#issuecomment-175318512

Perhaps an easier alternative might be just to point people towards something like [gulp-iife](https://www.npmjs.com/package/gulp-iife), if you'd prefer not to deal with this in EG.