Daniel Compton

Results 276 issues of Daniel Compton

If a repo is archived, it could be good to show that in the description somewhere. e.g.:

When writing Clojure, I often will add a ? suffix to any boolean let bindings or defs. There is a strong convention of doing this for functions that return booleans....

Reading https://github.com/bbatsov/clojure-style-guide#changing-state-fns-with-exclamation-mark, it's not clear to me whether things like database calls should have `!`s on them. They are changing state, and not necessarily retryable in STM transactions, but it's...

If I navigate to a test and click on it's [anchor](http://kangax.github.io/compat-table/esintl/#test-DateTimeFormat_resolvedOptions().timeZone_defaults_to_the_host_environment), I see this: However if I reload the page, or link someone else with that URL, they only see...

I have an Elecom Huge Trackball which has atrociously bad software. It doesn't let you map any of the buttons to M4/M5, or beyond, but they can trigger arbitrary keyboard...

https://github.com/jonase/lein-kibit/pull/5 and #139 from @kapilreddy allow us to provide custom rules. We need to write docs and examples for this, and update the changelog with this and the change in...

enhancement

From https://groups.google.com/d/msg/clojure/m6S9VhOLkdY/kOprHfCf6wkJ ``` I've just run it on a project but I don't get this: Consider using: :p instead of: (fn [s] [:p s]) I'd understand it if it was...

Eastwood will catch errors and continue on to the next file, while Kibit will give up and die. Make Kibit more robust to reader/core.logic errors.

enhancement

Kibit makes suggestions that are valid most of the time but are not always exactly equivalent. #83 is a good example of this, where `into []` and `vec` behave differently...

enhancement

It would be pretty cool if Kibit could suggest a transducer replacement for threaded sequence code like `(->>`.