Joined September 2012
·
Posted to
ZSH, Bower, and command not found
over 1 year
ago
Great point, @opatry. Thanks for posting that helpful comment!
Posted to
Put a newline at the end of your print statement!
over 1 year
ago
That's a great point.
Posted to
Running docker as a client on Mac OS X
over 1 year
ago
Just in case anyone else runs into this,
when you're building the docker client on the mac, make sure you checkout the same release tag in the docker source as is built on the VM.
If they aren't the same version, they likely won't work.
cd $GOPATH/src/github.com/dotcloud/docker
git checkout v0.6.3
go install
Should work as if the version of docker installed on the vm is 0.6.3.
Posted to
Active sass debug info with middleman
over 1 year
ago
Thanks for posting this!
Posted to
Like git pull --rebase? Make it default
over 1 year
ago
Posted to
New git push mode "simple"
over 1 year
ago
Hey, this is sweet! Thanks!
Achievements
613 Karma
89,687 Total ProTip Views
Altruist
Increase developer well-being by sharing at least 20 open source projects
Raven
Have at least one original repo where some form of shell script is the dominant language
Beaver
Have at least one original repo where go is the dominant language
Kona
Have at least one original repo where CoffeeScript is the dominant language
Mongoose
Have at least one original repo where Ruby is the dominant language
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Python 3
Have at least three original repos where Python is the dominant language
Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
That's a good point, @outrunthewolf! Thanks!