Thomas Coenen

Results 146 comments of Thomas Coenen

Ping me when this is ready to review 👌

Good idea! This could also be solved by a function which returns the current state, something like an enum `BLINKING`, `IDLE`, `ON`, `OFF`... Your example would become something like this:...

Yep, first thing in the new year ;)

Hey, yes I found that you can already do this with the existing code: ```c #include Blinkenlight led(13); int count = 1; void setup() { led.setSpeed(200); } void loop() {...

Please update to the new v3, where your script runs fine: ``` ╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ │ SIMULATION │ ╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ Config: ".configs/issue375-python.yml" ⚙ Rule #0: New images ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── ./ .venv/docx-template/docProps/thumbnail.jpeg - (echo) Based...

Please note the new and very much improved `exif` filter in v3 where you can use `exiftool` for parsing your images by setting an environment variable: `ORGANIZE_EXIFTOOL_PATH="exiftool"`. Also in this...

What is the output of `echo $ORGANIZE_EXIFTOOL_PATH`? I ask because your environment variable might not be set correctly. Can you try: `ORGANIZE_EXIFTOOL_PATH='exiftool' organize run test-config.yaml` (in a single command)?

Ping @jazzband/roadies

Good solution, thats what I was about to recommend 👌 Feel free to submit a PR if you like! The log fading one is strange, in my case it looked...

Thanks for reporting and for the reproducer! Bug is fixed now and will be released as soon as possible.