This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-11-02
Channels
- # announcements (21)
- # babashka (1)
- # beginners (67)
- # calva (18)
- # cider (21)
- # clj-kondo (109)
- # cljs-dev (3)
- # clojure (129)
- # clojure-spec (15)
- # clojure-uk (30)
- # clojurescript (3)
- # datomic (2)
- # graalvm (8)
- # graphql (1)
- # juxt (1)
- # malli (28)
- # off-topic (46)
- # reitit (5)
- # rewrite-clj (33)
- # ring-swagger (2)
- # shadow-cljs (199)
- # vim (9)
mornings!
has anyone much experience with: lein-tools-deps
?
I was trying to get it to work earlier and not having any luck
I was trying to use it to pull github-based deps into a leiningen project
But Cursive wasn't having any of it.
it should be able to do that… though yeah cursive might mess with things
is it a private github repo by any chance?
I don't think it was a Cursive issue, because I couldn't get it to work at the command line either
no, a public one - I'm too cheap for that!
It's not actually blocking me anymore as I've decided I don't need that dependency anyway
well that’s certainly the easiest solution 🙂
if you expect it to work with github or local roots then I probably just messed something up in my project setup
there’s a test case here: https://github.com/RickMoynihan/lein-tools-deps/blob/master/test-cases/git-deps.edn
@peterwestmacott: are you building an app or a library with it?
neither
thanks, if I come back to it I'll definitely check that out. I love a good example
I'm just using some code locally to generate some images
in this case the board for a board game I'm working on
why do you need lein then?
I don't need it - but the project already has it from a while ago and there's some figwheel stuff I was using
ahh ok fair enough
I was rendering some images that way, even simulating some of the board game elements before I went and ordered some physical bits online
I'm trying out pure tools deps for new stuff generally, but I just wanted to grab some github code and pull it in.
If it’s possible you might be better just shaving the yak and porting it to tools deps with figwheel-main. Though granted one of the main reasons behind lein-tools-deps
is to help delay shaving that yak.