Gaël Girodon
Gaël Girodon
Hello, Mermaid can be a bit complex to configure when it must deal with another JS lib/framework. Here's my configuration script: ```js // Initialize Mermaid but don't render diagrams on...
What about trying to use [Scaphandre](https://github.com/hubblo-org/scaphandre) during benchmarks to measure power consumption? This tool looks promising, modern and optimized (written in Rust). This could be a good addition to existing...
Moving the CLI into another package, or at least using some lighter / more specialized dependency like [commander](https://www.npmjs.com/package/commander) or embedding the arg parser as suggested in the PR #645, could...
- _"use the CSS from a CDN"_ → not everyone wants their application to rely on public CDNs, sometimes we need to build our own CSS files (that embed the...
Hello, I have an issue related to this one working with absolute local paths. Currently, the file URL scheme is not supported (`file://`) as reported by @offbynull, so, lines like...