Frank Hunleth
Frank Hunleth
Do you have a non-polling use case? The GrovePi isn't capable of sending notifications since its interface is I2C. Or maybe I'm misunderstanding?
@zacky1972 Can you change the current directory to `/tmp` before running Benchfella? Or can you set the output directory?
Thanks for submitting this. However, I'm not sure I understand why node and docker are needed. Wouldn't it be simpler and faster to build on whatever version of Linux Travis...
@aseigo Would you mind sending a pull request with this change?
What do you think that the conversion functions should output? Ints or floats? Maybe `Chameleon.convert/1` should have an optional third argument that's a keyword list to specify?
I have a use case where I'd like to force ints regardless of input. The reason is that the hardware that's receiving the color only takes integers, so I'd like...
I was thinking the invocation would look like this: ```elixir Chameleon.convert(input_color, Chameleon.RGB, precision: :float) ``` I'm not sure that `:precision` is the right name, but I like it better than...
I like the "output_" part and I waffle between "output_format" and "output_type". I'm realizing that there's another option and that's to define a different color type. For example, there could...
Sounds good. I'm fully on board with Chameleon.RGB being RGB8. I think it would be a surprise if it wasn't for most users. Regarding RGB8, I misnamed it. The name...
Hi @ewildgoose - thanks for posting about this! it's been a while since I've actively maintained `circuits_uart`. I think that if I were to revisit that I'd change a couple...