Franco Victorio
Franco Victorio
Thank you @kshyun28, this looks good! I just left a minor comment.
Uhm, thinking about this a bit more, I'm afraid this change will break some existing projects that use an empty string as a placeholder, like [this template](https://github.com/pcaversaccio/hardhat-project-template-ts). This is not...
Hey @zkochan, can you enable issues in your fork? I don't have anything to report, just noticed that it's disabled (I think this happens by default when you fork a...
Haha, understandable, thanks for responding!
(Yet another unsolicited comment) Have you tried [prettier-solidity](https://github.com/prettier-solidity/prettier-plugin-solidity)? It stills has some way to go, but it could really use the push of being used by a high profile project...
@Shadowfiend glad to hear that! Feel free to open an issue for any imperfection you find, even bikeshedding is welcome :sweat_smile:
An unsolicited comment on this: this really should be part of an LSP that then can be used through coc.nvim or something like that. The solidity team has [an open...
This is caused by MetaMask calling `supportsInterface(bytes4)` on the token, which doesn't implement that method. To fix it, the example token should implement [EIP-165](https://eips.ethereum.org/EIPS/eip-165). Closing because there's nothing to do...
Hi @CryptoKiddies! I still think this is a valuable feature, but to be honest the implementation is not quite easy. The way Hardhat's `console.log` works is by delegating the formating...
It's on our roadmap, but I don't have an ETA.