This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-08-13
Channels
- # babashka (10)
- # beginners (27)
- # calva (91)
- # cestmeetup (3)
- # cider (27)
- # clj-kondo (12)
- # cljs-dev (4)
- # clojars (13)
- # clojure (35)
- # clojure-europe (30)
- # clojure-france (3)
- # clojure-houston (1)
- # clojure-nl (11)
- # clojure-norway (29)
- # clojure-spec (23)
- # clojure-sweden (5)
- # clojure-uk (128)
- # clojurescript (69)
- # conjure (44)
- # core-async (27)
- # cursive (13)
- # emacs (9)
- # events (3)
- # fulcro (52)
- # graphql (4)
- # jobs (2)
- # jobs-discuss (46)
- # kaocha (4)
- # luminus (12)
- # nrepl (10)
- # off-topic (29)
- # re-frame (17)
- # reitit (20)
- # remote-jobs (4)
- # rewrite-clj (1)
- # ring (4)
- # rum (13)
- # shadow-cljs (40)
- # sql (1)
- # xtdb (1)
newest cider requires paredit-24, but emacs comes bundled with paredit-22. can anyone point me to a snippet that'll force the correct version of paredit to be installed from melpa, please?
root cause: i had the wrong melpa domain in my package list :face_palm: .
I'm working on files mounted via a network share while connected to a REPL on the remote machine
I was hoping that cider-find-var
would work, since the paths stored as metadata on the vars are relative
Maybe cider could support some base-path setting which accounts for the difference in mount point
I've made a horrible horrible hack and made a directory in linux named /Users/borkdude/mnt/dre/DocSearch/app
so I have exactly the same paths on linux and macOS
(as in if it’s not available in the version). Using the cider-path-translation sound like the goto path
How do I clear settings that were in dir-locals? I got it wrong the first time and now it seems they are cached somewhere?
With a lot of disclaimers I think you can close buffers that lives in that path and then reopen
Does CIDER make use of javadoc-only dependencies in the form of [
?
My impression (from skimming the .el code) is that not. Which wouldn't be much surprising, as parsing javadocs' .html sounds like a pain :)
Issue with CIDER 0.26 and 0.27.0snapshot and babashka + cider-doc
:
https://github.com/babashka/babashka.nrepl/issues/26