Fernando Godoy

Results 7 comments of Fernando Godoy

For someone that needs swagger, follow link: https://github.com/Bittrex/bittrex.github.io/blob/master/src/_data/api-spec-v3.json

I have same problem. Maybe new beta version have a solution? For now I'm using a workaround.

@ericnewton76 I'm using v1.9. Was released ? Own! Than I can upgrade to new version. :) I checked last week and was in beta, now I'll upgrade and test again...

> Hi @fgodoy, > > Could you specify to version you used? Also it will be useful to get minimal working example which reproduces the issue in the stable way....

I have here a similar issue. Anyone can help, please? $ node sample C:\Projetos\VSCodeExtension\EdgeElectronTest\node_modules\electron-edge\lib\edge.js:169 return edge.initializeClrFunc(options); ^ TypeError: Cannot read property 'initializeClrFunc' of undefined at Object.exports.func (C:\Projetos\VSCodeExtension\EdgeElectronTest\node_modules\electron-edge\lib\edge.js:169:16) at Object. (C:\Projetos\VSCodeExtension\EdgeElectronTest\sample.js:3:23)...

I found the problem and yes, this is a electron-edge specific error. The solution was use version 6.5.2 of gem. For some reason that I don't know works with older...