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
By defining these to have a default value through the function signature, and passing them directly to figure, any values set through set/show rules are overridden. Taking sink arguments and destructuring named arguments into the parent figure should suitably retain control without applying defaults.
The text was updated successfully, but these errors were encountered:
Hmm, I guess this makes sense to some degree. I initially went this route to ensure I can easily replicate the exact API of figure, from the allowed arguments to the type validation.
subpar/src/lib.typ
Lines 114 to 115 in cac5e07
By defining these to have a default value through the function signature, and passing them directly to
figure
, any values set through set/show rules are overridden. Taking sink arguments and destructuring named arguments into the parent figure should suitably retain control without applying defaults.The text was updated successfully, but these errors were encountered: