This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-10-14
Channels
- # announcements (1)
- # asami (3)
- # aws (1)
- # babashka (22)
- # beginners (39)
- # calva (21)
- # clj-kondo (10)
- # cljdoc (22)
- # cljs-dev (17)
- # clojure (93)
- # clojure-australia (3)
- # clojure-europe (39)
- # clojure-italy (3)
- # clojure-losangeles (17)
- # clojure-nl (14)
- # clojure-russia (2)
- # clojure-uk (5)
- # clojurescript (35)
- # community-development (7)
- # conjure (2)
- # cursive (13)
- # data-science (1)
- # datomic (25)
- # emacs (5)
- # events (4)
- # figwheel-main (2)
- # fulcro (12)
- # graphql (7)
- # gratitude (2)
- # inf-clojure (6)
- # leiningen (6)
- # lsp (49)
- # malli (13)
- # membrane (30)
- # minecraft (1)
- # pathom (3)
- # pedestal (26)
- # polylith (13)
- # portal (2)
- # quil (3)
- # random (1)
- # re-frame (13)
- # reagent (43)
- # reitit (6)
- # releases (1)
- # reveal (2)
- # ring (3)
- # shadow-cljs (30)
- # specter (5)
- # sql (8)
- # tools-build (1)
- # tools-deps (13)
- # videos (1)
I’m trying to add a run configuration for Reveal as described in https://vlaaad.github.io/reveal/#cursive but “Run with Deps” is greyed out. Why is it greyed out?
How did you create the project? That option is only available for projects imported from a deps.edn.
sometimes when I start a REPL I can't send forms inside comment
blocks to the REPL, instead it sends the entire parent comment. I don't know what I'm doing differently when this happens because usually it does what I expect and sends the outermost non-comment form to the REPL
I’ve been meaning to test this, but I think that this happens if you send the form when it’s indexing.
it's not that - it's not indexing
though it could be related to indexing - I did "refresh clojure deps..." and got an exception regarding indexing which I've reported to Cursive. I'm now doing invalidate caches and restart...
I also noticed that I had no code-completion for that project
ok invalidate caches & restart fixed it
and fixed the code-completion too
it's annoying having to restart IntelliJ but all's well that ends well
no it doesn't. There are 2 ways to send forms to the REPL, send current form and send form before caret. I'm talking about the former which can break if indexing is broken