Fork me on GitHub
#cursive
<
2019-06-03
>
roklenarcic14:06:10

Hm I'm having an issue where when I start cljs REPL, I get a prompt for a string:

flowthing14:06:40

Are you using Figwheel?

roklenarcic14:06:32

And when I cancel this I get another prompt

roklenarcic14:06:39

basically blocks my IDE

roklenarcic14:06:19

anyone else had this problem?

flowthing14:06:24

Yes. Are you using Figwheel?

flowthing14:06:02

Which version?

roklenarcic14:06:24

[figwheel-sidecar "0.5.14"]

roklenarcic14:06:41

and figwheel is the same version

flowthing14:06:44

Slack eats message history quite eagerly, so I don’t remember the exact explanation, but updating to both Figwheel dependencies to 0.5.18 and swapping [org.clojure/tools.nrepl "0.2.13"] for [nrepl/nrepl "0.6.0"] and [com.cemerick/piggieback "0.2.2"]for [cider/piggieback "0.4.0"] fixed the issue for me. Possibly also need to change :nrepl-middleware [cemeric.piggieback/wrap-cljs-repl] under :repl-options to :nrepl-middleware [cider.piggieback/wrap-cljs-repl].

flowthing14:06:56

Could try just updating the Figwheel dependencies first.

roklenarcic07:06:53

Hm... I have piggieback 0.4.0, nrepl 0.6.0, and :nrepl-middleware [cider.piggieback/wrap-cljs-repl]

kenny19:06:50

I updated to 2019.1 and now the keywords in my Clojure projects are in italics. Any idea how to fix this?

kenny19:06:48

In Editor > Color Scheme > Clojure > Keyword you need to: - Uncheck "Inherit values from:" - Uncheck Italic