kibit icon indicating copy to clipboard operation
kibit copied to clipboard

There's a function for that!

Results 73 kibit issues
Sort by recently updated
recently updated
newest added

Kibit 0.1.8 makes this suggestion: ``` Consider using: or instead of: #(or %1 %2) ``` I don't think there is any context where this suggestion makes sense: `or` is not...

I have taken over maintenance of Kibit and pulled it into the [clj-commons](https://github.com/clj-commons) umbrella. I am still getting familiar with the codebase but would like to release some small updates...

I've just found some advices in arithmetic which shouldn't be there. `(dec (exp x)) ` and `(expm1 x)` are not equivalent. `expm1` is more precise near `0.0` but it shouldn't...