Results 311 comments of Martin Klepsch

> Contains the JVM-specific AtomicLong. I assume this could use an atom just keeping a number in the ClojureScript version. Since JS is single threaded you can use a simple...

Another thing that probably can not be reproduced in CLJS is anything related to bindings. As soon as things get async in ClojureScript bindings will be lost. I'd suggest to...

Hey Paul, thanks for the reply :) I'm only interested in the actual interceptor chain, not in other things pedestal provides. Hope that answers your question. Ps. I've been building...

Thanks for the pointers regarding `execute-only`, already using this one :) One thing I'm planning to do which is probably a bit more unusual is handling errors in one interceptor...

Sounds good. One thing I'd like the protocol refactor to include is the ability to use most of the namespaces without core.async on the classpath. Is that something you're taking...

Hm, that's odd. I get this with boot, lein and even planck. @bbatsov you maybe have any suggestions on diagnostic info @hlolli and I could compare?

So I just bumped into this again but this time not with a long string but just a very long line of Clojure forms... not sure what this means though...

I'm noticing this happening very frequently after updating my emacs packages recently and using `inf-clojure` in a `deps.edn` project. Haven't yet tried with some non-deps.edn projects yet. `inf-clojure` version: 20180402.1403....

@martintrojer I ended up here because I read your blogpost. Would be sweet to have a "revised version" that uses `inf-clojure`. Just saying :see_no_evil: :grinning:

@martintrojer awesome! immediately stole the ns reload function :)