Brett Sun

Results 199 comments of Brett Sun
trafficstars

@0x6431346e @0xGabi Wondering if we should change the IPFS check to do a `which ipfs` instead of the config file?

Just wondering on the above; I'm not sure if we would be able to rely entirely on a disposable IPFS instance since we need the IPFS content generated by the...

The CLI should probably change the truffle config if it detects your project directory has a `truffle.js` or `truffle-config.js`. Not sure if truffle supports node resolution for its configs, but...

It could also be on the first time you interact with a `dao` command on a non-local environment; the CLI could prompt the user that they should specify a RPC...

Yes, highly highly agreed on both!

Good to know @sembrestels, thanks for bringing this up! I intentionally limited the amount of information passed back through `getApps()` to avoid creating a large API surface area that would...

`abi` and `roles` have been made available in #425.

@0x6431346e We're making a styleguide repo that includes an ESLint config with prettier :).

I thought this was true as well, but looking at how the RPC handlers work, I think this is only impossible for `AragonApp.external` calls. You can access overridden intents on...

Actually this was only fixed for intents in https://github.com/aragon/aragon.js/pull/401