dhermes / bezier

Helper for Bézier Curves, Triangles, and Higher Order Objects
Apache License 2.0
266 stars 36 forks source link

Fixed formatting typo in development documentation #287

Closed behackl closed 2 years ago

behackl commented 2 years ago

See title, there was a superfluous whitespace causing the code literal to be not ended properly.

dhermes commented 2 years ago

CI is still going to fail because of the "Upload coverage to coveralls" step in CI.

I filed https://github.com/dhermes/bezier/issues/288, thanks for being a good sport @behackl!

I'll merge it once everything else goes green.

behackl commented 2 years ago

CI is still going to fail because of the "Upload coverage to coveralls" step in CI.

Ah, yes; not the first time I ran into the problem that repository secrets are not passed to workflows in forked repositories. Annoying, but obviously justified.

Let me know if there is anything I can do regarding the MacOS wheels (#282 + related)! And thank you, obviously, for your efforts with the library.

dhermes commented 2 years ago

I am going to try to get some M1 commands run today by a friend. 🤞