Maël Nison
Maël Nison
Yarn is an open-source project. If you have a frustrating bug with it you really want to see fixed, I encourage you to investigate it yourselves and open a PR!...
I'm mostly answering to the previous poster. My goal was to explain why improvements on auth-related topics are slower to come, and how they are one special area where we...
I'm not sure what's the difference between [buildspack-nodejs](https://github.com/heroku/buildpacks-nodejs) and [heroku-buildpack-nodejs](https://github.com/heroku/heroku-buildpack-nodejs), but the second has Yarn 3+ support along with a few settings (`YARN2_SKIP_PRUNING`). Given that both are seemingly maintained by...
Hm - I can reproduce it on this very repository as well. I'm sure it used to work, so perhaps a backend change broke something 🙁
It turns out Node [encodes the operating system](https://github.com/nodejs/node/issues/18273) when compressing things with the native zlib, so different systems will have different checksums. Fortunately it hasn't been a problem with the...
Me neither 😄 I suspect they do; I remember someone mentioning other inconsistent checksum issues on pack when adding npm-powered packages as dependencies, a fews months ago. Perhaps it was...
> Am I missing something? Or is the documentation confusing? It's hard to tell either way - you didn't provide reproduction or error logs (`corepack enable` should make `yarn` available),...
Changelog would be awesome - even for this very repository we would love this feature! So far however time has been short to implement it, so if someone could help...
> `version` command The `--changelog` option would only be applied when using `--deferred`, right? Otherwise where would we keep it, since there would be no YAML file? > `version apply`...
Hey @Andarist! Thanks for shimming here with such a detailed comment! One thing that's important enough to be answered first: > You are, of course, allowed to implementing your own...