friendlyanon
friendlyanon
This declares the version of the library to be 1.0 and enables proper `find_package` usage by consuming projects. Versioning is required to not produce broken CMake packages that have no...
This reimplementation of the function is obviously not atomic: https://github.com/itsmattkc/dotnet9x/blob/ee01c8e767d406ec002b0903e716dede98d39ee1/wrappers/kernel32.c#L1777-L1789 However, this could be properly implemented in assembly via [`CMPXCHG`](https://www.felixcloutier.com/x86/cmpxchg) if you require at least a 486 processor. Windows 95...
This implementation is only usable on 486 or newer CPUs, so there is also code that detects at runtime whether the AC bit of the EFLAGS register can be set....
I'm opening this issue where you can freely discuss anything related this userscript, like adding/changing features, adding new boorus, etc.
`GM_xmlhttpRequest` does not emit `progress` events when a GIF image is being downloaded with `responseType: "arraybuffer"` GIFs turned into blobs with an `ArrayBuffer` as source using `new Blob([xhr.response], {type: "image/gif"})`...
Some things this fixes: * Never supported CMake 3.1. * Did not support clients using CMake. * Polluted dependees consuming it via vendoring (i.e. `add_subdirectory`). * Too many pointless genexes....
The contributing document suggests that contributors ought to format the code before submission, however there is no enforcement in CI. I would like to add it to the CI, however...
### PyPI Username `friendlyanon` ### Reason for request Lost security token due to Google Authenticator not backing them up. ### Code of Conduct - [X] I agree to follow the...
Hey there. I need to package this utility in order to properly include Firebird SQL in Conan. Current pending PR: https://github.com/conan-io/conan-center-index/pull/8947 Some things are not clear though. The README says...
CMake and Ninja come bundled since some version of VS2019 and has native support for CMake projects via "Open a local folder". I don't know the exact version and I'm...