Andrew Mitchell
Andrew Mitchell
https://github.com/arvkevi/kneed/blob/174225bd407ebc661a6d583c68b2a40aa4070a84/kneed/knee_locator.py#L221 The transformation done to turn the curve into concave/increasing from a concave/decreasing curve doesn't work when you have unevenly spaced x values. When the np.flip(y) function is called it...
This commit aims to fix https://github.com/LaPreprint/typst/issues/3#issue-2229222084 by adding a check to catch a string abstract and by ensuring an array is returned when a single abstract is provided.
When providing only a single string as an abstract, e.g.: ```typst #show: template.with( abstract: lorem(50), ) ``` or ```typst #show: template.with( abstract: "This is an abstract", ) ``` the compile...