Todd Resudek
Todd Resudek
I am accustomed to seeing INTs used for RGB, CMYK, and HSL. My first inclination is to return which ever data type is input, so if you require float precision...
ok, that makes sense. It might make sense to make an optional 3rd arg (map) for `convert` now called `opts`. The first available option could be `float_precision: BOOL` (or another...
yes! i like that. trying to think ahead to other possible values - the ones we know about today are int and float, but is it possible a future use...
I like that idea of making new models. That would follow the current conventions, and give the user to specify the format on input or output, as well as making...
sounds good. perhaps just an interface that delegates RGB8 and RGB888 to RGB will be best
@whatyouhide i might have some time. I was just hoping for a flag to remove the `@moduledoc: false` so I could see the module names in docs. It looks like...
> @supersimple ping? 🙃 Sorry, Andrea. My life exploded on me and I never got to this.
Thanks for the contribution JCK. I agree, it would be nice to send feedback when auth'ing that your email has not been verified. We _do_ show this message when you...
Hi @b-hass. There are no specific guidelines outside if the readme. I think this will involve changes both to hex and hexpm API. If you run into questions, post them...
@b-hass yes, that might work. I was assuming there would be changes in the API, but you make a good point. Let me know if you need help once you...