Steven

Results 489 comments of Steven

This SSR feature could be apart of the compatibility layer I mentioned in #26 since react has this feature implemented.

Oh you're right. It seems like it could be removed if it makes it smaller. Using `H.div()` seems unnecessary. It's only one more character to type `H('div')` but most people...

Can you give an example of what you might exec? Are you thinking something like `corepack exec run build` which would then execute `npm run build` / `yarn run build`?...

Would this need to perform a network request every time you do `pnpm run ` to check for the latest pnpm, since you can't rely the cached copy anymore?

Also checkout https://github.com/egoist/dum which solves most of these use cases. I would like a feature like this, although I'm not sure this is the responsibility of corepack. Or rather, I...

What I mean is that I don't think the user should be interacting with the corepack cli (it could still be implemented in corepack under the hood though). For example,...

> I don't think most users care about that kind of determinism (otherwise, they would set a specific version either system-wise What makes you think that users are not setting...

> I'd personally like to have feedback from one or more cloud provider We announced support today https://twitter.com/vercel_changes/status/1547581626279792640 I'll relay any feedback from our customers as they begin adoption 👍...

> Or it could spawn a prompt: I think a prompt would be annoying and cause more problems because you need a way to pass `--yes` to corepack without it...