Jean-Michel Hiver

Results 7 comments of Jean-Michel Hiver

+1 here... I'm trying to use medium editor in a personal project but paragraphs are really annoying. It would be nice to have some options to map single enter, double...

Having the same issue with brownie & openzeppelin. https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/utils/cryptography/EIP712.sol Has a using ShortStrings for *; Which breaks the compiler

in site-packages/solcast/dependencies.py there is this code: ``` # add immediate dependencies for contract in contract_list: contract.dependencies = set() contract.libraries = dict( (_get_type_name(i.typeName), i.libraryName.name) for i in contract.nodes if i.nodeType ==...

I also reported the issue on OpenZeppelin side, https://github.com/OpenZeppelin/openzeppelin-contracts/issues/4322#issuecomment-1581557506, but arguably, it's more a brownie bug than an OpenZeppelin bug since it's valid solidity syntax.