Fork me on GitHub
#cursive
<
2018-09-14
>
cfleming05:09:20

@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.

Yehonathan Sharvit08:09:46

I am having issues with tools.deps

Yehonathan Sharvit08:09:47

I have configured Clojure Deps with CLI tools

Yehonathan Sharvit08:09:30

Then I created a “Clojure Deps” Configuration

Yehonathan Sharvit08:09:55

And when I run the configuration I get an error

Couldn't read deps.edndeps.edn (No such file or directory)

Yehonathan Sharvit08:09:01

I am running Version: 1.8.0-eap6-2018.2

stijn08:09:45

@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.

joel09:09:26

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 ?

mike_ananev10:09:43

Hello. How to change "comment line" behaviour from ; to ;; ?

caleb.macdonaldblack11:09:15

Can I set up my formatting to align these args like maps do?

bmcferren17:09:21

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?

bmcferren17:09:22

Cursive Version: 1.7.0-2018.1

bmcferren17:09:53

IntelliJ IDEA 2018.1.1 Community Edition

kanwei18:09:03

how do you type hint basic javascript DOM elements? basic stuff like

(.getElementById js/document "dd-container")

kanwei18:09:23

.getElementById is unresolvable as is

justinlee18:09:28

@kanwei its a known issue with cursive. all js interop has that issue, as far as I know

kanwei18:09:56

that is... unfortunate