AlexBaranosky

Results 6 issues of AlexBaranosky

`empty?` is simple, direct, and effective. The use of `seq` as a drop-in replacement for `(complement empty?)` is not style worth propagating, because it doesn't encourage straight-forward code readability.

Code to configure colors by passing them in as keyword arg options to pst+

Do to the way `pipe` macro expands into a series of `let` bindings, something like this will not work as you'd hope/expect: ``` clj (pipe (by :host ) (moving-event-window 2...

question

Thought it might be nice to have the src sexp for a given handler around at runtime for easier introspection. But I haven't really thought that through fully. - is...

enhancement

Currently we'll sort any map... even an ordered map.

bug