g. nicholas d'andrea
g. nicholas d'andrea
This should be fixed in v4.1.8. Try it out and let me know! Thanks!
> 1. If it's valid JS, and also not a single Truffle command on its own, treat as JS > 2. If it's a single Truffle command on its own,...
Hi, thanks for raising this. Do you get this same result if you try `truffle unbox` with other boxes (e.g. `truffle unbox metacoin`)? I would guess so, but would like...
Whoa that is really confusing. Why does compile-common work?!
Hey @tintinweb, sorry for the delay in publishing these changes. They're live now in v0.7.0 and greater, and you probably noticed that I just opened https://github.com/tintinweb/solidity-shell/pull/26 to incorporate them into...
Oh hey, thanks for raising this! This is a nice idea, but I'm not sure it should be default behavior. I could see it making sense to have `--sort-entries` (or...
> I would like you to consider adding a toggle switch in the web UI next to `Prettify output?` switch for the sake of completeness. Good thinking, I would have...
I believe @cag has been working on this on-and-off over at #1085 I'll leave this open for now because I'd like to consider that syntax, it's neat!
Ah, thanks for reporting this! Congrats, you've successfully confused Truffle! :) Sounds like your hunch is correct: because you define more than one `write()` method (`write(string memory)` and `write(uint256, string...
> It works indeed, but the correct method is: Oh of course; I wrote the wrong one, oops :) Anyway, glad I could help! Besides the docs change, anything else...