Max Shenfield
Max Shenfield
@hanzki Thanks!
I stumbled across an existing project, [BountySource](http://bountysource.com/) that provides a bounty interface for issues and pull requests on open source projects. This idea is a cousin of the top level...
The micro funding idea is really interesting. Re Packaging: **EDIT** See thread on #13 ~~An idea: packaging contributions at the issue or milestones level of a project, tied to Github?...
This should close #10. In reality is not adding, but confirming compatibility.
The only breaking change is an [update to the threading macro in Clojure 1.6](http://dev.clojure.org/jira/browse/CLJ-1121), which, instead of expanding `(macroexpand '(-> x inc dec))` to `(dec (clojure.core/-> x inc))` as in...