You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think I'm likely to make the fix though, because I can't use nomnoml. I am trying to find a library which would let me print a data structure like this, and nomnoml lacks a few features I would really need, such as specifying the direction of gravity for a particular association (e.g. down vs right) and also the ability to manage instances (currently all associations are keyed on class name)
The text was updated successfully, but these errors were encountered:
Thank you for the bug report.
Association/label placement is one of the least nice parts of nomnoml unfortunately.
Nomnoml's philosphy is to remove configuration options from the user and instead have a core layouting that looks pretty good (measured by some arbitrary metric).
I found the code that's meant to handle this:
nomnoml/src/layouter.ts
Lines 145 to 157 in 6262d81
I don't think I'm likely to make the fix though, because I can't use nomnoml. I am trying to find a library which would let me print a data structure like this, and nomnoml lacks a few features I would really need, such as specifying the direction of gravity for a particular association (e.g.
down
vsright
) and also the ability to manage instances (currently all associations are keyed on class name)The text was updated successfully, but these errors were encountered: