Steven
Steven
One of the biggest problems I have today with Corepack is the `Usage Error: This project is configured to use `. This happens when I run `npm i -g vercel@latest`...
I can't find any details on the current project status such as anything that needs to be solved before going stable. 1. Are there any outstanding blockers? 2. Are there...
> If the local project is configured for the package manager you're using, Corepack will silently download and cache the latest compatible version. Does corepack provide anyway to delete the...
Running with Node.js v16.15.0 on macOS ```sh npm --version # 8.5.5 pnpm --version # command not found npm i -g [email protected] pnpm --version # 7.1.6 echo '{"packageManager": "[email protected]"}' > package.json...
Does the github link without a branch specified, for example https://cdn.jsdelivr.net/gh/markedjs/marked/lib/marked.js, use the default branch or is hardcoded to the `master` branch?
microbadger.com shows the size, number of layers, and version of a docker image.  It would be nice if badgen could support this service (I am not sure if an...
I would expect a warning (or maybe just make it work anyway by emitting .ts file output) when running `typewiz-node file.js` Related: #35
Running `typewiz-node --help` did not help me figure out what `script` is supposed to be. I assumed that could be any file extension out because `-e script | script.ts` seems...
Fails without valid svg so I had to add version and xmlns ``` ```
We are bumping up against the 50MB limit when upgrading dependencies since chromium continues to get larger. This was discovered in a PR that was bumping dependencies: #147 We could...