Nathan Moinvaziri
Nathan Moinvaziri
This issue is for a feature request to have a button in the Commandline Arguments window that would easily enable/disable its use. I know right now you can close the...
**Describe the bug** `i18n._` removes macros that are unrecognized. This prevents programs that also parse macros in strings from handling them after Lingui loads them. **To Reproduce** Using the following...
This fixes **Ubuntu GCC Benchmark** CI. Google benchmark repository removed the `master` tag. I think CMake FetchContent defaults to `GIT_TAG=master` so that is possibly why the failures.
This should reduce the cost of indirection that occurs when calling functable chunk copying functions inside inflate_fast. It should also allow the compiler to optimize the inflate fast path for...
This is a remake of #794. We skip all the tests that use stdin/stdout and only run certain compatible Google Tests due to limitations with Emscripten.
Disable this test on Windows because it runs a bash script. I'm not sure of a way to easily determine if the shell is bash, so I have just disabled...
This lib test checks that the certificate chain returned from `curl_easy_getinfo(curl, CURLINFO_CERTINFO, &cert_info)` is in the correct order: leaf first, root last. This was inspired by the fact that on...
### I did this ```c curl_easy_getinfo(curl_handle, CURLINFO_CERTINFO, &cert_info) ``` ### I expected the following The ordering of the certificate chain should be consistent across different versions of Windows and different...
On newer versions of Windows 11 (22H2 or higher) `QueryContextAttributes` and `CertEnumCertificatesInStore` return the certificate chain in the expected order, leaf first so there is no need to reverse the...
When using the Digest-Auth endpoint, along with an algorithm that is not MD5, the server does not respond with the correct algorithm.  To test this I simply used the...