Louis Heredero HEL
HEL commented on issue HEL/chronos#24 2026-01-19 07:47:27 +00:00
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 ?

HEL commented on issue HEL/chronos#22 2026-01-19 07:43:22 +00:00
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: *

  ((

HEL commented on issue HEL/circuiteria#16 2025-12-15 15:25:18 +00:00
[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…

HEL pushed to main at HEL/AdventOfCode2025 2025-12-11 11:59:37 +00:00
fbc2bc41e8 feat: solve day 11 puzzle 2
d0483124ac feat: solve day 11 puzzle 1
Compare 2 commits »
HEL pushed to main at HEL/AdventOfCode2025 2025-12-10 14:11:03 +00:00
250be0f242 feat: solve day 10 puzzle 1
HEL pushed to main at HEL/AdventOfCode2025 2025-12-10 00:52:55 +00:00
9f10ee83be feat: solve day 9 puzzle 1
HEL pushed to main at HEL/AdventOfCode2025 2025-12-08 14:00:48 +00:00
c516532183 feat: solve day 8 puzzle 2
3dedc1da03 feat: solve day 8 puzzle 1
Compare 2 commits »
HEL pushed to main at HEL/AdventOfCode2025 2025-12-07 12:44:38 +00:00
472634054f feat: solve day 7 puzzle 2
39c03d9920 feat: solve day 7 puzzle 1
Compare 2 commits »
HEL pushed to main at HEL/AdventOfCode2025 2025-12-06 10:47:10 +00:00
0add2ecd03 feat: solve day 6 puzzle 2
d9ac0c7a9f feat: solve day 6 puzzle 1
Compare 2 commits »
HEL pushed to main at HEL/AdventOfCode2025 2025-12-05 10:56:00 +00:00
bd36baa1ec feat: solve day 5 puzzle 2
80f797d4b9 feat: solve day 5 puzzle 1
Compare 2 commits »
HEL pushed to main at HEL/AdventOfCode2025 2025-12-04 11:57:21 +00:00
448dbf0ff9 feat: solve day 4 puzzle 2
3fc4ac1700 feat: solve day 4 puzzle 1
Compare 2 commits »
HEL pushed to main at HEL/AdventOfCode2025 2025-12-03 12:15:53 +00:00
d0cc52fbda feat: solve day 3 puzzle 2
3be58692ab feat: solve day 3 puzzle 1
Compare 2 commits »
HEL pushed to main at HEL/AdventOfCode2025 2025-12-02 10:53:40 +00:00
a08eaf0007 feat: solve day 2 puzzle 2
fccf6464ba feat: solve day 2 puzzle 1
Compare 2 commits »
HEL pushed to main at HEL/AdventOfCode2025 2025-12-01 11:09:51 +00:00
e1623ac0fa feat: solve day 1 puzzle 2
eb7dc5805f feat: solve day 1 puzzle 1
Compare 2 commits »
HEL pushed to dev at HEL/rivet-typst 2025-11-28 11:37:44 +00:00
df7899ee4b Merge pull request 'prevent drawing separators on starting lines of fields' (#17) from rajayonin/rivet-typst:fix-consecutive-ranges into dev
b6f2fd99b8 prevent drawing separators on starting lines of fields
Compare 2 commits »
HEL merged pull request HEL/rivet-typst#17 2025-11-28 11:37:43 +00:00
prevent drawing separators on starting lines of fields
HEL commented on pull request HEL/rivet-typst#17 2025-11-24 16:13:45 +00:00
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

HEL commented on pull request HEL/rivet-typst#17 2025-11-21 14:02:58 +00:00
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)

HEL suggested changes for HEL/rivet-typst#17 2025-11-21 14:02:58 +00:00
prevent drawing separators on starting lines of fields