Nicholas Miklaucic

Results 9 issues of Nicholas Miklaucic

Added documentation to errors reading JSON that explains how to find the root cause of the error. The problem is that _any_ issue in the subprocess call will return the...

Hi, Thanks for all the wonderful work on this library. I'm coming back after a Rust hiatus and I can't believe the const generics work as well as they do....

The following code returns an `AdobeRGBColor` with all NaNs: ```rust let color: AdobeRGBColor = Coord{x: -0.1, y: 100., z: -66.}.into(); ```

There are lots of colormaps besides the standard matplotlib ones. Are there any that aren't simple gradients that we should do?

enhancement

I need to use cargo-external-doc here.

The docs.rs link to the colorized HTML file wasn't working, so I had to remove it. Now, without externally hosting it, there's no good way of getting colorized RGB output...

Parts of the library that don't have good test cases yet: - [x] Gradients - [ ] Averages of a set of colors - [x] Gradient functions - [x] Visual...

Part of the Rust API guidelines is that every public-facing feature should have a documentation comment with an example. We're currently 0 for hundreds on this score.

I'll probably take care of this one myself, just so you know. Rustdoc is nice and all, but a lot of crates lack the really crucial last step: a high-level...