Maël Nison

Results 627 comments of Maël Nison

I think both pros and cons have been clearly stated, yes. As you say, consensus on yes/no hasn't been reached yet. My understanding is that in cases like this whether...

> It would move the question off the table so that we can focus on other things. There are actual people using Corepack everyday because they really like it, and...

> Sure, except it's never been a supported way to choose npm? This is pretty well documented so I don't feel like I need to go into why, but the...

> My main concern is into having non-npm URLs in the default list. Guaranteeing that the build got authored by a known maintainer is a valid concern, but the place...

> [#849](https://github.com/theupdateframework/tuf-js/pull/849) has been open for a while, maybe a less violent breaking change is turning `tuf-js` into a BYOF (bring your own fetch) library. It would allow consumers to...

I made an attempt (https://github.com/arcanis/terminosaurus/pull/4) but it seems to break a fairly simple test case, so I'm not sure what to make of it considering the React team hasn't published...

There are currently three levels of changelog: - The [generated release notes](https://github.com/yarnpkg/berry/releases), for every release - The [changelog.md](https://github.com/yarnpkg/berry/blob/master/CHANGELOG.md), which contains the most interesting tidbits - The [blog](https://yarnpkg.com/blog), which is usually...

@kwhitley this is still an issue; also see this thread from the Cloudflare forum explaining why you can't set headers on a cloned response: https://community.cloudflare.com/t/whats-the-point-of-response-clone/216456

Although I think I see why you might not be experiencing it - there's a [segment of code](https://github.com/kwhitley/itty-router/blob/v5.x/src/cors.ts#L73-L77) that doesn't add the header if it's already there. So if you...

Yarn enforces the `node` binary to be exactly the same one as the one used to run Yarn itself. If you want it to run with Node 8, call Yarn...