g. nicholas d'andrea

Results 156 comments of g. nicholas d'andrea

> @gnidan amazing 🎉 excited to see it. Happy to take the PR for a test drive if you want some feedback. Thanks for the offer @RyanRHall! Not sure if...

Re-opening this on the hunch that it's related to Truffle's solc defaults. See https://github.com/trufflesuite/truffle/issues/5441 and associated PR https://github.com/trufflesuite/truffle/pull/5935

Since this issue is specifically about using Ethers.js providers in truffle-config.js, I think we can close this as won't fix. It's not clear that there's value in supporting this, since...

This is great! Thanks for getting back to this @vadimdemedes. I just adapted your example for my old https://github.com/gnidan/ink-scroller repo and I am able to get up/down scrolling to work...

Regarding the bounty portion of this issue, I consider the matter resolved. I can use the regular `"ink"` NPM package to get `` with both overflow support and support for...

> @gnidan That's very generous of you, thank you! If you could send it either to `0xa1b1bbB8070Df2450810b8eB2425D543cfCeF79b` or `0x93Bda139023d582C19D70F55561f232D3CA6a54c`, that'd be awesome 💛 [Sent](https://etherscan.io/tx/0x5aa011e475d62fe192dcd89007733e865437e98d573a6fdd4b2ffcdf86e05218). I hope it makes a difference!...

Hm, you can try disabling the confirmation listener. Not sure if that would make it work better or if it'd cause it to stop working altogether, but it's worth a...

Hm, really weird. How much gas does the `eth_call` require? It's possible that the hanging you're observing is just Ganache taking a long time to execute `eth_call`. This guess is...

Can you post more information please? At least `truffle version`, but if you can include the output log showing this behavior (and/or source), that'd be helpful. Thanks!

Try v4.1.8, and do `truffle migrate --reset --compile-all`