Vadim Macagon
Vadim Macagon
As of Electron 1.7.2 Beta you should use the built-in debugger with the [`--inspect`/`--inspect-brk` flags](https://github.com/electron/electron/pull/9473) and forget about `node-inspector` and `electron-inspector`.
Yeah, there were a few breaking changes to the `electron-rebuild` API, I think the last version that works is 1.2.1. Unfortunately I don't have the time to fix this right...
Looks like NPM can't find Git, is Git accessible in the command prompt you run NPM from? If not you'll need to add it to your PATH.
Supposedly `insert_final_newline` and `trim_trailing_whitespace` are supported in the VS2017 15.3 (currently in preview). Alas I've discovered after some frustration that VS2017 15.2 also doesn't support `tab_width`, but at least that's...
The main difference between the current version of `LoomProvider` and this new one is that this one is meant to work more like a wallet provider, similar to the HD...
Looks OK in principal, but I need to see the other half of this, the new repo, how it's all going to mesh with loom-js etc.
It's these ones that are currently commented out https://github.com/loomnetwork/loom-js/blob/877edfc6c5a50eb5ce432b5c798026d5cbd60256/e2e_tests.sh#L81 It's supposed to just webpack everything and run the tests in a headless Electron instance.
Please provide a snippet of code that can be used to reproduce this error.
[DO NOT MERGE] Fix TransferGateway.withdrawalReceiptAsync() to handle missing token contract address
This PR is just for backporting the fix to v1.60.X, the same fix has been applied to master in https://github.com/loomnetwork/loom-js/pull/327
What version of NodeJS are you using?