vIceBerg

Results 4 issues of vIceBerg

## System information - node version: 14.17.2 - npm or yarn version: 7.19.1 - OS/version/architecture: Windows 10 - Applicable nodegit version: 0.27.0 When trying to rebuild the package with electron-rebuild,...

Hi! I'm using the 3.4 version for a while and this version worked well. But for some weeks now, I have a lot of troubles... My app is working file...

Hi. I've been struggling a lot on making this package working with le latest Electron which uses node 12.8.x. Every single solution leads to another problem. The farest I got...

Hi! Using this code: ``` var onMessage = (Func)(async (message) => { Console.WriteLine(message); return "Received string of length " + ((string)message).Length; }); var func = EdgeJs.Edge.Func(@" var indexer = require('./TuxedoSearch/indices/indexer');...