Omeed

Results 34 comments of Omeed

Hello @kolya009! Sorry about the late response! ah, believe the directory in which the `Makefile` is trying to copy the manual page to is a Homebrew specific one (`/usr/local/share/man`). Seems...

Homebrew has an issue open to track 10.11 changes, in particular rootless. A good reference, so something to keep an eye on. https://github.com/Homebrew/homebrew/issues/40837

Using DTrace could be one approach for this.

Would be nice to get this in sooner rather than later with Swift 2.0 out, so as to get a handle on how much things have changed. Also, for comparing...

Related to this, some things could even be updated based on notifications only, which would be even better. For example, `IOGetSystemLoadAdvisory()` (yet to be added), has this note: _"You may...

Handy refs - https://github.com/chriskempson/base16-builder - https://github.com/mbadolato/iTerm2-Color-Schemes - https://github.com/baskerville/iTerm-2-Color-Themes - https://github.com/robbyrussell/oh-my-zsh/wiki/Themes

Another ref, just released - https://github.com/jdhealy/PrettyColors

This is only relevant once #13 is done.

- See `codesign` command. Can do this with self-signed cert - Example: `codesign --verify --verbose=4 /usr/bin/top`

From a quick test, this works for me. I'm on a `MacBookPro11,5` running `10.11.6`. What machine are you running this on? `MacBookPro13,2` with `10.12.1` (#28)? Could be due to that....