Matt Holtzman
Matt Holtzman
@dopry I had the same issue that I think you're having. If the problem is that you're packaging your Electron app w. something like electron-builder or electron-rebuild, these both use...
> Looks like the root issue is [electron/electron-rebuild#886](https://github.com/electron/electron-rebuild/issues/886). The fix has been merged, but a new version has not yet been cut. I was looking at this earlier and, while...
@dopry it looks like prebuild-install was updated to include a more current version of node-abi, so I think this issue could be fixed by updating to use [prebuild-install 7.x](https://github.com/prebuild/prebuild-install/releases/tag/v7.0.0)
> Followed the above instructions (and package.json) but still getting: > > ``` > /node_modules/usb-detection/build/Release/detection.node' > was compiled against a different Node.js version using > NODE_MODULE_VERSION 89. This version of...
Looks like this is occurring when a field in the table is named 'id'. Here's a test case: ``` const Sequelize = require('sequelize'); const connection = new Sequelize('', '', '',...
I think we need to add a migration to add the new network to existing configs as well
no, we don't want to delete any
also seems like the tests are failing? (edit: nm see it's a dependency issue)
thanks for the submission @hey-ynot. we get all of our chain data from here for now: https://github.com/ethereum-lists/chains if you submit a PR there for the iconURI it will make its...
one more thing is we should wait until we rebase `develop` off of `0.5` before we do this otherwise the rebase will be an absolute nightmare. which direction makes more...