owocado

Results 30 comments of owocado

+1 although seeing no commits activity since a year makes me wonder if the repo owner is very busy with other projects/real life.

Thanks for the insightful response. Though until Pillow supports this feature in future, I am temporarily using https://github.com/nathanielfernandes/imagetext-py which adds fallback fonts and wraps around Pillow, if this helps anyone...

can be more easily done via discord bots. you can try this bot which has ;heic cmd: https://discord.bots.gg/bots/414471912538898442 atleast that's what I use for temporary means

I am also getting this warning with pyximport & setuptools 67.2.0 on python 3.10 ```py [2023-02-10 09:33:59] [WARNING] py.warnings: /home/XXX/venv/lib/python3.10/site-packages/pyximport/pyximport.py:51: DeprecationWarning: the imp module is deprecated in favour of importlib...

@charliermarsh The invite link seems to be expired.

um whats the input you provided which results in this error? It might help others troubleshoot it easily. I tried the same "Hello world" prompt as you but it works...

I have observed on few users profiles, the avatar decoration asset URL is in the format of `https://cdn.discordapp.com/avatar-decorations/{user_id}/{avatar_decoration_hash}.png` probably for legacy or very early released avatar decos, havent dig too...

add `ONBOARDING_CREATE` for value `166` too

so this is the culprit, I was scratching my forehead since a month why in my small project the root logger was set to `logging.WARN` state at startup each time...