This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-08-23
Channels
- # babashka (22)
- # beginners (8)
- # calva (7)
- # clj-kondo (65)
- # cljdoc (9)
- # cljsrn (1)
- # clojure (53)
- # clojure-australia (4)
- # clojure-europe (49)
- # clojure-gamedev (2)
- # clojure-italy (13)
- # clojure-nl (1)
- # clojure-spec (19)
- # clojure-uk (4)
- # clojurescript (48)
- # clojureverse-ops (1)
- # core-async (3)
- # css (2)
- # cursive (15)
- # datomic (6)
- # degree9 (2)
- # depstar (4)
- # emacs (2)
- # find-my-lib (1)
- # fulcro (16)
- # graalvm (11)
- # gratitude (1)
- # honeysql (9)
- # introduce-yourself (2)
- # jobs (1)
- # joker (2)
- # livestream (2)
- # malli (16)
- # nbb (4)
- # news-and-articles (2)
- # off-topic (1)
- # pathom (7)
- # polylith (10)
- # practicalli (1)
- # re-frame (7)
- # reitit (1)
- # releases (3)
- # remote-jobs (1)
- # rewrite-clj (19)
- # shadow-cljs (10)
- # tools-build (1)
- # tools-deps (9)
- # uncomplicate (1)
- # vim (3)
- # xtdb (44)
I have a slightly weird issue with shadow and node - I’m trying to require an npm lib, but it appears to be failing in an odd way. It works fine in a normal node repl. the values are behind proxy
- could this be problematic in someway with shadow shims?
Hi, I’m might be confusing myself but I’m trying to Docker compose our dev environment and run shadow-cljs in a container. But starting to realise it will be difficult to get a browser repl up in this setup or can this be done? Sorry If I’m sounding confused, but that’s kinda what I am… 🙂
that should be entirely possible if you forward the right ports between the docker container and the host. if you’re playing around, some people have success this setup: VS Code with Remote Containers + Calva Extensions. this has all the parts you need (and more) and you can find more examples, e.g. https://stackoverflow.com/a/58064914 (once that is running it should be easier to make it work with plain docker)
I am getting the following SLF4J errors if I use shadow-cljs 2.15.4
or 2.15.5
but not earlier versions:
[:app] Configuring build.
[:app] Compiling ...
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See for further details.
[:app] Build completed. (2733 files, 404 compiled, 0 warnings, 44.38s)
I have no idea how to figure out why. The code is using com.lambdaisland/glogi
We were using version 1.0.116
and 1.0.128
(latest) Not sure what else would be interacting with shadow for log stuff like that. Any suggestions or known issues around this? Thanks