This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-07-05
Channels
- # announcements (13)
- # aws (1)
- # bangalore-clj (4)
- # beginners (66)
- # boot (11)
- # calva (27)
- # cider (27)
- # clj-kondo (76)
- # cljdoc (6)
- # cljs-dev (38)
- # clojars (3)
- # clojure (143)
- # clojure-dev (2)
- # clojure-europe (6)
- # clojure-greece (10)
- # clojure-italy (10)
- # clojure-nl (5)
- # clojure-norway (2)
- # clojure-sweden (1)
- # clojure-uk (19)
- # clojurescript (49)
- # cursive (13)
- # datomic (14)
- # duct (6)
- # figwheel-main (3)
- # fulcro (31)
- # funcool (7)
- # jobs (3)
- # keechma (142)
- # liberator (1)
- # off-topic (15)
- # om (2)
- # reagent (1)
- # reitit (2)
- # remote-jobs (1)
- # rewrite-clj (73)
- # shadow-cljs (21)
- # spacemacs (18)
- # sql (5)
- # tools-deps (10)
- # yada (1)
I seem to be getting lots of errors with piggieback once I've upgraded cider to above 0.18.0. Are the two incompatible?
which version of piggieback? you probably want to make sure you are using cider/piggieback "0.4.1"
OH man. That's unfortunate. Can't upgrade lein because our nexus repository doesn't use ssl 😕
https://help.sonatype.com/repomanager2/maven-and-other-build-tools/leiningen https://stackoverflow.com/questions/22716492/how-to-configure-leiningen-to-use-a-corporate-repository?rq=1
i thought i remembered seeing some kind of :ssl false
option to the repositories info. but its been a while
Can anybody tell me how to set enable an alias when jacking in with emacs? (using clj-cli)
Easy one off way is to give a prefix when jacking in and you can edit the command directly. Let me look up the Vars you can set in a second
cider-lein-global-options
for profiles and cider-clojure-cli-global-options
for deps.edn aliases i think. https://docs.cider.mx/cider/basics/up_and_running.html#_customizing_the_jack_in_command_behaviour

are you on version 0.18? let me check out that branch and see what it was called at the time