Maël Nison
Maël Nison
Now that snapshots [have been merged](https://twitter.com/JoyeeCheung/status/1554520540903194624), Corepack should leverage them to decrease the package managers boot times - similar to how we currently use [`v8-compile-cache`](https://www.npmjs.com/package/v8-compile-cache). The way I imagine it,...
See #25 and the [documentation](https://github.com/nodejs/corepack/blob/mael/elect/README.md#elected-package-manager) added to `README.md` for more details. In short, this PR implements a proper way for projects such as create-react-app to detect which package manager to...
We were discussing with @iansu the case where package managers are detected depending on whether they are or not in the global path (@ljharb mentioned that as well in another...
Since Yarn 2 has PnP enabled (with a better implementation as Yarn 1), I think it would make more sense to use that. To use Yarn 2, the following command...
Fixes #31 I've also enabled the Yarn 2 benchmark for the parts that were previously n/a by removing the `.pnp.js` where the `node_modules` folder would have been removed otherwise.
Shouldn't messages received from Slack be automatically html-decoded ?
Would you be open to change the "disabled" appearance? Things I think would improve the UX: - Remove the `- ` prefix, so that the options become aligned (as it...
`@apollo/react-ssr` has an unmet peer dependency on various packages through `@apollo/react-common` and `@apollo/react-hooks`. This diff fixes that (which otherwise cause `react-ssr` to fail strictness checks in modern package managers). As...
`apollo-link-error` has a transitive peer dependency on `graphql` through `apollo-link`, and must be marked as such. Cf my article why [implicit transitive peer dependencies are bad](https://dev.to/arcanis/implicit-transitive-peer-dependencies-ed0) 🙂 As long as...
Hello 👋 I'm working to add Expo to the Yarn E2E tests (so that we can track regressions on both sides) - I saw the work by @fson at #1501...