Fork me on GitHub
#cursive
<
2018-09-08
>
cfleming01:09:12

@emilaasa Yes, Edit-&gt;Structural Editing-&gt;Thread/Unthread form - you’ll need the caret on the inner form you want to thread, like: (clojure.walk/keywordize-keys (json/parse-string (:body <caret>(client/get "myurl"))))

🙂 4
cfleming01:09:23

Then you can use that action repeatedly to thread the whole thing.

cfleming01:09:36

As a workaround you can clear that flag manually in your run config.

🙏 4
cfleming01:09:05

@tbaldridge I’m travelling with my family right now, but I’ll look at that when I can. Looks like a clojure.main REPL?

tbaldridge22:09:31

No problem, I've gotten by with it for a few months, and it's finally something I thought I should bring up.

tbaldridge22:09:33

But no, it's a lein repl. I work with a lot of emacs users though, so there's a fair amount of middleware involved for pretty printing exceptions and the like. Nothing abnormal, just a pretty heavy lein file.

cfleming01:09:17

@basti What are you seeing?