Alois Klink
Alois Klink
Development has moved to the https://github.com/mermaid-js/mermaid-cli repo, please re-open your issue there if it's still relevant. The package has also been renamed on NPM to [`@mermaid-js/mermaid-cli`](https://www.npmjs.com/package/@mermaid-js/mermaid-cli), so you may need...
Development has moved to the https://github.com/mermaid-js/mermaid-cli repo. `@mermaid-js/mermaid-cli` already supports reading file from stdin, but it doesn't yet support writing files to stdout, so you're welcome to try recreate your...
FYI, there's an ESM fork of `dagre` at https://www.npmjs.com/package/dagre-d3-es. It's not a one-to-one comparison though, since that fork combines: - [dagre-d3](https://www.npmjs.com/package/dagre-d3) - [dagre](https://www.npmjs.com/package/dagre) - [graphlib](https://www.npmjs.com/package/graphlib) Although, beware of the download...
> I am somewhat inclined to suggest making it an `unsigned int` and merging into v1.x, since that is a minor API change, but not an ABI change. Going from...
:+1: If you do need a GitHub version, there's also a mirror of CMocka hosted on GitHub from @coreboot that's usually updated within 24 hours of an upstream change: https://github.com/coreboot/cmocka...
> VS Code extension is doing something wrong I believe the issue (at least in my case) is that VS Code is outputting too much on `stdout` and `stderr` and...
> Would you be open to integrate a mechanism to convert text to SVG paths (such as https://maker.js.org/ or https://github.com/vercel/satori)? > > It would solve font cut-off issues when a...
> The reason why MermaidJS cannot be easily run server-side (outside of a browser environment) is because it doesn't generate SVG-compliant output. FYI, I think these are two separate issues....
> nvidia is unlikely to work for anything drm related until their driver is merged upstream. I had a look into this a few weeks ago and I can confirm....
Sorry for marking this ready-to-review, then draft, then ready-to-review again, I had to do some `git cherry-pick` because I squashed-and-merge the other pull request.