Sunjay Varma

Results 102 comments of Sunjay Varma

Thanks for making this! I haven't been actively maintaining this project for a while so I won't have time to review in depth. I took a cursory look and it...

Yeah, the version on crates.io is years old at this point and the dependencies there don't work at all. #183 details why we haven't released the current version in the...

What are your thoughts on making the minimum supported Rust version for turtle the latest stable version of the compiler? The links in the issue description point to another crate...

I agree with all of your points and I am pretty much ready to adopt this. Like you said, I would change the CI (in `azure-pipelines.yml`), not the `rust-toolchain` file...

A large portion of the work for this issue was completed in #173. There is now an `AsyncTurtle` struct and an `AsyncDrawing` struct for interacting with the crate asynchronously. We're...

Thanks! Please let me know if you have any questions. You should be able to find all the functions that are explicitly unstable by looking for the word "unstable" in...

The rewrite in #173 marked the events API as unstable and made it private when the `unstable` feature isn't enabled. Part of the work before v1.0.0 is released will be...

Thanks for providing your thoughts @PaulDance. I definitely see the logic behind your proposals and I share your concerns about overcomplicating this API. Overall, I am *okay* with making breaking...

Thanks for taking the time to contribute this example! Appreciate the first pass at reviewing @enaut. I have been swamped with things at work lately but hopefully I will have...

This is "postponed" because I am working on releasing 1.0.0 and writing the guide. However if someone wants to start thinking about it and experimenting, please do! I will help...