Federico Dolce
Federico Dolce
I think you should also specify whether the arc is clockwise or not
yes that works. I'm just looking at the project, but it's really interesting, and I like the idea of something like openSCAD but with Rust code, keep up with it...
Closing this since #118 was merged
That's great, thank you! A couple of things: - You mention the need for an update on the `time` crate, to get the `SECS_PER_DAY` const, but the const is defined...
@pickfire I opened a PR https://github.com/pickfire/pyo3/pull/1 over your fork, I updated this to work with the published version of `chrono`, without any change to the api. Let me know what...
@davidhewitt I think the PR is ready to be reviewed. I still get CI failures on clippy, because it's trying to compile the integration with the limited python api, but...
Great, thanks everybody for the review, I'll work on the suggestions tomorrow
Ok, I applied the suggested changes, moved to using the C API for offsets, added a couple of tests for bounds checking, added the newsfragment for the changelog and rebased...
Wow, I really like proptests. I hope I used it properly, please review the tests and let me know if you want me to change anything. I added tests for...
Looks like CI is failing due to throtlling from github, I think I triggered way too many runs today, sorry.