Benjamin Maxwell
Benjamin Maxwell
They may be able to comment more on possible the solutions
Note: `NamedNodeMap` has a similar issue to `DOMStringMap` and causes some unfunky unref() crashes. Since a NNRP to the `NamedNodeMap` is stored on the `DOM::Element`, but the `NamedNodeMap` is a...
The minimal fix for my bot was to add `json::OPTIONAL_NON_EMPTY_FIELD` which means the the "components" field is always sent. This is not a true fix though since it means you...
> I wonder what a vector with one nullptr does. I might make that represent the empty array value. I tried a vector with an empty action bar and that...
This issue extends to more than just components. You can't edit a message to remove the "content" if you want to edit a message to contain just an embed (in...
+ fixes for: C++20 support, missing includes, crashes in the error handler
Not got around to it yet. It'll try to sort it out soon.
@yourWaifu the only merge conflict is the version of CPR I use (since I had to use a custom one to fix an upload bug), they recently merged a fix...
@yourWaifu I fixed it for you. I'm leaving the CPR version as you had it as I've yet to try the new version & don't want to link to my...
You don't have to do it in libcurl, ``cpr::Buffer`` is a thing & it just takes the buffer data + a name.