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
Float in axis is introduced in #6, however, Typst introduces some breaking changes, including type comparisons that make type(min) == "float" never succeed. It should be replaced with type(min) == float.