This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-12-14
Channels
- # adventofcode (38)
- # announcements (42)
- # aws (3)
- # babashka (8)
- # beginners (165)
- # calva (36)
- # chlorine-clover (14)
- # cider (6)
- # clj-kondo (5)
- # cljsrn (33)
- # clojure (27)
- # clojure-australia (1)
- # clojure-czech (1)
- # clojure-doc (1)
- # clojure-europe (26)
- # clojure-nl (6)
- # clojure-spec (6)
- # clojure-uk (3)
- # clojurescript (10)
- # code-reviews (20)
- # conjure (1)
- # core-logic (5)
- # cursive (3)
- # data-science (5)
- # datomic (35)
- # emacs (1)
- # figwheel-main (3)
- # fulcro (10)
- # honeysql (1)
- # introduce-yourself (4)
- # jobs (3)
- # jobs-discuss (4)
- # minecraft (2)
- # missionary (28)
- # nextjournal (3)
- # off-topic (45)
- # pathom (7)
- # polylith (1)
- # portal (22)
- # practicalli (2)
- # re-frame (4)
- # reagent (19)
- # releases (3)
- # remote-jobs (3)
- # reveal (1)
- # rum (4)
- # shadow-cljs (37)
- # spacemacs (14)
- # sql (1)
- # tools-build (7)
- # tools-deps (16)
- # vim (13)
- # xtdb (15)
Hi all, I have recently updated company-mode
and I started having some strange behavior on completion: if the completion is not present in the candidates it does not allow me to type.
That's a bit annoying cause sometimes you don't need completion as you remember things.
I dug into it and now company
has got company-auto-commit
and company-require-match
for controlling the behavior. I set both to nil
but it still happens.
Has anybody else faced the same problem?
I don't know if you've seen, but Tonsky just released a stable version of his nrepl-client for Sublime Text, and it is really great! https://tonsky.me/blog/sublime-clojure/ I was wondering if there was a way to emulate some of the design choices in Cider? I've managed to make evaluations more permanent with (setq cider-eval-result-duration nil)
, but I was wondering if it is possible to disable auto-opening of the repl buffer (that I never use) and if one could emulate the multiple, non-blocking evaluations. Any ideas?
I think this covers the first part of your question: https://docs.cider.mx/cider/repl/configuration.html#behavior-on-connect not sure about the second part
How does Sublime Clojure show large results?