This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-01-13
Channels
- # admin-announcements (1)
- # announcements (40)
- # aws (2)
- # babashka (46)
- # babashka-sci-dev (106)
- # beginners (31)
- # cider (5)
- # circleci (2)
- # clj-kondo (48)
- # clojure (118)
- # clojure-belgium (1)
- # clojure-chicago (3)
- # clojure-europe (19)
- # clojure-ireland (3)
- # clojure-losangeles (2)
- # clojure-nl (2)
- # clojure-spec (10)
- # clojure-uk (4)
- # clojurescript (18)
- # community-development (5)
- # core-async (159)
- # cursive (16)
- # datomic (16)
- # etaoin (1)
- # fulcro (21)
- # funcool (14)
- # graalvm (5)
- # gratitude (4)
- # holy-lambda (28)
- # jobs (1)
- # jobs-discuss (1)
- # kaocha (1)
- # lsp (12)
- # malli (21)
- # meander (12)
- # music (1)
- # off-topic (8)
- # portal (5)
- # react (18)
- # reitit (1)
- # releases (4)
- # remote-jobs (1)
- # shadow-cljs (56)
- # timbre (4)
I am pretty sure I used to be able to change the indentation of the arrow macros from this context actions before, but now the option is gone? Also there doesn't seem to be an option for this in the code style preferences. Is this something intended or is something broken on my end?
Works for me using IntelliJ IDEA 2021.3.1 (Community Edition) Build #IC-213.6461.79, built on December 28, 2021 com.cursiveclojure.cursive (1.12.2-eap1-2021.3)
Check Preferences | Editor | Intentions and make sure that the relevant Clojure ones are enabled. Does that help?
what does it mean when clicking on an exception link doesn't jump to the line in the source but instead brings up a popup list saying "choose target file" ? If I click on any of the files listed it jumps to that line in that file, but why would I want to jump to that line in any other file but that which contains the function in which the exception occurred ?
i'm having an issue trying to open a lein project. it indicates that none of the files are under a source or test root and when i try to click the refresh button on the lein panel, i get this error:
10:11 AM Error reading /Users/jeremiah/src/the-project/project.clj
fatal: not a git repository (or any of the parent directories): .git
which is also odd because i just checked out the repo from gitThat's odd, have you tried typing git status
at the command line to see if git thinks it's a valid project?
yep, git works just fine
> git status
On branch master
Your branch is up to date with 'origin/master'.
I don't think that has anything to do with your repository. I think it's a dependency in your project.clj
. Do you have one in there referencing a git repo?
Probably quicker...can you run the lein project from the command line?
(Which might be a helpful diagnostic, actually.)