Oliver

Results 15 issues of Oliver

Cool idea with the forced hash prefix! I played around with it and perhaps you like the addition of the --pattern flag, which allows regex matching the generated hashes. It's...

Howdy! I ran into this: ```clj (map (fn [x] [x x]) [1 2 3 4]) ``` will result in this advice: ``` Consider using: x instead of: (fn [x] [x...

https://github.com/Engelberg/instaparse/issues/211

Hey, thanks for all the work, instaparse is amazing and fun to use. Apologies if I missed a similar previous discussions, I couldn't find anything on it. I think it'd...

Having the aliases, indents, and formatting options passed as CLI arguments is not ideal for editor integration and using `cljfmt` in multiple projects. It'd be awesome if `cljfmt` could read...

Annoyingly this requires those two summary functions, but I think this is an important feature to show what the default configuration actually is. The functions are taken from the default...

Addresses #255. Command could also be called "pipe" or just "stdin".

This doubles the speed for multi file processing in a native image. By separating the identification of parent form-symbols from the rule matching and using map look-ups. Related to #254.

For editor integration it would be useful to have a mode that reads from stdin, formats, and writes to stdout. I think a separate command, say `pipe`, would be ideal....

As most users, I use linters and formatters mainly in my editor, but also to check or fix a larger code base at the command line or in workflows. For...