This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-01-26
Channels
- # babashka (2)
- # calva (3)
- # clj-kondo (8)
- # clojure (40)
- # clojure-europe (21)
- # clojure-nl (1)
- # clojure-norway (33)
- # clojure-uk (4)
- # core-async (8)
- # data-science (11)
- # datomic (64)
- # fulcro (15)
- # helix (4)
- # hyperfiddle (16)
- # keyboards (2)
- # lsp (6)
- # music (9)
- # off-topic (31)
- # polylith (11)
- # portal (1)
- # reitit (14)
- # shadow-cljs (20)
- # tools-deps (5)
- # xtdb (3)
With the new version (2.27.1) of shadow-cljs
, Helix started return this warning on build.
Does anybody know if there a way to stop this?
since the fix is merged but not published, clone the helix repo git clone https://github.com/lilactown/helix.git and reference it on deps.edn {:local/root "../helix"}
You can use tools.deps to directly reference an lib by git commit https://github.com/rafaeldelboni/helix-flex/blob/main/deps.edn#L2
❤️ 1
lilactown/helix {:git/url "https://github.com/lilactown/helix" :git/sha "35127b79405e5dff6d9b74dfc674280eb93fab6d"}