-
When generating a class diagram using mermaid CLI the following error is encountered regularly:
`[vue-sequence] Store is a function and is not initiated in 1 second.`
The markdown file is ~650 lin…
-
Hi
I want to train llm model on d2 for diagram generation using genai.
I am looking for dataset for d2lang code. Is there any way or someone can help to provide data for model training.
I am sp…
-
There are a bunch of possibilities on how to implement the diagramming. Ideally the tool should produce SVG images. For that purpose I've been considering an extensible JavaScript library. Here are so…
-
The newly introduced execpath with array input is a great way to manage plantuml jar for document generation. However currently we need to hardcode the path of plantuml jar as below :
```yaml
---
di…
-
The new version of class diagrams have better looks & support for htmlLabels. This will be the default renderer from now on.
It will still be able to revert to the old version by changing defaultRe…
-
in one of my projects, I found the sequence diagram is not readable as it would generate a lot of duplicated items, I ended up need to do the dedup during the diagram generation such as [this change](…
-
Github has announced support for diagram generation via [https://github.com/mermaid-js/mermaid](https://github.com/mermaid-js/mermaid): https://github.blog/2022-02-14-include-diagrams-markdown-files-m…
-
### Please complete the following tasks
- [X] I have searched the [discussions](https://github.com/clap-rs/clap/discussions)
- [X] I have searched the [open](https://github.com/clap-rs/clap/issues) a…
-
There is an issue with plantuml, where the reader times out while generating complex UML diagrams.
Not sure if there is any performance tuning that can be done to graphviz or plantuml.
suken updated
6 months ago
-
Mermaid is nice, but there is complexity on topology generation and overlapping items (in case big topo). There is diagrams py package - which can generate image and we could show it. Something to try…