This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-06-06
Channels
- # announcements (3)
- # asami (41)
- # aws (2)
- # babashka (65)
- # beginners (85)
- # biff (7)
- # calva (10)
- # cider (5)
- # cljsrn (32)
- # clojure (6)
- # clojure-czech (3)
- # clojure-europe (10)
- # clojure-russia (4)
- # clojure-uk (3)
- # clojurescript (5)
- # core-typed (7)
- # data-science (13)
- # datomic (43)
- # etaoin (4)
- # fulcro (22)
- # graphql (3)
- # gratitude (1)
- # helix (1)
- # joyride (2)
- # liquid (10)
- # malli (16)
- # off-topic (10)
- # other-languages (1)
- # polylith (10)
- # reitit (3)
- # scittle (7)
- # shadow-cljs (103)
- # tools-deps (10)
- # vim (9)
- # xtdb (2)
Hi fellows!
Anybody knows, how can I combine (somehow simple) some of different core.cache/...-factory
to get ttl + lru cache?
now it looks like there is only one relatively easy solution https://stackoverflow.com/a/25997671
oh, looks i found it myself 😃 https://github.com/clojure/core.cache/wiki/Composing
I'm getting this on a library which I am using a git sha for Error building classpath. The following libs must be prepared before use:
the library is in :extra-deps
of an alias. So clj -X:deps prep
does not work. It is also not clear to me from the guides on how to prepare the library https://clojure.org/guides/deps_and_cli#prep_libs
you can pass aliases to prep as well via clj -X:deps prep :aliases '[:whatever]'