Jean-Michel Hiver
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.
+1, same issue here. here is what claude code says about it... ⏺ Claude Code MCP Tool Parameter Bug Report Summary Claude Code fails to pass parameters when invoking the...
+1, same issue here. here is a summary of the debugging session I had with Claude Code. There is 0 debugging on Claude Desktop which doesn't help. Tried both Streamable...