Adrian Li

Results 117 comments of Adrian Li

@SeanJCasey On second glance, it appears my testing of the UIs failed. It doesn't recognize and allow Ganache because Ganache doesn't have a stable network ID of 5557 as this...

@GiovanniCapizzi I ran the following under Node `v12.13.0` on MacOS `10.14.6` (Mojave) and it worked fine: ``` yarn init -y yarn add @drizzle/store @drizzle/react-plugin @drizzle/react-components ``` That being said, I...

`truffle develop` uses [Ganache](https://github.com/trufflesuite/ganache-core) under the hood and Web3.js for [calling](https://github.com/trufflesuite/drizzle/blob/develop/packages/store/src/contracts/contractsSaga.js#L130) methods. It sounds like this is an issue of Web3.js' default gas as well as Ganache.

We should provide a way to opt-out of the dialog and allow dapp developers to call `window.ethereum.enable()` when they feel like it.

@alanarvelo I think that's a good workaround. Happy to see a PR if you have the time.

> I can work to create a side repo with minimal stuff that allows the debug of this issue This would be most appreciated!

@cayblood 100% agreed. We are currently struggling to divide our capacity to keep these things up-to-date. We're working on it, but we know we still have a long way to...

Great point @cayblood, we'll discussion your recommendations in our standup. Just to recap your points: - make sure PRs always include updated docs - make sure all tutorials and docs...

@NTTMai yes! we have shifting priorities at Truffle and sometimes we don't have enough bandwidth to take care of all our public repos, so any help from the community is...

@KorbinianK A reproduction repo would really help, but also I wanted to ask what provider you are using?