This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-05-11
Channels
- # announcements (6)
- # babashka (7)
- # beginners (145)
- # biff (2)
- # calva (9)
- # cider (4)
- # circleci (9)
- # clj-commons (22)
- # clj-kondo (26)
- # cljs-dev (70)
- # cljsrn (4)
- # clojure (46)
- # clojure-australia (9)
- # clojure-europe (62)
- # clojure-nl (5)
- # clojure-norway (4)
- # clojure-spec (11)
- # clojure-uk (3)
- # clojurescript (18)
- # copenhagen-clojurians (1)
- # core-async (1)
- # cursive (13)
- # datahike (6)
- # datomic (47)
- # emacs (5)
- # events (2)
- # fulcro (13)
- # google-cloud (2)
- # gratitude (2)
- # helix (5)
- # honeysql (5)
- # hyperfiddle (31)
- # jobs (1)
- # jobs-discuss (6)
- # london-clojurians (1)
- # lsp (5)
- # off-topic (9)
- # polylith (12)
- # portal (18)
- # re-frame (5)
- # reagent (29)
- # releases (2)
- # shadow-cljs (43)
- # specter (1)
- # test-check (8)
- # vim (1)
- # xtdb (66)
I am finding the circleci
command line tool useful. I’m using circleci config validate
to help me find my (many) yaml errors before pushing!
I've been using https://github.com/redhat-developer/yaml-language-serverhttps://github.com/redhat-developer/yaml-language-serverfor this and some more things too, understands the circle yaml, really nice hints and hooks nicely into lsp 😄
Not really so much about the intricacies, but more about the required keys and their types. Would still recommend the cli for things like minimum number of jobs etc.
The lsp is a nice, less context switching mechanism given that you're kinda familiar with circle 😄
Gives me an idea to hook this up to https://github.com/jose-elias-alvarez/null-ls.nvimhttps://github.com/jose-elias-alvarez/null-ls.nvima way to hook in non lsp things into neovims lsp. Uses #clj-kondo in a similar way.