Nathan Moinvaziri

Results 46 issues of 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...

enhancement

**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.

Build Env

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...

enhancement
Architecture

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.

Continuous Integration
Build Env

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...

CLA Signed

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...

TLS
tests

### 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...

TLS
Windows

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...

TLS
Windows

When using the Digest-Auth endpoint, along with an algorithm that is not MD5, the server does not respond with the correct algorithm. ![image](https://user-images.githubusercontent.com/1364432/221338543-13672a84-1bfb-47a1-8d15-47f1ea5fa8a8.png) To test this I simply used the...