Fork me on GitHub
#cursive
<
2018-10-16
>
cfleming09:10:09

@azzurite Sadly no, but I’m planning to fix that soon: https://github.com/cursive-ide/cursive/issues/1526

❀️ 8
Azzurite11:10:59

πŸ™‚ nice

souenzzo17:10:24

Anyone using the cursive repl with tools-deps and piggieback / nrepl ? I cant find how to inject the middleware

Azzurite18:10:01

is it possible to define a script or commands to be run after a integrated REPL starts? I want to start a nREPL and then (figwheel.main.api/cljs-repl) to make it a cljs REPL

cfleming20:10:32

@azzurite Usually the best option is to use user.clj for that, because it’s not Cursive specific.

cfleming20:10:49

@souenzzo I’m not sure about that sorry, someone with more CLJS experience will have to chime in.

πŸ‘ 4
Azzurite20:10:17

@cfleming thanks! however, if I provide a user.clj, that gets executed on every REPL. But I want two REPLs running: one for clj, one for cljs, so that doesn't work 😞 anyway, I'll just continue using a REPL command. I just hoped it'd be possible to get rid of this extra step

Azzurite20:10:36

@souenzzo I have it working with leiningen πŸ˜„ sorry, not using tools-deps

souenzzo20:10:36

@azzurite you can specify the "user" namespace via profiles πŸ™‚

isak20:10:00

When I send something to the REPL from a file (text selection, then Ctrl-Shift-P), it doesn't get evaluated if it ends with a newline. Is this intentional? I see it matches the behavior of typing into the REPL prompt, but doesn't seem useful in this context.

cfleming21:10:35

@isak Definitely not intentional, could you file an issue with repro instructions for that?