nrebl.middleware
nrebl.middleware copied to clipboard
values are shown quoted ("")?
Thanks for publishing this middleware!
I have tried to use it with boot-clj. Everything seems to work except that values are quoted as if they are printed with pr-str
.
I'm not sure as to whether this is an issue of the boot middleware or not. I have monkeypatched send-to-rebl
in my project to fix it for my situation. You can find that patch here
Ok it seems the behaviour has changed or I had the wrong observation before. I'm not sure. I'll update this issue as I gain more experience with this middleware
Sorry for the noise, the behaviour is still there, not sure why my patch behaves differently than the original code here
@jeroenvandijk - check your nrepl
version; I had the same problem with nrepl/nrepl {:mvn/version "0.4.5"}
, but it is working fine with nrepl/nrepl {:mvn/version "0.5.3"}