Results 114 comments of Eric Hodel

I think it's documented somewhere, but it isn't a hack. I will check.

Documentation should be added to guides somewhere

The gist has an insecure set of instructions since that uses HTTP to download the CA certificates. We can't tell people to use these instructions since they don't establish a...

Looks like RVM extracts its CA cert list from the OS X keychain: https://github.com/rvm/rvm/blob/master/scripts/functions/osx-ssl-certs#L43-L47 Unfortunately this list includes CA certificates you've marked as untrusted. There should be a way around...

It's hard to get the Curl CA bundle via HTTPS if you don't already have the CA certificate to verify the server certificate

Yes, or bundle the CA certificate inside the script doing the fetching (like RubyGems)

I've added an example to the rubygems guides rubygems/guides@ef777b4c

I don't think this matches as `fd` uses `-e` as a short option and `--extension` as a long option. macOS `mdfind` (and a few of its other utilities) uses the...

I like this idea. I think a better implementation would be to print out the short command always as-is, then print out the full command again upon failure. If your...

> I've addressed the review points. Thanks, I'll check them later > > I think a better implementation would be to print out the short command always as-is, then print...