ripytide
ripytide
Actually, after a bit more thought, while I still stand by that this PR fixes a accidental mistake in the blanket trait for implementing `Service` for all `MakeService`s. I don't...
I think it's a similar issue to #90 but for the apt dependency.
If you wanted to submit this PR to `metapac` too that would be awesome. We've already added two more backends `winget` and `brew`.
How often is image pixel data non-contiguous, and is it worth catering to the potential non-contiguous image use-cases at the cost of heavier genericness? Additionally, do crop and region drawing...
Wow great work! > Are you aware of https://github.com/image-rs/image/issues/2238? Yes, but I don't know how to deal with it. blur is not yet deprecated and users of the library will...
You'll need one of the maintainers signoff, of which I am not one. Also, I don't think this function belongs in this library and should instead be in the `imageproc`...
It would be a nice feature and might catch some bugs, but it would also add a maintenance burden, one I'm not sure is sustainable.
I think the simplest fix would be to make make an `impl` for each integer size rather than generically for all component types.
We might have to pull in a dependency on `const_format` to make the macros easier though.
Alternatively, we could just abandon the 2-digit padding entirely, that way it's simple to implement. The main use-case I can think of is CSS-compatable hex color format but that seems...