François

Results 54 comments of François

Hello, I'm super interested by "Usage with angular material", especially if we can use the material theme :)

Hey @Amxx, is it the documentation generator you're referring to : https://github.com/OpenZeppelin/solidity-docgen ? I can take a look if you want. Or simply keep both `See {IERC20-balanceOf}.` and `@inheritdoc IERC20`

**Concerning docgen** From what I could read in the docgen, the _issue_ comes from here : https://github.com/OpenZeppelin/solidity-docgen/blob/d3ce9e26c470c5eb8ceb10ae9345bff930967c42/src/utils/natspec.ts#L35 docgen parse the AST to get, amongst other things, the `StructuredDocumentation` nodeType. But...

@frangio thx for the feedback. I opened a draft PRs removing the `@dev See {... ...}` comment that were blocking the inheritance, leaving the rest as it. I checked, and...

Hello @fvictorio, I far as I understand, Openzeppelin focuses on Solidity & Yul AST. My link above focuses on the solc input/output, including the ABI (which is often type as...

I started writing these types because most of the lib are using `any[]` for the ABI for the last couple of years. My types are not the long term solution,...

Ok, thanks I'll take a look at it.

To enable treeshaking you should : - build apexchart.js as an esm module (I saw a .esm.js file in the dist folder, so I guess it's already the case) -...

Is there any plan concerning this issue ? I'm working in a monorepo with several applications and would be great to be able to specify `out` path.

Hi @pepin-stripe, maybe I'm missing an example then. But I'm not sure how I can achieve that in GitHub action with a windows system for instance.