agracio

Results 139 comments of agracio

Looks like the same issue as this one: https://github.com/agracio/edge-js/issues/10 Why would you want to build 7.9.0 on `electron-edge-js` if it's already included there?

I am surprised that `electron-edge-js` 7.9.0 build does not work for you out of the box, I use it in multiple applications with Electron 1.7.9. To build 7.9.0 in electron-edge-js...

https://github.com/agracio/edge-js supports Node.js up to version 10.x. Version 11.x coming soon

You are welcome to submit PR, but if it was a simple issue it would have been solved already. Take a look at this solution: https://github.com/aspnet/JavaScriptServices

From the previous comments on this repo it appears that Edge does work fine on Linux when using .NET Core 1.0, but does not support any versions above 1.0. I...

I'm afraid I am not a Linux expert, I use Windows to build the libraries and only test Linux implementation using Travis CI https://travis-ci.org/agracio/edge-js and occasionally using Ubuntu on Docker....

Can you create some kind of code sample that would show the failures that you experiencing, preferably something that can be put into a test case that would make it...

This one * https://github.com/agracio/edge-js/blob/master/test/201_patterns.js#L218 * https://github.com/agracio/edge-js/blob/master/test/tests.cs#L398 The difference is that it uses pre-compiled .dll file for test and not inline calls. **Edit**: Actually the difference explains it all, pre-compiled .dll...

The fix requires https://github.com/tjanczuk/edge/pull/573 pull request to be merged. There is some more discussion on this thread: https://github.com/tjanczuk/edge/issues/586