Fenton Travers
Fenton Travers
Can I select multiple sexps and format them all so they are correctly indented all at once?
removed fonts I didn't have - benign THIS IS ON MASTER -- careful with accepting pull
on this page https://clojurecl.uncomplicate.org/articles/getting_started.html this line: (:require [uncomplicate.commons.core :refer [info]) should be (:require [uncomplicate.commons.core :refer [info]]) notice the second trailing square bracket ].
`(enable-console-print!)` doesn't work on browser refresh, all subsequent `(println "blah")` statements dont print. On file edit/refresh everything works fine...just clicking reload in the browser doesnt?
The docs say: "Note that both :min-level and :ns-filter can also be easily overridden on a per-appender basis." and I'm using a :min-level like: ``` {:min-level [[#{"my.namespace"} :debug] [#{"*"} :debug]]]...