Maël Nison

Results 627 comments of Maël Nison

The way I see it, the first install would print something like this: ``` ❯ yarn/packages/plugin-typescript ❯ yarn install ➤ BR0000: Yarn will collect anonymous telemetry; consult this page for...

That would be the day of first install + 7. I find it fairer, and it's also better for us since we would get gradual information over the course of...

> Why? Isn't it better for the data to be owned by the Yarn project rather than a third party? My original line of thought was "if users know for...

> I've examined `~/.yarn/berry/telemetry.json`, the content is mostly fine, but I feel you should omit saving directories. It doesn't send the directory. As you mentioned it would be really unacceptable....

We already print most of the info we have (in particular the status code and the URL that failed); what else would you expect to see?

While I understand the issue, it doesn't look super good and it takes a lot of vertical space. Rather than displaying the body, I'd prefer to store it in a...

Perhaps we should just use `*`, which will always pick the highest?

Yes, that's a know (and intended) behavior. Semver ranges aren't constrained by `latest`, as it would mean that matching semver ranges would depend on external factors. Given that the point...

I started an implementation here: https://github.com/yarnpkg/berry/pull/5026

The 1.x nightlies aren't built anymore. Hotfixes we publish are on the 1.22 branch, not master, so nightlies were actually lagging behind. Given how rarely we make changes to 1.x...