Tony Le
Tony Le
Homebrew now installs Imagemagick 7, which doesn't work with Rmagick. Installing Imagemagick 6 allows the install of screengif to work. https://github.com/rmagick/rmagick/issues/256#issuecomment-278196886 ``` brew install imagemagick@6 PKG_CONFIG_PATH=/usr/local/opt/imagemagick@6/lib/pkgconfig gem install rmagick gem...
I'm finding that this patched `index.html` looks better: https://github.com/joeyespo/grip/pull/297/commits/af98f0e88dff0f3c5b1182467a904ef4e1a3cdbc I'm not sure why the `index.html` template doesn't seem to be incorporated into the Homebrew version of grip on macOS (4.5.2)....
Hi, I'm getting similar errors, too (on macOS 10.12.2 and Python 2.7.12). ``` FreeWifi $ python wifi-users.py Available interfaces: en1 Interface: en1 Error getting wireless interface. Traceback (most recent call...
@tbodt @kylemcdonald Awesome! You guys are totally right -- my home WiFi network has non-ASCII Emoji in the network name: ``` $ /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Resources/airport -I \ > | grep " SSID"...
it not work make sad In VueJS Single File Components, you can put your HTML markup inside `` tags and your code inside `` tags: ```vue Counter number is: {{...
#377 Even if you have Bluetooth 4.0 support, Apple Watch uses 802.11v for a proximity check, so unlocking the laptop using only the Bluetooth connection won't work. Also, Macbooks older...