juxt

stijn 2019-04-04T07:35:46.035800Z

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

👍 2
conan 2019-04-04T14:29:06.037600Z

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?

conan 2019-04-05T08:53:25.038500Z

Oh cool, how did you create the run configuration?

dominicm 2019-04-05T09:03:09.038700Z

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

conan 2019-04-05T10:14:28.039200Z

how do you kick off the sass and cljs?

conan 2019-04-05T10:15:57.039400Z

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

dominicm 2019-04-05T10:46:55.039600Z

I type (go) in the repl

dominicm 2019-04-05T10:47:11.039800Z

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

dominicm 2019-04-05T10:48:05.040Z

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

conan 2019-04-05T12:17:53.040200Z

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

conan 2019-04-05T12:22:02.040400Z

nice, it works!

dominicm 2019-04-05T12:30:53.040600Z

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

conan 2019-04-04T17:07:39.037700Z

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

conan 2019-04-04T17:23:45.037900Z

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?

dominicm 2019-04-04T20:33:39.038100Z

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

dominicm 2019-04-04T20:35:40.038300Z

That includes having cursive start the nrepl