Results 5 issues of Rafael de F. Ferreira

This will override the host binding for nrepl, allowing users to bind its socket to something other than localhost.

Supports https://github.com/JonyEpsilon/gorilla-repl/pull/270.

My use case is to serialize arbitrary clojure data for logging purposes in a library. I cannot guarantee that data will be acceptable by Cheshire (it can include atoms, functions...

Suggesting an ugly hack to work around #95: The basic idea is to try to require the namespace defining the multifn while macroexpanding, and avoid emitting the defmethod forms in...

If we add matcher-combinators as source dependency of a pure clojure project (e.g. via deps `:local/root`), and try to call `clojure.tools.namespace/refresh`, it will try to load the namespace `matcher-combinators.cljs-test`, which...