Fork me on GitHub
#rum
<
2016-11-24
>
rauh06:11:13

@firstclassfunc I just do :should-update #(-> false), works for my Facebook login button (which has it's own life) and others

misha09:11:56

@rauh nice #() shortcut!

kasuko16:11:33

@firstclassfunc For a little more idiomatic way try :should-update (constantly false) http://clojuredocs.org/clojure.core/constantly