This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-02-24
Channels
- # announcements (3)
- # babashka (47)
- # beginners (40)
- # biff (21)
- # calva (12)
- # cider (2)
- # clj-kondo (31)
- # cljsrn (8)
- # clojure (14)
- # clojure-berlin (2)
- # clojure-conj (1)
- # clojure-dev (24)
- # clojure-europe (84)
- # clojure-italy (8)
- # clojure-nl (1)
- # clojure-spec (1)
- # clojure-sweden (2)
- # clojure-uk (2)
- # clojurescript (34)
- # clr (3)
- # community-development (1)
- # cursive (14)
- # datalevin (8)
- # datomic (5)
- # defnpodcast (2)
- # dev-tooling (1)
- # etaoin (4)
- # events (3)
- # fulcro (26)
- # graphql (3)
- # honeysql (6)
- # hyperfiddle (45)
- # lsp (40)
- # malli (1)
- # missionary (1)
- # nbb (18)
- # podcasts-discuss (1)
- # reagent (8)
- # reitit (2)
- # releases (2)
- # ring-swagger (1)
- # scittle (78)
- # shadow-cljs (96)
- # vim (7)
- # xtdb (3)
I remember seeing an example of a transducer (probably in a rich hickey talk or maybe docs) that represented a big transformation pipeline, about half a page long, showcasing all the stuff you could do with transducers. If that rings any bells for anyone I’d be super grateful for a link.
might anyone point me to the deps.edn guide section or similar that describes how to enter a {:git/url ,,, :git/sha ,,,}
where the deps.edn
isn't at the top of the repo? I have a main library repo with /deps.edn
at the root, and it has extra stuff under /modules/the-extra-bits/deps.edn
. (The reason is "extra bits" might use redis, might use postgres, and I don't want to drag in carmine for postgres use or next.jdbc for redis use, so a library consumer needs 2 entries in their deps.edn: one for the main lib and one for the storage variant)
I depend here on a deps.edn defined here in the clerk repo:
No problem!
https://clojure.org/reference/deps_and_cli#_dependencies - see :deps/root there
thanks 🙏 ... of course, I couldn't see it at all before and now I'm a little embarrassed I missed it. (to be fair, eg. the mayonnaise is also invisible in the fridge and will only decloak when I have called out the question "where is the mayonnaise")
well it's easy to find if you know what it's called :)