This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-05-07
Channels
- # announcements (7)
- # beginners (123)
- # calva (27)
- # cider (23)
- # clj-kondo (4)
- # cljsrn (7)
- # clojure (29)
- # clojure-dev (7)
- # clojure-europe (4)
- # clojure-italy (4)
- # clojure-nl (16)
- # clojure-uk (47)
- # clojurescript (1)
- # code-reviews (4)
- # cursive (4)
- # data-science (4)
- # datomic (30)
- # duct (4)
- # fulcro (4)
- # graphql (1)
- # kaocha (4)
- # mount (8)
- # off-topic (13)
- # overtone (1)
- # pedestal (2)
- # planck (3)
- # re-frame (9)
- # reagent (50)
- # ring (12)
- # shadow-cljs (38)
- # spacemacs (5)
- # testing (13)
- # tools-deps (55)
- # vim (30)
- # xtdb (13)
CompilerException java.lang.RuntimeException: Unable to resolve symbol: demo in t his context, compiling:(tutorial/core.clj:5:1)
anyway when i press the arrow button all the text inside the bracket dissapear is there a way to avoid this
I've not heard of anything like that before. I think it might be one of your other plugins?
i am using paredit nerdtree projectionist vim- classpath vim-clojure-static-vim-clojure-solarized vim-fireplace and vim-sensible
I'm experiencing some issues with neovim (happens in vim too), vim-fireplace and nrepl. When I reload (in nvim) it so happens that I experience a socketexcpetion quite often.
Haven't experienced that but sounds like nREPL crashing at a guess. Maybe try downgrading nREPL? I did have a lot of issues with nREPL / fireplace version desync when I used it.
As in one or the other would update and then either my fireplace or my colleagues CIDER would explode.
Hi Oliver! Well, it's only started to happen recently, and I've been on 0.6.0 of the nrepl for a while
There's some recent changes in fireplace, not that they look suspect. Try locking the plugin to an older commit maybe? https://github.com/tpope/vim-fireplace/commits/master could also be a transient dependency that's slid forward somehow.