This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-02-28
Channels
- # announcements (30)
- # architecture (9)
- # aws (2)
- # babashka (23)
- # beginners (55)
- # cider (22)
- # clj-kondo (40)
- # clojure (47)
- # clojure-europe (4)
- # clojure-france (2)
- # clojure-italy (17)
- # clojure-nl (16)
- # clojure-norway (1)
- # clojure-sanfrancisco (1)
- # clojure-seattle (1)
- # clojure-spec (12)
- # clojure-uk (34)
- # clojured (3)
- # clojurescript (15)
- # core-async (11)
- # cursive (19)
- # data-science (3)
- # emacs (7)
- # events (4)
- # figwheel-main (10)
- # fulcro (33)
- # graalvm (49)
- # graphql (11)
- # instaparse (1)
- # java (7)
- # kaocha (1)
- # leiningen (7)
- # malli (3)
- # meander (69)
- # pathom (9)
- # re-frame (4)
- # rum (2)
- # shadow-cljs (34)
- # spacemacs (9)
- # sql (29)
- # tree-sitter (1)
- # yada (3)
Is there a way to make Cursive's linting work properly with https://github.com/ptaoussanis/encore 's custom if-let/when-let (where multiple binding expressions allowed)?
Currently it highlights local bindings as unknown variables.
@cfleming worked like charm, thank you! Due to some bug, the symbol resolution context menu was not popping up properly, so I had to go to definition of the symbol, and add the custom resolutions from there!
@cfleming I'm having trouble reopening a project with Cursive after IntelliJ closed. I always get the following exception. The project in question was created with 'Empty Project' and I'm adding a set of deps.edn projects as modules.
@U0539NJF7 Is that an old project?
Did you create a new project in a directory containing an old one, or something like that?
I was moving from a 'one project per deps.edn' to a project that contains more deps.edn files as modules instead
so yes, probably some old config files that were still there in the directories of the old projects