Luis Cuende

Results 52 comments of Luis Cuende

> I think solving #13 would require making a change to our [navigation handler](https://github.com/aragon/aragon-desktop/blob/master/src/main.js#L143), so that instead of the URL, we base it on the user's connected ETH network (although...

> Should we also include a way for users to switch off of the ethereum provider's node, or is that something we'd expect them to do from there? I'd expect...

That doesn't make much sense, could it be that the `networks.json` file is not being correctly parsed by `const networks = require('./networks')`?

This is basically the same issue as https://github.com/aragon/aragon-cli/issues/505, one link seems to be broken in one of the dependencies we are using :/

Not sure, any thoughts @0xGabi?

@sohkai is there anything stopping us from just using whatever web3 provider the user is using (if we detect one), as opposed to defaulting to our nodes? Is that filters/events...

This would be solved by https://github.com/aragon/aragon-desktop/pull/79

It seems to me that it's having trouble downloading Electron -- can you try just doing `npm i -g electron`?

Okay, so it seems like status 3228369023 is a Windows error for an unhandled exception, but I didn't manage to find more info past that. On the other hand, it...