ripytide
ripytide
I found an emoji on emojipedia that was followed by the VS16 code, in polybar the VS16 code would throw warnings as an unmatched character, as a workaround I was...
Before discovering petgraph, I was using my own hash style graph type of HashMap, then when considering switching to using petgraph instead of my own implementation I came across GraphMap's...
Can this issue be closed since it was added in #462?
The solution to generic floating point and other image operations is not conditional compilation, but rather generic functions with appropriate bounds. The `num` crate is designed precisely for this purpose...
Can this issue be closed since `imageproc::template_matching::match_template()` now exists?
I think this functionality is not a core image processing operation and so does not belong in the `imageproc` crate. I think the best place for such functionality would be...
Looks like this issue can be closed now too.
Is there any way of solving that issue? `sdl2` requiring internet access and `docs.rs` not allowing it seem quite opposed.
Since this PR is quite old now and when I attempted to rebase it I got quite a few conflicts, would it be a good idea to close it? I...
Related to #1. This seems out of scope of this project. It is easy to implement for the end user: ```rust pub trait ToHtml { fn to_html(&self) -> String; }...