Brett Sun

Results 199 comments of Brett Sun
trafficstars

I think we might be able to install it via apt-get as well, but let's have a look at how to do this.

This looks similar to a problem we had with Safari: https://github.com/aragon/aragon/pull/958. It may have to do with the Webkit version or etc. not understanding the flex rules.

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 I'm...

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?

> is there anything stopping us from just using whatever web3 provider the user is using Generally because it was super slow to get events (in the past), but we...

The problem is, the templates need these repos to exist before they can work. We should either provide an empty repo here, or handle the RPC error elsewhere.

> Otherwise I don’t think users will be able to publish new versions of their templates even if we handle the RPC error Why wouldn't this be the case? Publishing...

@john-light This is most likely an issue with frame not handling the Ledger sleeping cc @floating. Which version of the firmware are you on?

Maybe it's related to `eth-provider` not reconnecting in the case of the Ledger being unlocked. I think it polls on an interval, so perhaps @john-light got unlucky and tried to...

Given that all networks are pretty much operating at 8M gas, can we not start geth in the docker image with that much gas?