Mark Finkle
Mark Finkle
Tumblr has a few API routes that use DELETE but require the params be placed in the request body, not on the URL
Rainbow [initializes](https://github.com/adafruit/Adafruit_CircuitPython_LED_Animation/blob/master/adafruit_led_animation/animation/rainbow.py#L57) `self.colors = None` `_color_wheel_generator` then tries to get the [length](https://github.com/adafruit/Adafruit_CircuitPython_LED_Animation/blob/master/adafruit_led_animation/animation/rainbow.py#L88) When using `precompute_rainbow=False` this will cause an error: `TypeError: object of type 'NoneType' has no len()` Initializing `self.colors...