Fork me on GitHub
#cursive
<
2016-06-22
>
manutter5112:06:22

Is there a special Local REPL config I need to use to work with luminus projects? I’ve selected “Run nREPL with Leiningen” and have tried each of the profiles listed under :profiles in the project.clj file, but I keep getting Error running Local REPL: Error creating JavaParameters

manutter5112:06:03

Eh, I guess I can just use a “remote” REPL and connect on 7000 after a lein run

cfleming19:06:49

@manutter51: Do you get that on all luminus projects?

cfleming19:06:14

@manutter51: Also, which version of Cursive are you on?

manutter5119:06:23

I’m on the latest non-EAP cursive, and I’m trying it with a new luminus project with +cljs

manutter5119:06:45

let me try it without the +cljs

manutter5119:06:41

Yeah, if I just do lein new luminus ltest, I can get the local REPL to come up with no problems.

manutter5119:06:22

I had a bunch of other options activated when I created the luminus project that’s giving me problems, trying to remember what else I had

manutter5119:06:47

lein new luminus ltest +cljs also fires up a local REPL with no problem.

manutter5119:06:16

If I do lein new luminus ltest +mysql +site +sassc +auth +cljs I get the “error creating JavaParameters” message

manutter5119:06:43

Ok, looks like the minimum reproducible case is lein new luminus ltest +sassc

wilkerlucio23:06:51

hello, I'm trying to create a live template here that applies a predefined function to another variable on the live template

wilkerlucio23:06:03

but I can't get how to send the other variable as an argument

wilkerlucio23:06:05

this is what my variables looks like, I can't figure how to replace that String by the name variable

wilkerlucio23:06:41

does you know how can do that?