Nathan Moinvaziri

Results 433 comments of Nathan Moinvaziri

I only experienced this after upgrading to 22H2 and I was previously on 21H2.

There appear to be two places in curl code where `SECPKG_ATTR_REMOTE_CERT_CONTEXT` is used. - In [one place](https://github.com/curl/curl/blob/a9c1e28160b8b42f17bd7cdd27808c4649410c5c/lib/vtls/schannel.c#L1812) `traverse_cert_store` is called directly after, which calls `CertEnumCertificatesInStore`. This appears to use the...

The patches for Power are also maintained and incorporated in zlib-ng if anybody is interested.

It might be a good idea to split your PR into multiple functional commits explaining each change in detail. This allows each change to be performance tested individually.

It would be great if the Terminal could remember: * List of tabs previously open and their current working directory * List of commands previously ran in each tab (maybe...

We are also getting this error across all platforms. We are running self-hosted runners if it helps. ```bs 2024-02-29T04:21:28.9082577Z ==> windows OS detected 2024-02-29T04:21:30.6716992Z https://cli.codecov.io/latest/windows/codecov.exe.SHA256SUM 2024-02-29T04:21:31.1063731Z ==> Running version latest...

Looks like self-hosted Windows and macOS machines require `gpg` to be installed. Windows: `choco install gnupg` (requires GitHub runner service restart) macOS: `brew install gnupg`

Are you able to narrow down which cmake option is causing it?

Thanks for the report. Feel free to open a PR if it bugs 🐞 you.

If would be helpful if you can submit a PR.