Results 6 issues of Aanand Prasad

This script reliably produces output for me on Python 2.7.11, but only about 20% of the time on Python 3.4.4 (both on Mac OS X 10.10.5): ``` python from docker...

bug

/Users/aanand/.rvm/gems/ruby-1.9.2-p136/gems/nokogiri-1.4.4/lib/nokogiri/xml/node.rb:158:in `evaluate': Invalid expression: //*[contains(concat(' ', @class, ' '), ' data ')]//tbody//tr(., #) (Nokogiri::XML::XPath::SyntaxError) from /Users/aanand/.rvm/gems/ruby-1.9.2-p136/gems/nokogiri-1.4.4/lib/nokogiri/xml/node.rb:158:in `block in xpath' from /Users/aanand/.rvm/gems/ruby-1.9.2-p136/gems/nokogiri-1.4.4/lib/nokogiri/xml/node.rb:150:in `map' from /Users/aanand/.rvm/gems/ruby-1.9.2-p136/gems/nokogiri-1.4.4/lib/nokogiri/xml/node.rb:150:in `xpath' from /Users/aanand/.rvm/gems/ruby-1.9.2-p136/gems/nokogiri-1.4.4/lib/nokogiri/xml/node.rb:111:in `search' from /Users/aanand/src/deadweight/lib/deadweight.rb:42:in...

I had a fun time trying to set a friend up with docker-osx yesterday: their `/usr/local/bin` directory was owned by root, so we ran `sudo curl ...` and `sudo docker-osx...

- Wasn't checking the actual time interval - Wasn't storing the timestamp of the last check in the right place

Just a small thing, so I can be like: ``` haml = form.submit 'Save' = form.link_button 'Cancel', posts_path ``` and have it generate ``` html Save Cancel ```

Lots of requested git-up features would be covered by a generic, language-agnostic hook system, e.g. ``` git config --global git-up.hooks.run.before "echo 'I run before git-up does anything'" git config --global...