Fork me on GitHub
#ring
<
2016-08-22
>
ikitommi06:08:05

Hi. is there an example how to use the raise with the new async ring?

vinnyataide11:08:38

hello, is there any way to show println on the nrepl cider session? my cider-ring plugin only shows the output in the console

vinnyataide11:08:38

my project.clj is

:plugins [[lein-ring "0.9.7"]]
  :ring    {:handler modulo-de-seguranca.clj.core/app
            :nrepl {:start? true}})

vinnyataide11:08:00

then I do cider-connect to the nrepl port