Leon Mika
Leon Mika
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.
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...
**Is your feature request related to a problem? Please describe.** We are working on a project that uses a custom type to represent UUIDs. This type, which extends `github.com/google/uuid`, stores...
I've used Drummer to write a couple of blog posts that contain nodes with the `flCodeSubs` attribute set to true. After generating the blog, these nodes display properly as pre-formatted...
Hi, I'm trying out the AWS S3 client for Risor, and I'm finding that putting an object using `put_object` would fail with the following error: ``` json: cannot unmarshal string...