Fork me on GitHub
#cursive
<
2017-06-19
>
cfleming01:06:19

@doglooksgood There isn’t at the moment, no, but I’m re-working the test integration right now, and that would be a good thing to add.

yonatanel13:06:02

Not sure if this is a cursive issue. println output isn't displayed in repl window, only on container log when using remote repl in docker. Details: I'm running a remote REPL inside minikube (local kubernetes) as a clojure:lein-2.7.1-alpine docker container with this command: ["lein", "with-profile", "+docker-repl", "repl", ":headless", ":host", "0.0.0.0", ":port", "30304"].

yonatanel14:06:46

It's not only println but also some timbre logs.