Steven
Steven
You could try the `ignore` option here: https://github.com/vercel/nft/blob/main/readme.md#ignore Also, if you want to fix it, feel free to create a PR and I'll take a look, thanks! - For reference...
To be clear, this is only going to update `.corepack.env` if it already exists. Its not going to create `.corepack.env` if it does not exist, right?
> Then disable auto pinning? I don't think this behavior should have been made the default anyway. I tend to agree. I believe the default auto-pinning was added as a...
Thanks for the report! I believe you found the root cause to another issue. - https://github.com/vercel/next.js/issues/82703 I think the solution is we need to coerce HEAD to GET before making...
> I guess, there is a use case where one would want to keep the incoming request method? No. It should always use the GET method when requesting the upstream...
You need elevated permissions
I think newer Node.js versions are failing in CI right now. You can try Node.js 18 since that was passing https://github.com/vercel/ncc/actions/runs/7873890228/job/21482233308
I made one in a talk I did from 2020: https://dad-joke.vercel.app Its only a couple lines of code so not very full featured: https://github.com/styfle/dad-jokes/blob/web/build.js
> also we should recognize markdown in the [EDIT] contents What does this mean?
Yeah looks like a bug here: https://github.com/styfle/dad-jokes/blob/web/public/script.js PRs welcome