Andriy Kushnir

Results 37 comments of Andriy Kushnir

@crobibero I'm almost sure that this issue is not related to web UI, but rather with jellyfin itself. I tested two versions in docker, 10.7 and 10.8, using same ALAC...

I figured how to fix this. It's indeed regression after jellyfin/jellyfin#6941

Also run into this issue. Can confirm that workaround suggested by @simonreddy2001 works.

Ran this branch in a fairly simple setup for week or so, no problems with this feature for now.

# Problem _«New versions of qBittorrent are very slow in checking files!» «It's broken, fix it!» «The developers themselves don't know what's going on...» «Don't use the new versions.»_ **Enough.**...

> I believe this could turn into a significant impact on disk space for large libraries, How significant this impact could be? I'm sure that aforementioned size can't be bigger...

I think that explicitly setting a value in values.yaml would be a good solution, as it would decouple the number of replicas from the size of the cluster. Changing the...

@joostlek I'll open follow-up PR to `roombapy` in a next few hours, thanks for pointing this. ~So, which version of Pydantic should library target for?~ Found https://github.com/home-assistant/core/issues/99218.

Well, in a new patch version it should work with Pydantic v1 and v2, added some tests for this. _UPD: @mib1185 1.6.12 is already available :)_

It's due to stricter invariants in roombapy now. I'd like to enforce strict typing in this integration soon. Here is a patch for `test_roomba_integration.py` that should fix tests. ```diff -...