This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-09-14
Channels
- # 100-days-of-code (4)
- # announcements (1)
- # beginners (63)
- # boot (22)
- # braveandtrue (104)
- # calva (3)
- # cider (12)
- # cljs-dev (53)
- # cljsjs (3)
- # cljsrn (1)
- # clojure (180)
- # clojure-dev (14)
- # clojure-italy (4)
- # clojure-nl (11)
- # clojure-spec (15)
- # clojure-uk (60)
- # clojure-ukraine (1)
- # clojurescript (118)
- # clojutre (3)
- # core-async (12)
- # core-logic (17)
- # cursive (19)
- # datomic (45)
- # devcards (4)
- # emacs (7)
- # figwheel-main (218)
- # fulcro (27)
- # funcool (3)
- # graphql (1)
- # jobs (4)
- # leiningen (57)
- # off-topic (71)
- # pedestal (2)
- # portkey (17)
- # re-frame (5)
- # reitit (4)
- # remote-jobs (2)
- # ring (11)
- # rum (2)
- # shadow-cljs (14)
- # specter (11)
- # sql (34)
- # tools-deps (23)
@stijn There isn’t right now but that’s a good idea. A workaround would be to download the deps first using the command line so they’re in your local repo, and then sync within Cursive.
I am having issues with tools.deps
I have configured Clojure Deps with CLI tools
Then I created a “Clojure Deps” Configuration
And when I run the configuration I get an error
Couldn't read deps.edndeps.edn (No such file or directory)
I am running Version: 1.8.0-eap6-2018.2
@cfleming i'm working around this now by starting idea from the command line with the env variables set in the shell. downloading the deps on cli works too indeed.
I have an issue concerning a run configuration, I have a "lein run" config, and I specify a +dev profile. I use environ to retrieve my environment variables but none of the variables I defined in the :dev :env
map are present at runtime. Any idea what could be the cause ?
Hello. How to change "comment line" behaviour from ; to ;; ?
Can I set up my formatting to align these args like maps do?
I consistently get this error when I try to evaluate an expression while paused at a breakpoint: java.lang.RuntimeException: Unable to resolve symbol: instantiation_hash in this context, compiling:(NO_SOURCE_PATH:0:0) Might you guys have a suggestion on what I might have wong with my intellij / cursive setup?
how do you type hint basic javascript DOM elements? basic stuff like
(.getElementById js/document "dd-container")