H
H
Hi, I used your configuration and run `npx hardhat compile`. I get an error "Error: Must compile with ast" which is caused by `@foundry-rs/hardhat-forge`. This issue has been fixed in...
@YangyangU Hi , Thank you for you PR, I've added some changes, and we need to add code tests for this feature
> > By default, pnpm does not automatically install peer dependencies. > > According to the docs it does install peer dependencies: https://pnpm.io/npmrc#auto-install-peers ~~User need to add auto-install-peers=true to the...
> I think you may be correct. I created this issue in the pnpm repo to better understand the situation: [pnpm/pnpm#8463](https://github.com/pnpm/pnpm/issues/8463) Sorry, after trying and researching, I found that pnpm...
> I believe you are right, @iosh, and we need to add pnpm to the doc and manually list most peer dependencies, at least the ones that the user would...
@alcuadrado Thank you for your guidance, I agree with your suggestions. I have another question - I want to contribute to Hardhat, but I am unsure where to start. Do...
I have update the pnpm installation command to only list the packages that the user needs to require/import. > Maybe look for simple bugs in the issue and tag any...
Hi, nice PR, but I need more time to review it. I'll try to complete it by the end of the month.
Hi @Donovan-Ye can you add some test for this feature?
Hi @Donovan-Ye Sorry for keeping you waiting. This PR only implements the "publish" command, lacking support for other options such as -t, -a, -o, etc. I have looked at the...