Fork me on GitHub
#cursive
<
2018-02-28
>
grav06:02:11

@cfleming Yeah it's actually some test-output that I copy-pasted. Not idiomatic, I agree. Still Clojure though 😉

cfleming08:02:37

@grav Yes, no doubt it’s a bug 🙂

gphilipp13:02:58

@cfleming Hi Colin ! I need to pass Artifactory credentials to Cursive so that the Leiningen tool window’s refresh project action can pull dependencies from our private repositories. (Maven settings has a environment variables section, but not Leiningen Settings)

gphilipp13:02:23

What’s the best way to do it ?

gphilipp14:02:28

Any news on that front ?

gphilipp14:02:23

The best solution IMHO would be to copycat the Intellij maven settings UI for environment variables really.

souenzzo15:02:51

even before the awesome feature of #clara syntax support, the defrule identation started to have problems. I think that it's because it's a custom defrule macro (not the clara defrule macro). There is some way to fix it?

zylox16:02:21

if you want it to format as a clara rule, but you have a different macro for it, you can set that macro to resolve as the clara.rules/defrule

zylox16:02:42

though....dont put the fqn if you use the search window

souenzzo17:02:46

I made it. There is no syntax issue, just formatting issue.

cfleming01:03:07

@U2J4FRT2T You can fix that by customising the indentation as described here, setting it to “Indent”: https://cursive-ide.com/userguide/formatting.html#customisation

gphilipp16:02:44

@cfleming Ok, so re that environment variable thing, I settled on using https://github.com/hschmidt/EnvPane which is super simple and is picked up by IntelliJ 😄

spieden18:02:54

didn’t think to try setting macos session-level env vars

spieden18:02:21

so that works to get the creds read from env?