This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-10-20
Channels
- # announcements (2)
- # babashka (1)
- # bangalore-clj (1)
- # beginners (5)
- # cider (16)
- # clojure (125)
- # clojure-spec (3)
- # clojure-uk (5)
- # clojurescript (27)
- # cursive (46)
- # data-science (3)
- # dirac (2)
- # emacs (11)
- # fulcro (2)
- # graphql (4)
- # luminus (2)
- # nrepl (1)
- # pathom (15)
- # re-frame (1)
- # reagent (52)
- # shadow-cljs (149)
- # sql (11)
- # tools-deps (11)
- # xtdb (14)
What’s the best way to execute a shell command with a timeout? ( It should kill the process on timeout )
Is there a debugger for ClojureScript? I use Chrome, and the error messages are sometimes cryptic (and I just had silly mistake where I forgot to key my items in a loop in React and took me an hour to debug :/)
@neo2551 yes use Chrome's debugger with sourcemaps (configured via Figwheel or whatever) can add breakpoints etc as normal & Clojurescript is mapped from generated JS
Great! I did not know you could set breakpoint inside cljs code