This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-10-22
Channels
- # 100-days-of-code (3)
- # announcements (7)
- # beginners (147)
- # cider (22)
- # cljdoc (24)
- # cljs-dev (71)
- # cljsrn (8)
- # clojars (3)
- # clojure (45)
- # clojure-conj (11)
- # clojure-dev (1)
- # clojure-italy (21)
- # clojure-nl (2)
- # clojure-spec (76)
- # clojure-sweden (2)
- # clojure-uk (100)
- # clojurebridge (3)
- # clojurescript (15)
- # cursive (7)
- # data-science (2)
- # datomic (7)
- # emacs (9)
- # events (2)
- # figwheel-main (4)
- # fulcro (117)
- # jobs (2)
- # jobs-discuss (21)
- # leiningen (184)
- # nyc (4)
- # off-topic (50)
- # planck (6)
- # re-frame (14)
- # reagent (25)
- # ring-swagger (5)
- # shadow-cljs (96)
- # spacemacs (5)
- # sql (26)
- # tools-deps (12)
- # uncomplicate (1)
- # yada (3)
is there any way to suppress specific “… cannot be resolved” warnings?
I’m aware that I can add type hints to help the resolution, but I can’t seem to find the right thing to add to (.getElementById js/document "app")
to make it happy
is there a "reformat all these lines" command? I don't just mean reindent; I mean essentially pretty-print it, e.g. take one long multi-form line and turn it into several
right now I copy paste into a repl, quote it, and then paste the printed form back. I was wondering if there was a better way
@peterwestmacott this is in progress: https://github.com/cursive-ide/cursive/issues/1526
Is there a way to protect against crashing (or freezing) IntelliJ from accidental massive printing on the console?
@idiomancy btw, you should use figwheel-main; it's a lot simpler i have some skeleton project for it with explanations of how it's been put together and why: https://github.com/onetom/clj-figwheel-main-devcards on another project, i've also experimented with nrepl, but i couldn't really make it a one step startup process either. i've documented that setup rationale too: https://github.com/enumatech/cljs-abi-viewer/tree/block-explorer#start-using-a-clojurescript-network-repl-with-cursive