Juho Teperi

Results 298 comments of Juho Teperi

Hmh, I have used this together with https://github.com/metosin/boot-alt-http Serving other resources would require at least option to set the resource prefix. And even then it would only serve files from...

Yeah, not replacement. I guess the readme is a bit confusing.

@bbakersmith Yes, but one needs to then manually set up all special cases for macros which are intended with 2 spaces. @bbatsov What do you mean > do you still...

Great! `:align-arguments` is what Cursive and Fireplace use so I think that is what most users of these editors use. Still waiting for State of Clojure Community 2015 survey results...

align-arguments is the default but always-align is an option: https://github.com/guns/vim-clojure-static#gclojure_align_subforms (but breaks macro indentation unless user creates list of macros to indent properly).

@DogLooksGood In my opinion reader conditionals are a special case, and are always indented like in your snippet. (Vim-clojure-static doesn't currently have this rule, but I have PR open to...

I do indent code inside anonymous function literals the same as normally: ``` clj (or 1 2) #(or 1 2) ```

I believe this mostly works with new `EXTANCHORLINKS` option, though all non alphanumeric characters in header are just ignored for anchor name (unlink what github does).

Instead of those formOptions and collectPairs, I think [combinations](http://www.scala-lang.org/api/2.11.5/index.html#scala.collection.immutable.List@combinations%28n:Int%29:Iterator[Repr]) could be used to generate extension option pairs.