Bernardo
Bernardo
Hi @azf20 thanks for your reply. I'm available for anything I can be helpful with. The error happens when syncing the cUSD contract (both celo mainnet and celo alfajores). Although...
Hi, I see https://github.com/federicobond/solidity-parser-antlr/pull/85/commits/2273972a655e10cf53c8ac8a9ded5c1f9e87fca6 above, I wonder if you are working on any natspec related? I worked on it in the past, and it got merged (https://github.com/federicobond/solidity-parser-antlr/pull/71), but unfortunately, there...
Hey, Can you guys extract the natspec? It seems like it's not working. I took an example from a test and does not work ```javascript const ast = parser.parse( `/**...
hmm, Well, I coded most of it when it was first merged. But I think, the problem is because the wrong ANTLR code was merged. The code merged wasn't mine,...
@swingywc solution is working for me with expo sdk42 and almost all packages with the most recent version. @impactMarket is thankful for your contribution :pray:
It's a good idea. I would love it too. Let's have some references if someone wants to start working on it. * https://github.com/Microsoft/vscode-comment * https://github.com/Microsoft/vscode/issues/3210
TBH, no, I just had a look around when I saw this issue. But I've been very busy these days. So I decided to put the links in case anyone...
Ohh, I see. Well, with vscode-comment you have to select the line to comment, which does not happen with jsdoc itself. You just start writing the comment in the line...
@juanfranblanco I started working on it and I decided to give a try on the https://github.com/Microsoft/vscode-comment. I realized that the *functionParser* might be too complex so I decided try with...
Thanks @rocky, it's been a while. I had a problem. What about using OpenZeppelin in contracts? solc is giving me an error. Like `Error: Source "openzeppelin-solidity/contracts/ownership/Ownable.sol" not found: File outside...