cursive

Issues at: https://git.io/cursive-issues
onetom 2020-12-15T03:21:03.404200Z

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

helios 2020-12-15T13:02:06.405100Z

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?

borkdude 2020-12-15T13:03:22.405400Z

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

helios 2020-12-15T13:05:53.405500Z

where should i add it?

helios 2020-12-15T13:06:58.405700Z

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

borkdude 2020-12-15T13:08:59.405900Z

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

Janne Sauvala 2020-12-15T15:24:05.406500Z

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"}}}