Mikhail
Mikhail
Now you can only enable or disable VPN, which is convenient, but not perfect. It would be great if we could switch servers without opening the app (the way it's...
### Expected Behavior Album arts are loaded properly and shown by the track title. ### Current Behavior Sometimes, with no obvious reason, default Navidrome album arts aren't loaded. It happens...
### What do you want to be added? Now the app is running in a common way: there is an application icon in the dock. But it would be better...
### What do you want to be added? Now the transition of background album images between two different tracks is abrupt: it just changes one image to another, but it...
I have a Pydantic model which has a "bytes" field: ```python class RawData: info: str bytes: bytes ``` And some task definition, for example: ```python @worker.task async def some_task(data: RawData):...
So I tried to use PickleSerializer. But it raises SendTaskError without message, which is not quite informative, by the way, so I needed to debug. And turned out formatter tries...
I'm looking for a way to send a task by it's name (something similar to [send_task](https://docs.celeryq.dev/en/stable/reference/celery.html#celery.Celery.send_task) in Celery). I've tried to find something in docs, but didn't get anywhere. The...