Sung Pae
Sung Pae
Continued from: https://github.com/noprompt/garden/commit/eb16db635d47a4a2634863669fca809a6088316f#commitcomment-4614132 Commit eb16db635d47a4a2634863669fca809a6088316f included the following hunk: ``` diff - #+clj Object #+cljs default - (toString [this] - (as-hex this))) + ;;Introduces an infinite loop when as-hex throws...
I sent this as a pull request, but I thought I should officially log it as an issue. It's minor, but may be helpful to others who have a similar...
Recent builds of Ruby 1.9.2 [removed](http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/24155) relative path searching from Kernel#require, so the Rakefile is broken at: ``` 32: require 'lib/less' ``` No big deal, just needs to be wrapped...
Hello again, Since I've been using screen.vim daily for Clojure coding in the past weeks, I decided to implement a solution for the tmux window-switching problem that does not involve...