Fork me on GitHub
#cursive
<
2020-12-15
>
onetom03:12:03

Waaaah, the REPL tabs show the name of the run config!!! Very nice, indeed! - to quote Protesilaos Stavrou :D

helios13:12:06

i'm doing quite a bit of Babashka work in Cursive, but it's a bit of a pity that some stuff can't be resolved babashka.curl, etc. Do you have any idea?

borkdude13:12:22

@helios does it help if you add a deps.edn with babashka.curl in it?

helios13:12:53

where should i add it?

helios13:12:58

how would cursive know that that specific deps.edn applies to the bb script?

borkdude13:12:59

I'm not sure, was just a lucky guess.

Janne Sauvala15:12:05

I added deps.end file to my bb project and added this. This is seemed to help resolve the dependency

{:deps
 {babashka/babashka.curl {:mvn/version "0.0.1"}}}