Fork me on GitHub
#shadow-cljs
<
2022-05-26
>
Luis Cerritos00:05:06

👋 Hello, guys! Greeting from Mexico. My name is Luis, I am new, working with shadow-cljs and lein-shadow 😛

Luis Cerritos00:05:15

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 😕

Luis Cerritos00:05:27

Somebody experimented something similar?

Luis Cerritos00:05:21

Thanks for the help in advance!

thheller06:05:31

I strongly recommend not using lein-shadow. Besides that I don't know. I never use docker.

😕 1
Luis Cerritos15:05:41

Which is your recommendation to use instead it?

thheller17:05:18

just plain shadow-cljs. with a without lein doesn't matter. just lein-shadow I don't recommend

👍 1
Karol Wójcik12:05:42

Is it possible to enable REPL for :npm-module target on browser environment?

thheller17:05:02

yes, just need to manually require("./path-to-output/shadow.cljs.devtools.client.browser") in the JS somewhere

❤️ 1
Karol Wójcik17:05:57

Thank you! This works!!

emaun15:05:50

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)'

❤️ 1
emaun20:05:02

thank you @U022T96EFV3!

👍 1
thheller17:05:31

@emaun that is a dependency conflict on the guava version. make sure you have the latest. the closure compiler doesn't properly declare it but fails with older ones

✔️ 1