Fork me on GitHub
#shadow-cljs
<
2018-12-23
>
vigilancetech00:12:53

when I'm in the repl (from emacs/cider) why would it give me an error in the shadow watch terminal that a variable is undeclared whereas in the repl it goes ahead and gives me its correct value?

this.rob13:12:06

Is it possible to have my shadow-cljs apps connect to the shadow-cljs server at something other than localhost while I'm developing? Instead of

this.rob13:12:11

e.g. if i'm running stuff in docker containers and want to have a container running the shadow-cljs server, and have others connect to it using the service name declared in a docker-compose file

nilpunning14:12:00

I'm having trouble getting shadow-cljs working with deps.edn following these directions: https://shadow-cljs.github.io/docs/UsersGuide.html#deps-edn. A basic example is here: https://github.com/nilpunning/shadow-deps. shadow-cljs start seems to go on forever and shadow-cljs watch app is failing:

thheller14:12:20

@nilpunning clojurescript 1.10.439 is required, older versions don't work (with shadow-cljs 2.7.x)

nilpunning14:12:35

That did it, you're the best! Thank you!