This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-05-26
Channels
- # aleph (1)
- # announcements (9)
- # aws (6)
- # babashka (18)
- # babashka-sci-dev (25)
- # beginners (79)
- # calva (30)
- # cider (34)
- # clj-kondo (25)
- # cljsrn (6)
- # clojure (26)
- # clojure-australia (1)
- # clojure-europe (6)
- # clojure-norway (1)
- # clojure-poland (6)
- # clojure-uk (3)
- # clojured (2)
- # clojurescript (14)
- # datomic (19)
- # events (1)
- # google-cloud (1)
- # gratitude (2)
- # helix (1)
- # hyperfiddle (2)
- # interceptors (1)
- # jobs (17)
- # joyride (96)
- # leiningen (5)
- # lsp (20)
- # minecraft (2)
- # nbb (5)
- # other-languages (1)
- # re-frame (34)
- # releases (2)
- # shadow-cljs (15)
- # spacemacs (1)
- # xtdb (19)
👋 Hello, guys! Greeting from Mexico. My name is Luis, I am new, working with shadow-cljs and lein-shadow 😛
i am having an issue with docker, very very strange.. https://ibb.co/9Hp1ZZN I am getting stucked the container randomly on this step 😕 I deleted the container, the volumen, etc… but always I am having the same 😕
Somebody experimented something similar?
Thanks for the help in advance!
I strongly recommend not using lein-shadow. Besides that I don't know. I never use docker.
Which is your recommendation to use instead it?
just plain shadow-cljs. with a without lein doesn't matter. just lein-shadow I don't recommend
Is it possible to enable REPL for :npm-module target on browser environment?
yes, just need to manually require("./path-to-output/shadow.cljs.devtools.client.browser")
in the JS somewhere
Thank you! This works!!
currently upgrading shadow-cljs from 2.15.2
(worked fine) to 2.19.0
and facing a macroexpanding error. It warns of not having the right dependency versions for clojure, clojurescript, and the compiler (i've updated those to the required versions). My build fails and this is the main error that pops up. Any thoughts on what's going on or how to fix?
Caused by: java.lang.NoSuchMethodError: 'java.util.stream.Collector com.google.common.collect.ImmutableSortedSet.toImmutableSortedSet(java.util.Comparator)'
For more info, see this thread 👉 https://clojurians.slack.com/archives/C6N245JGG/p1653418014869959 🔍