Colin Dean
Colin Dean
Yes, that's just like the example using the Dynamic JSON that I came up with in my original post! I'd love to see it be a part of the collection...
Go for it!
I do not have merge permissions but the work that you did in that PR is not what the intended work was to be. The intention is to add Macports...
https://github.com/herrbischoff/awesome-osx-command-line
https://github.com/cowboy/dotfiles
This will become possible when https://github.com/Homebrew/homebrew-core/pull/31443 is merged and Peru is available in Homebrew.
Investigating this a bit, with how the jsdelivr CDN works, esp. as recommended in the setup instructions, it's impossible to associate SRI with an imprecise version. Per jsdelivr, https://www.jsdelivr.com/using-sri-with-dynamic-files says:...
OSX uses an older version of openssl libraries out of the box. ``` [colin@kid vanitygen]$ openssl version OpenSSL 0.9.8r 8 Feb 2011 ``` The code between those two lines is...
If you can, please post the output of `make`. I'm running 10.8.3 and it's working (building and running), but just throwing a lot of compilation warnings. I don't think there...
One recommendation, @elliottcable: It's not a very good idea to hardcode the openssl path for Homebrew, because it changes when new versions come out. Instead, stick `$(shell brew --prefix openssl)`...