Maël Nison

Results 627 comments of Maël Nison

That's an interesting one, didn't know pnpm delegates commands to npm 🤔 cc @zkochan

It could be interesting to make this a GH discussion, since there are multiple parallel discussion points. > There is a measurable amount of traffic on our H1 due to...

> I would also recommend that the config file is not bundled in but loaded at runtime. This will simplify maintenance on the Node.js side so we could just update...

I'm not really trying to convince you or anyone, mostly just to explain why this will be problematic to other people outside of the Node project (in particular system-level package...

For the MVP we decided to leave it up to the npm project to decide whether they want Corepack to affect their binary by default or not. At the moment...

> Are there known breaking changes coming up? Mostly just #93 - many Node contributors expressed interest in seeing Corepack have a slightly more dynamic behavior, so that it stay...

This would fall outside of Corepack's scope.

Thanks to @nkalinov and @esetnik's information, I've implemented fixes in the following two PRs: - https://github.com/serverless/utils/pull/75 - https://github.com/serverless/serverless/pull/8911 The fix in itself is fairly simple: Serverless just needs to use...

Let's say I want to generate a policy file that allows DirectDep to access the filesystem, but not TransitiveDep. What would I write? Would the following work? Or would I...