- Suisse
- https://github.com/LordBaryhobal
- Joined on
2023-02-15
Block a user
Arrows don't point to right layered lifeline
This was intended behavior for better readability but it is indeed not what PlantUML does Should I keep it as an option but change the default behavior ?
Setting lifeline style of lifeline created by _evt
It looks like lifeline style is not exposed as a parameter to _evt
As a workaround, you can directly write the full element like so:
#chronos.diagram({
import chronos: *
((
…
[Feature Request] Arithmetic Operations
While it would be quite simple to add these elements, I believe this kind of diagram would probably be much easier to make using Fletcher
I will…
prevent drawing separators on starting lines of fields
prevent drawing separators on starting lines of fields
It seems like removing duplicates is not really necessary because the only time we read from the list is to check whether it contains particular indices. I'd suggest not calling dedup at all
prevent drawing separators on starting lines of fields
Not really useful since we're only checking if an index is in the list later on (line 431/434)