Maël Nison

Results 627 comments of Maël Nison

I'm not sure I follow the use case. Why would they use Corepack (or devEngine) if they don't want to lock the version in the project?

Then disable auto pinning? I don't think this behavior should have been made the default anyway.

cc @merceyz @aduh95 do you see an issue with that plan?

> If the private key gets compromised for whatever reason, you probably want to keep an option to provide more than one signature. Maybe an option would be to provide...

I'm of the opinion that debug logs in a software don't provide a lot of value compared to adding your own logs at the exact place you're interested in (which,...

It doesn't need a verbose mode, it needs to be better at surfacing the relevant information from these request errors - a flag doesn't make sense when it should be...

I'm still not very attracted by the idea of a verbose mode for the reasons described above, but it'd be reasonable to contribute logging a warning when a download is...

I believe the right fix is to load the plugins relative to the configuration file path rather than the source files. Eslint used to have the same issues which led...

I think the fix might be different and just a matter of reorganizing the catalog order in the hook list, at least for `typescript`. See #6969.

Seems like a reasonable approach - can you add a test to avoid regressions?