Yiğit Egemen
Yiğit Egemen
**Describe the bug** We get a `TypeError` when the field `OneToOneNullableRelation` is used. ```py Traceback (most recent call last): File "/root/senran_dev/run.py", line 5, in from bot import SenranBot File "/root/senran_dev/bot.py",...
This function's return type hint is causing confusion and creating a warning when a custom class to the `cls` is provided and the custom class is used in type hinting...
If you have/add a `OnetoOneNullableRelation` to a model, you get the following error with both `aerich init-db` and `aerich migrate`: ```py Traceback (most recent call last): File "/usr/local/bin/aerich", line 8,...
**Description** When the focus is on the main window of WhatsApp for Linux, the CPU usage of WebKitWebProcess gradually increases, and weird squeak sounds start to come out of my...
Hello, I have Bitwarden 2024.9.1 and the latest version of BitBetter. When I try to execute `./build.sh`, I get the warning in the title. Full log: ``` root@bitwarden:~/BitBetter# ./build.sh Building...
Hello, Since last week my bot is unable to detect that it has connected to the voice channel. When I execute the respective command, the bot joins the voice channel...
Top.GG API now returns "application/json" as the Content-Type instead of "application/json; charset=utf-8". This PR fixes the issue by making the content type check less strict.