Skip to content

Instantly share code, notes, and snippets.

@garymh
garymh / slack.css
Last active September 12, 2019 18:53
#msg_input { font-family: -apple-system, BlinkMacSystemFont, Consolas }
.c-message--dense { font-family: -apple-system, BlinkMacSystemFont, Consolas }
.dense_theme ts-message { font-family: -apple-system, BlinkMacSystemFont, Consolas }
.c-message--light { font-family: -apple-system, BlinkMacSystemFont, Consolas }
.light_theme ts-message { font-family: -apple-system, BlinkMacSystemFont, Consolas }

Keybase proof

I hereby claim:

  • I am garymh on github.
  • I am garymh (https://keybase.io/garymh) on keybase.
  • I have a public key whose fingerprint is 9CC0 01D4 2E52 08AA 5F49 7AD0 B802 4E96 A848 6E55

To claim this, I am signing this object:

@garymh
garymh / passenger_apache_rails_osx_dropbox_grrrr
Last active December 17, 2015 08:19
Getting a "Symbolic link not allowed or link target not accessible" with passenger, apache, rails, and OS X?
I was getting this error over and over trying to make a symbolic link to a rack app - the problem actually ended up being Dropbox!
Thanks to this link: http://www.ruby-forum.com/topic/1800009 and TomRossi7. Whoever you are, I owe you a high five.
@garymh
garymh / Preferences.sublime-settings
Last active December 17, 2015 01:39
My sublime settings (05/06/13)
{
"animation_enabled": false,
"auto_complete_commit_on_tab": true,
"auto_complete_delay": false,
"auto_complete_with_fields": true,
"auto_find_in_selection": true,
"bold_folder_labels": true,
"caret_style": "wide",
"color_scheme": "Packages/Decent Color Scheme/Samuel's decent.tmTheme",
"detect_indentation": false,
@garymh
garymh / ruby-oci8-oracle-mtlion.markdown
Created December 2, 2012 23:18
An exhaustingly researched process to get ruby-oci8 and rails running on Mountain Lion (10.8)

I'd start fresh with rvm:

sudo rvm implode
\curl -L https://get.rvm.io | bash -s stable

Make sure homebrew is installed:

ruby -e "$(curl -fsSkL raw.github.com/mxcl/homebrew/go)"

Install libyaml, universally