Alexey Vaganov
Alexey Vaganov
Potentially the same is required for the no_configure_logging option.
As workaround, you can start brick with the following command: `brick --disable-seccomp-filter-sandbox`
Однако, в тему Яндекс лампы, я понял, что она от Tuya, а значит ей можно управлять с помощью [localtuya](https://github.com/rospogrigio/localtuya).
This is not a new behavior. At least since version 2.3.10, this case raises `asyncio.TimeoutError` exception.
@MarcusRiemer @ao8833, I suggest using the following setting: ```python THUMBNAIL_EXTENSION = 'webp' ``` This will preserve the transparency of the PNG and reduce the size of thumbnails. WEBP is now...
@draeath, I'm using Seafile 8.0.2, `THUMBNAIL_EXTENSION = 'webp'` works without any problems.
Do you have any workarounds?
I just discovered that there are several cases: 1. Result: fail ```python print(await session.scalar(select(literal(3) / literal(2)))) ``` ```sql SELECT 3 / CAST(2 AS Decimal(None, None)) AS anon_1 ``` 2. Result:...
> Thanks for the fix! We need at least one test case that proves this fix does its intended purpose. @ocelotl Are all the requirements met?