Archie Jaskowicz
Archie Jaskowicz
This PR cleans up `unittest.cpp`, closing: #936 ## Code change checklist - [ ] I have ensured that all methods and functions are **fully documented** using doxygen style comments. -...
**Git commit reference** 9c549f56feff00b13fc83193ce4aea6dc009058a **Describe the bug** Sending messages, with files, causes a memory leak. The leak is bigger if the file is bigger. The issue seems to be coming...
This PR raises the minimum gcc/g++ version for Coro from 11 to 13. This PR also corrects `set_emoji` (too much text for a `@brief`, moved most of it to `@warning`...
This PR adds warnings for some events (guild member events and presence update) if the user does not have the specific intent required. As these events do not fire from...
This PR adds a page to show people how to edit messages from a button click (using stuff like `dpp::ir_deferred_update_message`, etc). ## Documentation change checklist - [x] My documentation changes...
This PR adds functions to `dpp::commandhandler` to allow users to edit, get, and delete, responses. Whilst `dpp::commandhandler` is deprecated, we still have a good few people using it. ## Code...
This PR fixes an issue where the compositor was not being bypassed if `is_window_rect_full_virtual_screen()` returned false, which seemingly did this on some machines (See https://github.com/ValveSoftware/Proton/issues/4469). This isn't the most clean...
### What behaviour is expected: The console print "test" upon hitting colliding with a block whilst a player is inside a boat. ### What behaviour is observed: Nothing being outputted....