You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
@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"}
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 hereThe text was updated successfully, but these errors were encountered: