Steffen André Langnes
Steffen André Langnes
I am submitting this PR with #707 in mind. The initial work was ripped out of #766 but I decided to rewrite it. Feedback would be most welcome so that...
With this PR I wish to propose changing the API and improving error handling throughout the library in a way that is intended to be backward-compatible for current users of...
Meant to complement #763. The existing config had outdated options, redundant options that had the same value as the default values, and enabled in my opinion too many rules that...
As we do not have access to the source code of Microsoft's WebView2Loader library, it causes several annoying issues: * MinGW-w64/GCC can only link it dynamically while Visual C++ can...
I came to realize that we have questionable memory management in the library's macOS implementation. ARC would normally take care of this but since we no longer compile Objective-C code...
I have rewritten and perhaps slightly overengineered the build scripts to suit my own needs, but I hope they can be useful for the project anyway since there is no...
The user will sometimes be required to send POST parameters. This may also be useful for web APIs.
I have adapted a C++ library I have made, for CPM. The library/module builds without issues when added to a (top-level) parent; however, attempting to build the module by itself...
What is the proper way to gather source files and generated artifacts (*.dll, *.lib, etc) from CPM modules my top-level CMake project depends on? Due to the way CPM organizes...
@Le0Developer pointed out in #26 that `Dispatch` might need clarification when I suggested that `Dispatch` *should* be called. ```go // Dispatch posts a function to be executed on the main...