Maciej Dems
Maciej Dems
I am sorry, but I cannot reproduce behavior you are describing. Everything closes correctly on my computer.
Please restore the provider! I was wondering why Sickrage suddenly stopped downloading subtitles for my shows, until I discovered b7030e2... Napiprojekt is the most complete provider for Polish subtitles: very...
If it will be of any help, take a look at my own converter that I have been successfully using to convert any subtitles format available from napiprojekt to srt:...
Here is a patch resolving this issue: ```diff diff -ur esphome/components/waveshare_epaper/waveshare_213v3.cpp esphome/components/waveshare_epaper/waveshare_213v3.cpp --- esphome/components/waveshare_epaper/waveshare_213v3.cpp 2025-05-13 04:08:56.000000000 +0200 +++ esphome/components/waveshare_epaper/waveshare_213v3.cpp 2025-06-28 10:19:02.880528089 +0200 @@ -139,6 +139,8 @@ this->write_buffer_(WRITE_BUFFER, 0, this->get_height_internal()); SEND(ON_PARTIAL);...