Results 8 comments of Q

Did you enable `VOLTA_FEATURE_PNPM=1`? > Support for pnpm is currently experimental. To enable it, ensure that the environment variable VOLTA_FEATURE_PNPM is set to 1. On Windows, this can be added...

Similar issue has been reported on #14280 and #14294 as well.

Hi @Git-HimanshuRathi, thank you for the volunteering! This issue surfaces on an earlier commit and I can't reproduce this issue locally after updating to the latest `main` branch. I don't...

Hi @AgnesToulet , thank you for your input! I tried to refactor the code a bit to address your comment. Failing on Mac and Windows is strange... I was trying...

Hi @AgnesToulet , thank you for the reviews! I didn't realize that my change altered the default behavior earlier 🙈. Thank you for pointing it out. Though it's a bit...

Hi @codebien, thank you for the comments! I can start working on migrating the refactor on top a separate PR. For other comments, I shared my current understanding and hopefully...

@codebien The function doesn't have much to test on, only thing that I can think of would be the difference between `addrSetByUser`. If there are other things that you think...

@codebien Thank you for your review! Sorry for the late follow up since it's the Thanksgiving week here😅. I agree using `httptest` would be a better approach here. The primary...