eadf
eadf
Interesting, but this introduces some intriguing challenges. At least if you want to be able to serialize the entire menu into a byte array and being able restore the entire...
@jonblack are you sure that you don't want to store the name of the `MenuItem` in the state as well? Before I made `NumericMenuItem` I used the name of a...
How about first adding documentation of each method in the header file? The header file is, after all, the first place where we usually look for API documentation. If the...
Another [log](https://docs.rs/crate/libstacker/0.0.4/builds/457715), this time docs.rs failing to build opencv-rust 0.59. Some version of docs.rs though. I will try to build that docker image locally sometimes later this week, maybe I...
> Can it be that the image with libopencv-dev is not deployed on their infra yet? That is the most likely the problem. (I've asked if `libopencv-dev` is live yet.)...
Updated `doc.rs` build log for Opencv 0.61 : Nothing new really, same "Read-only file system" error.
@Vurich I have rebased your changes and fixed the last build errors [here](https://github.com/eadf/collision-rs/tree/vurich) Please take what you need to make this PR going. The main issue was `cgmath::Point3::from(mint::Vector)`, for some...
Now that you are using cgmath 0.18, isn't this a one-line fix? Cargo.toml: ``` ... [features] serde = ["serde_crate", "cgmath/serde", "num/serde"] mint = ["cgmath/mint"]
Yes, this is probably because of this "hack" that still needs a proper solution: #1 It will, however, take some time for me to look into that.
Thank you for your input. Yes, i will have to investigate this further, i thought i could be clever and avoid calculating the circle event position occurring between two linked...