Chad Retz

Results 809 comments of Chad Retz

Hrmm, I haven't used the tool in a bit. I will investigate at some point this week. I wonder if a recent update caused this as I had used it...

I am having trouble replicating on win10 pro. It works fine for me. Y'all's error message appears to be from [CertAddEncodedCertificateToStore](https://docs.microsoft.com/en-us/windows/desktop/api/wincrypt/nf-wincrypt-certaddencodedcertificatetostore) and my research says it is due to some...

If someone wants to try it since I cannot replicate, download [SubInAcl](https://www.microsoft.com/en-us/download/details.aspx?id=23510), then run: "c:\Program Files (x86)\Windows Resource Kits\Tools\subinacl.exe" /keyreg HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SystemCertificates\AuthRoot\Certificates Click to see my output to compare ======================================================================================= +KeyReg...

> In the PR you mention not liking "hardcoding CA org name", but I definitely don't want mkcert to grow options, whether through the API or the CLI. It's a...

@adamdecaf - Disagree a bit. Just a separate folder in this project would allow anyone else to use it. That interface also doesn't really have removal right. Darwin/Linux just remove...

@adamdecaf - Answered in that PR.

I too need a transport proxy interface. In many cases in Go, proxies are implemented by accepting a `net.Dialer` and/or a `net.Listener`. There needs to be some way to downgrade...

@gedw99 - I am doing something similar. Here's a point in time in my repo where it auto-starts Chrome, auto-picks the screen, and records to file for one minute: https://github.com/cretz/myscreen.live/tree/bd857e08ea73ba47151e9a0de7a8a657c8ebe72b/host

I vote no features are optional, or at least whether they are optional shouldn't be programmatically specified. Compiling a binary, for most practical purposes, requires knowledge of the target, and...

Build is failing, but doesn't seem related to my change