Anton Grouchtchak
Anton Grouchtchak
Hi @makeitready , Can you try running it like this, inside `/share/music_led_strip_control/server`? ```shell sudo /share/venv/bin/python3 main.py ``` Since now a virtual environment is used, the Python executable should be from...
Hey @makeitready , Turns out Debian Bookworm replaced `dhcpcd` with [`NetworkManager`](https://www.raspberrypi.com/news/bookworm-the-new-version-of-raspberry-pi-os/#:~:text=rather%20than%20PulseAudio.-,Networking,-Graphics%20and%20sound), and there is no easy way to get `dhcpcd` running on it without breaking stuff. They also replaced `Alsa`...
Thanks a lot! I appreciate it @carlosvirreira Would be super great if the QR Code block on the asset page gets hidden if an alternative ID is set, since the...
Hi, Thanks for the offer! Of course it would be great if you can help bring the style up to date! Unfortunately I haven't been using my server, and also...
Maybe this plugin would be a good workaround? https://nolebase-integrations.ayaka.io/pages/en/integrations/vitepress-plugin-enhanced-readabilities/
@carere Thanks for the great work! Noticed that the `--destructive` and `--destructive-foreground` colors in light mode are the same: ```css --destructive: oklch(0.577 0.245 27.325); --destructive-foreground: oklch(0.577 0.245 27.325); ``` I...
No way to clear `remove_dates` after adding them either. There is a fork that fixed a few issues: https://github.com/Benjamin-299/ha-chore-helper/
Same issue, I assumed the formatting would be like in the examples, and can't figure out how to make the formatter behave like Prettier. Setting the `max_attribute_length` to `0` or...
Well, we tried, thanks vscode, very cool 
Hi, Happy to hear you're enjoying MLSC! The `master` branch is not supported anymore, you should install the `dev_2.3` branch: ```sh curl -sSL https://raw.githubusercontent.com/TobKra96/music_led_strip_control/master/setup.sh | sudo bash -s -- -b...