Kasper Kamperman
Kasper Kamperman
This won't be very reliable. For example with autoGainControl you already can influence this value. The output on MacOs Safari and MacOs Chrome is really different. I like the approach...
I've tried this the particle-cli error seems to persist (I get this error with all 3 commands at the end).
I did some experiments with HSLuv to implement it for FastLED. I didn't continue with it, because brightness is much lower in some colours (notably yellow). If you want more...
FastLED HSV is a bit different, see: https://plus.google.com/+KasperKamperman/posts/ceLmqbpxRUG FastLED is heavenly optimised for 8bit Arduino with small memory. In the end it's about the effect that you like. My advise...
Thanks for this issue. I could solve it by loading the SVG inline ().
I think I have this issue as well. ``` import Augmentor p = Augmentor.Pipeline("/Users/kasper/Documents/python/art/") p.skew_tilt(probability=0.5) p.crop_random(probability=1, percentage_area=0.5) p.resize(probability=1.0, width=256, height=256) p.random_erasing(probability=0.1, rectangle_area=0.3) p.sample(20) ``` When I run this the 20...
I just installed Augmentor today, so I have the recent version (and I think it should automatically download all the required packages). I've checked the installed versions with `python3 -m...
That would be interesting. I feel there is too much overhead. I would only like to have css variables for the parts that actually are variable and change (I assume...
I'm still figuring out how to remove css variables. I found a package to convert them to sass-variables (and then remove them). However the order of variables gives a issue....
Changed the title to better explain the context of my question.