Fork me on GitHub
#juxt
<
2019-04-04
>
stijn07:04:46

@taylor.jeremydavid the bitemporal aspect looks very interesting. And it being open source

👍 8
conan14:04:06

Back once again with the Edge from master: Is there a good way of setting up Edge in Cursive? I can import my nested project, but that doesn't let me see the root of the project; alternatively I can import the root, but then I can't add my app properly. What's the recommended approach?

conan17:04:39

related question: how can i run a repl from cursive? it's a very slow loop to run an external nrepl server and connect to it from inside cursive, i need to be able to bounce a repl with one click

conan17:04:45

aaand another: my repl keeps getting hold of a file lock which prevents me from saving changes to the files through intellij until i kill & restart the repl process. how can i avoid this?

dominicm20:04:39

@U051KLSJF will know better than I, but things seemed to just work for me when I played around.

dominicm20:04:40

That includes having cursive start the nrepl

conan08:04:25

Oh cool, how did you create the run configuration?

dominicm09:04:09

I think I just told it to use clj, that was an option in the eaps

conan10:04:28

how do you kick off the sass and cljs?

conan10:04:57

i'm not sure which profiles to use to get it all running

dominicm10:04:55

I type (go) in the repl

dominicm10:04:11

See the dev guide for how to identify your aliases for your app.

dominicm10:04:05

dev,dev/build,build will be what you need if you have sass/cljs

conan12:04:53

oh, how silly of me. i thought there was some magic in ../bin/rebel

conan12:04:02

nice, it works!

dominicm12:04:53

Rebel is provided for people who don't have editor integrations available, particularly useful in training courses.