Joel Burton
Joel Burton
**Describe the bug** Using the -C option does not include that CSS into the written-out SVG file anywhere. **To Reproduce** Steps to reproduce the behavior: ``` echo ".messageText { stroke:...
It's inconvenient to have to use `.get_data(as_text=True)` to test the textual representation of the response each time. This adds a convenience attribute, `.text` that lazily uses `.get_data(as_text=True)`, similar to what...
I'd love to add an IR receiver to my Unicorn project, but the IR decoding libraries I use are for CircuitPython (and there doesn't look like anything similar for MicroPython)....
The last release on PyPI can't work with Django 4.0 because of the API shift in Django. The current code does work, and we're putting it in production. It's mildly...