This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-04-10
Channels
- # aleph (4)
- # architecture (4)
- # aws (1)
- # beginners (64)
- # cider (26)
- # clara (9)
- # cljs-dev (45)
- # cljsrn (1)
- # clojars (8)
- # clojure (31)
- # clojure-finland (3)
- # clojure-italy (3)
- # clojure-nl (3)
- # clojure-poland (9)
- # clojure-spec (1)
- # clojure-uk (81)
- # clojurescript (35)
- # core-async (1)
- # cursive (33)
- # datomic (29)
- # editors (4)
- # emacs (2)
- # fulcro (22)
- # jobs (4)
- # leiningen (2)
- # off-topic (20)
- # onyx (1)
- # portkey (17)
- # proton (2)
- # re-frame (20)
- # reagent (36)
- # remote-jobs (1)
- # ring-swagger (1)
- # rum (2)
- # shadow-cljs (179)
- # slack-help (1)
- # spacemacs (1)
- # test-check (20)
Probably not the only one to ask this, but anything I need to disable to get rid of perf problems?
I had an earlier 17-snapshot and after an hour or so I'd experience a noticable key lag
@dominicm shoot missed that, I mean that my emacs process was being overloaded by, perhaps per keypress processing, which resulted in a noticeable lag before keypresses were rendered in the emacs buffer
@bhauman when my repls get slow i'll hit ,
and then clear the repl. i think a lot of times its just emacs being slow with a big font-locked buffer
the behavior is that it starts of responsive and overtime slows down dramatically, I have to quit cider and jack-in again to be able to use it
how can I configure how cider generate (ns ...)
. I want it recognize src/main/clojure|cljs|cljc
@doglooksgood I'm not sure about cljc because I don't write them, but you can have automatically generated clj/cljs files if you use clj-refactor
: https://github.com/clojure-emacs/clj-refactor.el
Once installed, just set this option: (setq cljr-add-ns-to-blank-clj-files t)
Cider was the second most important project to Clojurists Together members workflow: https://clojuriststogether.org/news/q2-2018-survey-results/

@benedek I use joker and cider is there a known issue?