Paul Black
Paul Black
For me on Linux, my compiler was too strict to compile without specifying to include stddef.h. I'd recommend adding this so people don't run into the same problem.
Basically as the title says. Whenever I try to create a new inherited scene it gives me this error. I grabbed logs that I think is relevant. Thanks! ```core/os/file_access.cpp:626 -...
It'd be great to have an option to only show apps that are open on the active workspace on the taskbar.
The bot seems to not find my voice messages. I see the searching messages in my tty and I also made sure my voice emails show up in Gmail and...
Sometimes when downloading a page, it fails and leaves a 0 byte file. Probably best to check the file size after downloading to make sure it's > than 0 bytes,...
**Changes proposed:** - Update MariaDB detection in DatabaseWorkerPool.cpp **Issues addressed:** Closes #26916 **Tests performed:** (Does it build, tested in-game, etc.) Yes, however someone else should test this against MySQL and...
I haven't looked into this yet, but on the newest version, the bot started seeing the domain `txt.voice.google.comundefined` instead of `txt.voice.google.com` This led to it creating new rooms for each...
Added downloadAuthenticatedContent() in MatrixClient, this is based on downloadContent(). Matrix has new endpoints for authenticated content. This adds the endpoint for downloading authenticated content. Newer Synapse servers have this enabled...