g. nicholas d'andrea

Results 156 comments of g. nicholas d'andrea

I'll confirm that webpack is smart enough not to bundle the asm if you only require the wrapper. We opened this issue originally not knowing that, and also thinking there...

_(Watching for research purposes)_

Thanks for opening this! I'll knock this out over the weekend.

Sorry for the delay @tintinweb, but I just put up a draft PR #91 to address this. I've got some more testing to do on it before I publish it...

Type aliases would be useful for simpler use cases (besides complex mapping types): Let's say I am writing an application that makes use of several different `struct` types, each identified...

> Not really clear to me that this is useful, but, uh, OK, I guess? As usual, this work is driven by some offhand hacking :)

Sounds like there's two problems here: - InternalCompilerError's shouldn't happen, so that's something going wrong with Solidity. If we can get to the bottom of it, hopefully we'll be able...

You can also do `truffle compile --all` or `truffle test --compile-all`

We'll add this to our backlog. Seems like next step here is for someone on the team to reproduce this issue locally. From there we'll have a better sense what...