Maël Nison

Results 627 comments of Maël Nison

This feature would prove useful for [nodejs/corepack](https://github.com/nodejs/corepack)

Given that the last comment was more than two years ago I'll risk a little +1 - I'm working on an extension to allow injecting pegjs syntaxes into VSCode (using...

That's strange, I don't repro it 🤔

It only looks at package.json, although once spawned Yarn will still look for a `yarnPath` setting in a `.yarnrc.yml`.

It doesn't ignore the token, it just doesn't support configuration merging. In other words, the `npmRegistries` you declare in your project yarnrc overrides the one in the global one (same...

While I don't have a super strong feeling against `$PWD`, I personally don't find it incredibly useful considering that we already have `$(pwd)`, with `pwd` being a portable builtin.

That sounds reasonable 👍

Technically PWD and OLDPWD aren't magical at all (contrary to RANDOM, for instance, which has a special resolution logic) - it's just that they both get set in the env...

cc @zkochan @ruyadorno

No, you'd publish one package per variant, each synchronized version-wise with the main one. So given the first example, the following package would exist on the registry: - `prisma` that...