This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-12-17
Channels
- # adventofcode (76)
- # announcements (6)
- # beginners (103)
- # boot (28)
- # calva (128)
- # cider (48)
- # cljs-dev (40)
- # clojure (268)
- # clojure-austin (2)
- # clojure-dev (2)
- # clojure-europe (47)
- # clojure-italy (10)
- # clojure-nl (17)
- # clojure-spec (2)
- # clojure-uk (15)
- # clojurescript (45)
- # code-reviews (14)
- # cursive (5)
- # data-science (2)
- # datascript (1)
- # datomic (52)
- # duct (4)
- # emacs (2)
- # figwheel (1)
- # figwheel-main (4)
- # fulcro (13)
- # hyperfiddle (51)
- # leiningen (19)
- # nrepl (40)
- # off-topic (45)
- # pathom (3)
- # pedestal (28)
- # portkey (7)
- # re-frame (25)
- # reagent (76)
- # reitit (7)
- # shadow-cljs (92)
- # slack-help (3)
- # specter (5)
- # timbre (2)
- # tools-deps (39)
- # unrepl (1)
- # vim (13)
Very often I have the problem that cpp
in fireplace doesn't pretty print. I suppose this is because it's not running a real nrepl, but I do have the repl open, so it should. How should I diagnose the problem?
cider.nrepl.middleware.pprint/fipp-pprint
is available in the repl (evaluates to a function), so the middleware should be loaded too (and it works fine in the repl itself)
My whole profile is
{:user {:plugins [;; ultra pretty prints stacktraces
[venantius/ultra "0.5.2"]
;; refactor-nrepl is used by clj-refctor.nvim
;; 2.4.0-SNAPSHOT is required for compatibility with cider/cider-nrepl 0.17
[refactor-nrepl "2.4.0-SNAPSHOT"]
[cider/cider-nrepl "0.18.0"]
;; eastwood is a linter
[jonase/eastwood "0.2.6"]
;; ancient checks for outdated deps
[lein-ancient "0.6.15"]
[lein-voom "0.1.0-20180617_140646-g0ba7ec8"]]}}