Fork me on GitHub
#cursive
<
2018-01-19
>
cfleming01:01:11

@drewverlee Right, there’s currently no difference using Cursive with the Ultimate or Community editions.

iperdomo13:01:47

i work in a team that uses Emacs/CIDER and Cursive ... with CIDER there is this nREPL middleware (`wrap-out`) that redirects *out* and *err* to all connected clients

iperdomo13:01:21

when working with a dockerized environment the repl is another server, so from Cursive we use Remote REPL

iperdomo13:01:28

but it seems that Cursive does not understand those messages from the nREPL server ( :out :err)

iperdomo13:01:29

am i right on this assessment ? is this something i could log a feature request on?

cfleming20:01:45

@iperdomo Cursive does respect those messages, but I suspect the issue is that here they’re not replies to a message Cursive recognises. Do file a feature request and I’ll figure out the best way to handle that.