This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-09-02
Channels
- # announcements (2)
- # babashka (21)
- # beginners (80)
- # bristol-clojurians (1)
- # calva (1)
- # cider (4)
- # clara (2)
- # clj-kondo (5)
- # cljs-dev (41)
- # clojure (8)
- # clojure-dev (2)
- # clojure-europe (28)
- # clojure-italy (11)
- # clojure-nl (4)
- # clojure-spec (13)
- # clojure-sweden (1)
- # clojure-uk (11)
- # clojuredesign-podcast (5)
- # clojurescript (5)
- # code-reviews (4)
- # cursive (25)
- # data-science (5)
- # datomic (25)
- # duct (15)
- # emacs (6)
- # fulcro (13)
- # graalvm (1)
- # graphql (5)
- # helix (2)
- # jobs (3)
- # jobs-discuss (4)
- # luminus (1)
- # malli (13)
- # meander (3)
- # off-topic (16)
- # pathom (2)
- # pedestal (1)
- # re-frame (5)
- # ring-swagger (3)
- # spacemacs (4)
- # sql (16)
- # tools-deps (1)
- # tree-sitter (8)
- # vrac (2)
- # xtdb (16)
- # yada (2)
Does anyone have some experience with running linters remotely using flycheck when in tramp-mode? I'm considering supporting this for clj-kondo: https://github.com/borkdude/flycheck-clj-kondo/issues/9 Any input on this is welcome!
anyone has confs for fulcro guardrails indentation on emacs?
I've been thinking it would be nice if there were some boxed configuration available that gave you the right indentation and linting (through lsp or kondo) for common libraries. I bet a lot of us have the same settings for the macros in re-frame, compojure, etc.
make a function that does that. make a repo that has the .lsp/config or clj-kondo config, m-x clojure/set-up-kondo
just makes a new file and slurps the common shared one in
Yeah, I think it would be very simple to implement. Maybe if I can catch a free day on the upcoming long weekend