This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-05-08
Channels
- # aws (9)
- # beginners (69)
- # boot (14)
- # cider (26)
- # cljs-dev (56)
- # cljsrn (9)
- # clojars (4)
- # clojure (229)
- # clojure-brasil (1)
- # clojure-france (11)
- # clojure-greece (2)
- # clojure-italy (4)
- # clojure-mke (6)
- # clojure-serbia (6)
- # clojure-spec (83)
- # clojure-uk (38)
- # clojurescript (171)
- # core-async (3)
- # cursive (11)
- # data-science (11)
- # datomic (27)
- # emacs (113)
- # funcool (6)
- # hoplon (4)
- # jobs (1)
- # luminus (13)
- # lumo (44)
- # off-topic (148)
- # onyx (5)
- # overtone (1)
- # pedestal (4)
- # powderkeg (1)
- # proton (2)
- # re-frame (150)
- # reagent (16)
- # ring-swagger (43)
- # spacemacs (4)
- # specter (36)
- # vim (4)
- # yada (10)
idk if this happens for anyone else but cider currently takes a super long time for me to save a file that has a large sexp in it
while following this book i've tended to have super long multiline (comment ...)
sexps at the end of the file for REPL sessions
@oskarkv https://github.com/clojure-emacs/cider/issues/1985 issue is open. i'm still trying to figure it out. it gets into ld emacs internals rather quickly
@tord see https://github.com/clojure-emacs/cider/issues/853 for some ideas regarding what might cause this
@nikki you can always try turning off the smart indentation and the smart font-locking
something change in latest cider for cider-connect
? i recently updated everything and my endpoints defined as ("domain" "
no longer connect, just fail immediately. my localhost endpoints work still but not the ones tunneled via ssh
ahh finally figured out how to revert in spacemacs. reverted to version 14 of nrepl-client.el and it works again
everything is cool, looked through history and saw this https://github.com/clojure-emacs/cider/commit/79f8cc632ca525a97015eadc77eabcb662be12d4
@naomarik a lot of people were surprised by this fallback behaviour, so I decided to disable it by default.
If someone really wants it, they’re probably going to figure out what’s the config option for this. 🙂
reverse surprise in my case 😉 so out of curiosity do people leave an nrepl port exposed to the web?
@naomarik i do but behind ssh of course
@richiardiandrea yeah i’m using UFW to block everything except http, so need ssh to connect to the nrepl server
not strictly a cider question, but i’m pretty sure someone in here can answer me … i know i can prefix projectile-grep
with alt -
to make it only search files of type matching the current buffer. is there a way to teach it to use .clj* for .clj* ?
Can anyone explain how to use wrap-inspector middleware? I wish to write a client that uses it, but I don't see an "entry point" like I'd expect, so a little confused :)
I can help with inf-clojure
...aaaaand...is gone