Reid D McKenzie
Reid D McKenzie
Not sure why this has its own committing mode, but it would be nice if it was derived from the stock git commit mode which is more featureful.
It'd be awesome if git-gutter+ had a way to stash the hunk at point, as an alternative to staging it.
When I try to run the demo site under FF ``` shell ~ [ firefox --version Mozilla Firefox 24.0 ``` I encounter this error and the game doesn't run ```...
Because records exist in the _package_ of the wrapping namespace if you :gen-class the wrapping namespace the namespace becomes a class with the same name as a package, which is...
 This could be better. `--replace` at least is mentioned in the top level README.
I know there's a ticket open for generating strings which conform to a grammar, but it'd be awesome if there was a way to take a tree (as if parsed...
Hey, I don't have a solution to propose, I just thought I'd mention a point of friction I came across recently in using instaparse to manipulate some internal DSLs. 1....
It should be possible to use leading `,` to force indentation. cljfmt currently [strips leading ,](https://circleci.com/gh/jaunt-lang/jaunt/426) leading to unexpected changes in indentation.
It's my personal style to format `cond` forms as such: ``` clojure (cond (test-one) ,,(expr-one) (test-two) ,,(expr-two) ...) ``` Even if it isn't on by default, it'd be awesome if...
Forms such as `^:foo ^:bar ^:baz qux` are legitimate, as are forms which mix multiple reader metadata ala `^{:foo 3 :bar 6} ^:baz ^{:qux 7} zork`. However reading such forms...