This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-01-04
Channels
- # announcements (1)
- # babashka (1)
- # beginners (84)
- # biff (22)
- # calva (9)
- # cider (8)
- # clerk (5)
- # clj-kondo (10)
- # clojure (105)
- # clojure-europe (13)
- # clojure-nl (1)
- # clojure-norway (44)
- # clojure-spec (4)
- # clojure-uk (6)
- # clojuredesign-podcast (36)
- # cursive (13)
- # datomic (24)
- # dev-tooling (8)
- # emacs (8)
- # hyperfiddle (4)
- # jobs (1)
- # leiningen (2)
- # london-clojurians (1)
- # lsp (5)
- # malli (6)
- # membrane (11)
- # nyc (1)
- # off-topic (14)
- # other-languages (8)
- # pathom (25)
- # pedestal (2)
- # re-frame (4)
- # releases (1)
- # remote-jobs (1)
- # shadow-cljs (98)
- # sql (5)
- # squint (1)
- # tools-deps (38)
- # vim (8)
- # xtdb (11)
Has anyone tried to build an asdf plugin for installing clojure-lsp? Would be useful to pull in compiled binaries for your platform
oh how did I miss that
asked this over in #CHY97NXE2 but more appropriate here:
I ran into a potential issue where I was accidentally using a dependency's dependency instead of including it explicitly in my deps.edn (relying on clojure.tools.cli
when building a kaocha plugin). How interested would you be in a linter that looks at all required/imported namespaces and checks that they're either in the :paths
or :extra-paths
or dependencies?