Nathan Rajlich
Nathan Rajlich
Ahhh right. Would probably need to be refactored to use `node-canvas` or something else that supports svg output.
Also, I'm not sure about social networks + svg, but the reason I made this issue is because I'm (ab)using this service for use in GitHub readmes ([example](https://github.com/TooTallNate/vercel-deno/blob/2637ae08e68b367f36c7d8a54f3e67e98cbf737e/README.md)), which do...
I think we should be.
Btw [`xterm.js` has a PR to support hyperlinks](https://github.com/xtermjs/xterm.js/pull/4005), so they will be supported in VSCode's terminal soon.
The way you specified the command _should_ only bind to localhost. If not then there is a bug. Thanks for reporting!
Thanks for the follow-up here. I think this logic should go directly into the `vercel build` command though, so that all projects will be able to utilize it.
This was merged in https://github.com/vercel/vercel/pull/8566. Thank you @theMosaad!
Hi @andyrichardson. It sounds like you would be interested in the `vercel build` (to build locally) followed by the `vercel deploy --prebuilt` command (to deploy the locally built assets). Both...
This is still valid. Here's the output from Now CLI v16.1.2-canary.2 after deleting the currently "scoped" team: ``` $ now team ls ⠴ Fetching teams> Error! Unauthorized $ now switch...
I don't think a refactor is necessary :shipit: Looks like the Dev tests are timing out now though, I'm guessing related to the removal of `--forceExit` on Jest.