goseq
goseq copied to clipboard
A command line tool to generate sequence diagrams
Add an option to draw the sequence diagram as a rasterisation of PNG. This will remove the need to use ImageMagick to rasterise SVGs to PNGs.
I am trying to add this feature myself, and I have tried to modify the parser to accept "x" the same way it accepts other actions but still getting a...
Expose the font-size used by participants and actions as a style attribute. Example usage: ``` style participant ( fontsize = 10 ) style action ( fontsize = 8 ) ```...
When using concurrent actions, too much space is being added to the actions that appear in the activity first. This is because the layout in "activityline.go" is `AddSizeConstraint` instead of...
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.0.0-20200927104501-e162460cd6b5 to 0.5.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Hello, We are trying to find the root issue of why we are having differing final output results from using the same datasets, parameters, functions, R (4.4.1), RStudio ("2024.04.2+764"), and...