This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-07-23
Channels
- # announcements (1)
- # aws (13)
- # babashka (31)
- # beginners (102)
- # calva (46)
- # cider (16)
- # clj-kondo (1)
- # cljs-dev (3)
- # clojars (1)
- # clojure (396)
- # clojure-argentina (1)
- # clojure-australia (4)
- # clojure-europe (64)
- # clojure-nl (2)
- # clojure-uk (8)
- # clojurescript (20)
- # conjure (5)
- # cursive (4)
- # datomic (15)
- # emacs (48)
- # graalvm (69)
- # graalvm-mobile (1)
- # jobs (4)
- # jobs-rus (1)
- # lsp (6)
- # malli (15)
- # meander (2)
- # observability (11)
- # off-topic (10)
- # pathom (2)
- # portal (4)
- # re-frame (19)
- # reitit (1)
- # remote-jobs (3)
- # sci (1)
- # shadow-cljs (51)
- # tools-deps (11)
- # vim (12)
- # xtdb (13)
It's really nice to see clojure-lsp and clj-kondo on this list 🚀 😄 https://www.clojuriststogether.org/news/q3-2021-survey-results/ Thank you everybody that contributed on that ❤️
🎉 24
I noticed that the hover feature ("show function signature in the minibuffer") only shows the qualified name of the function but not the arguments (e.g. some.ns/foo
instead of some.ns/foo [a b {:keys [x y]}]
). I'm almost certain this worked fine a few days ago which leads me to believe I've either broken something in my emacs config or installed a package which breaks this. Any ideas how I could debug this?
3