This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-11-03
Channels
- # announcements (35)
- # aws (20)
- # babashka (4)
- # beginners (88)
- # cider (9)
- # clara (1)
- # clj-kondo (6)
- # cljsrn (3)
- # clojure (107)
- # clojure-dev (7)
- # clojure-europe (99)
- # clojure-nl (3)
- # clojure-spec (9)
- # clojure-uk (2)
- # clojurescript (28)
- # core-async (53)
- # cursive (11)
- # datascript (1)
- # datomic (2)
- # emacs (20)
- # fulcro (3)
- # graalvm (4)
- # holy-lambda (18)
- # jobs (1)
- # kaocha (7)
- # leiningen (2)
- # lsp (25)
- # luminus (1)
- # membrane-term (52)
- # missionary (8)
- # nextjournal (19)
- # off-topic (16)
- # other-languages (3)
- # podcasts (2)
- # polylith (23)
- # re-frame (4)
- # reclojure (6)
- # remote-jobs (1)
- # rewrite-clj (36)
- # ring (1)
- # sci (10)
- # shadow-cljs (7)
- # spacemacs (5)
- # sql (20)
- # uncomplicate (1)
- # vscode (3)
- # xtdb (27)
Hello! if I need to set JVM args : "-http://Djavax.net.ssl.trustStore=..." in IntelliJ where would I do that for cider in a lein project? I tried cider-clojure-cli-global-options but that doesn't seem to work
you can learn about them here https://github.com/technomancy/leiningen/blob/master/doc/PROFILES.md
:jvm-opts ["-
should work
the way you can debug it is by inspecting the resulting java
process via ps aux
Blog post about nREPL/CIDER stuff. I actually wanted to blog about the work I've been doing on CIDER and related projects, but this turned into a separate exposition explaining where we are and what the problem is I'd like to see solved. (apologies for cross-posting with #news-and-articles) https://lambdaisland.com/blog/2021-11-03-making-nrepl-cider-more-dynamic-1
I was actually thinking of dropping our deps.edn
stating tooling deps - thank you!