This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-05-30
Channels
- # aleph (1)
- # beginners (126)
- # cider (2)
- # clara (38)
- # cljsrn (2)
- # clojars (2)
- # clojure (49)
- # clojure-dev (31)
- # clojure-dusseldorf (1)
- # clojure-finland (1)
- # clojure-france (6)
- # clojure-italy (13)
- # clojure-nl (12)
- # clojure-russia (9)
- # clojure-sg (1)
- # clojure-spec (33)
- # clojure-uk (83)
- # clojurescript (206)
- # community-development (3)
- # core-async (40)
- # cursive (4)
- # datomic (7)
- # duct (21)
- # emacs (9)
- # fulcro (36)
- # funcool (2)
- # graphql (12)
- # instaparse (4)
- # jobs (4)
- # lumo (24)
- # mount (1)
- # nyc (4)
- # off-topic (29)
- # onyx (1)
- # pedestal (2)
- # random (4)
- # re-frame (60)
- # reagent (136)
- # remote-jobs (1)
- # schema (1)
- # shadow-cljs (20)
- # spacemacs (6)
- # specter (14)
- # tools-deps (2)
https://github.com/thheller/shadow-cljs/blob/a5b266efd8c042d3438ec2ba7c32cb4c17d73edb/src/main/shadow/cljs/devtools/server/nrepl.clj#L344 I don't want this log, it will be showed in the REPL, a little annoying.
@doglooksgood debug log should not be enabled by default? when using embedded lein
however you are in charge of configuring your logging
@wilkerlucio yeah I was going to add that
is there a recommended strategy to have multiple watched builds at the same time? for example i have a test build (`:karma`) and a :browser
build and I'd like them both to run continuously in the background
at the moment i just have two separate processes and maybe that's the way to go, i was just wondering whether there's a better way
Has anyone here built a shadow app as a docker image with drone?
If I depend on libraryA which depends on npm dependency X, how should that be communicated?
@dominicm shouldn't dependency x be installed when you install npm install -S libraryA
? I mean the whole npm ecosystem is managed by npm and shadow-cljs provides a bridge to it
@arne-clojurians I have a clojurescript libraryA, which depends on npm X
do node packages with dashes in their name require special treatment when nvm:require
ing?