agracio

Results 139 comments of agracio

Just tested it in my project and coverage is also 0% on 4.0.1 gulpfile.js snippet: ```javascript gulp.task('pre-coverage', function () { return gulp.src(paths.out + '/src/progress.js') .pipe(istanbul({includeUntested: true})) .pipe(istanbul.hookRequire()); }); gulp.task('istanbul', ['pre-coverage'],...

Try using `electron-edge-js` and let me know if you still experience the issue.

It should, do you know what exception you .NET code is throwing?

https://github.com/agracio/electron-edge-js the differences are in the readme, the main difference is that its based on https://github.com/agracio/edge-js that has some major bug fixes compared to original Edge.js repo with StackOverflowException being...

You will see that error when installing `electron-edge` on any Node.js version except 7.x, but will function correctly as long as you use it with supported Electron version.

There is another module called `electron-edge-js` https://github.com/agracio/electron-edge-js that offers support for multiple Electron version, try it out.

Active fork here: https://github.com/agracio/edge-js

Try using https://github.com/agracio/edge-js instead

I think in NPM under https://www.npmjs.com/package/edge-ps 'Settings' tab you could add me (agracio) as maintainer so that would allow me to publish package as `edge-ps` instead of using a different...