Patricio Palladino

Results 269 comments of Patricio Palladino

Hey! Thanks for reporting this issue so quickly 🙌 Are you forking a remote network?

The waffle plugin contains a test that runs the `test` task internally. I think it can work as inspiration.

Thanks for the suggestions you've done lately, @PatrickAlphaC! Both of them are things that we definitely need to implement.

@iscke are you familiar with how geth handles this? do they also set a deadline? do they ignore it for websocket subscriptions? if so, don't they leak resources forever?

Hey @ayanamidev! Thanks for sending this PR! I see that you converted `tsort` to TS :) We are currently looking to decrease the number of dependencies that we use, and...

Awesome! Thanks 🙌

Hey @tinybike! Sorry for the delay. I'll review this next week, once our next version is out.

This error is the same one that I mentioned as (1) [here](https://github.com/nomiclabs/hardhat/issues/1996#issuecomment-1006110954), and I've already fixed it. I'll submit a PR tomorrow.

I closed my failed attempt at fixing this :( I'm almost convinced that we should copy what yarn does: https://github.com/yarnpkg/yarn/blob/master/bin/yarn

We've discussed this in private and decided that we are ok with adding an api like this one: ```ts // This callback is only called if the built-in artifacts resolution...