This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-06-18
Channels
- # aws (21)
- # babashka (32)
- # babashka-sci-dev (3)
- # beginners (17)
- # biff (1)
- # calva (8)
- # clj-kondo (1)
- # cljfx (8)
- # cljs-dev (3)
- # clojure (13)
- # clojure-belgium (1)
- # clojure-europe (16)
- # clojure-losangeles (2)
- # clojure-norway (6)
- # clojurescript (11)
- # conjure (1)
- # data-science (1)
- # fulcro (2)
- # gratitude (5)
- # helix (1)
- # joyride (3)
- # malli (14)
- # nbb (4)
- # off-topic (11)
- # other-languages (10)
- # polylith (4)
- # re-frame (2)
- # sci (3)
- # shadow-cljs (20)
- # spacemacs (3)
- # tools-deps (1)
- # vim (4)
@nbtheduke I notice that the coc-clojure https://github.com/NoahTheDuke/coc-clojure/blob/main/src/commands.json which use a prompt
do not work. Are you seeing the same? It shows up in the :CocInfo
log, but that's it:
2022-06-18T09:08:46.719 INFO (pid:489007) [attach] - receive notification: runCommand [ 'lsp-clojure-add-import-to-namespace' ]
2022-06-18T09:08:50.656 INFO (pid:489007) [attach] - receive notification: showInfo []
Uh oh! I did notice that yesterday when trying to do the “resolve macro as”, but then moved in instead of investigating lol. I’ll take a look tonight when I get back to my computer
looks like it was a problem with that version of coc.nvim. the newest release fixes the issue with pop-ups: https://github.com/neoclide/coc.nvim/releases/tag/v0.0.82
looks like it was a problem with that version of coc.nvim. the newest release fixes the issue with pop-ups: https://github.com/neoclide/coc.nvim/releases/tag/v0.0.82