Brett Sun

Results 199 comments of Brett Sun
trafficstars

This appears to be a weird problem with the most recent version of ganache not including the `eth-json-rpc-filters` package by default.

Haha yes... unfortunately this is a problem with parsing CLI arguments :(. Not sure if there's anything we can do for this, but related to https://github.com/aragon/aragon-cli/issues/369 cc @0x6431346e

I think Firebase, being a Google product, is basically using Google Analytics. Not that I'm against using Google Analytics, but we do have self-hosted matomo instances to avoid giving up...

This is likely related to the IPFS mirrors. Rather than use this command, you can [download and install IPFS from their site](https://docs.ipfs.io/install/).

Ah, this is actually related to your local node environment! You should likely be using `nvm` or another node version manager :).

It should be noted that it is not necessarily the inherited roles—there's no way inherited roles would appear at the moment. The current problem with the Agent is that its...

We might as well add some more messaging to the command's output, to make the user more aware of what it's actually doing. And especially point out that no matter...

@0x6431346e I've had luck with [NiM](https://chrome.google.com/webstore/detail/nodejs-v8-inspector-manag/gnhhdgbaldcilmgcpfddgdbkhjohddkj?hl=en) and `node --inspect-brk` when running against `dist/cli.js`. We could guide devs on how to do this, like [how `ava` does](https://github.com/avajs/ava/blob/master/docs/recipes/debugging-with-chrome-devtools.md). `ava` also has tips...

cc @0xGabi This could be a useful exercise to document both here and in the buidler plugin, given you've been able to (hopefully) set up NiM and VSCode to debug...

@Quazia This is still relevant, in case apps change their storage layout between updates. The proxying storage has changed, but it's still possible for someone to completely mess up an...