This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-04-25
Channels
- # announcements (4)
- # babashka (3)
- # beginners (79)
- # biff (4)
- # calva (17)
- # cider (18)
- # clj-kondo (21)
- # cljdoc (45)
- # cljs-dev (14)
- # cljsrn (9)
- # clojure (90)
- # clojure-europe (86)
- # clojure-italy (3)
- # clojure-nl (3)
- # clojure-portugal (1)
- # clojure-uk (9)
- # clojurescript (20)
- # code-reviews (23)
- # conjure (14)
- # cursive (12)
- # datascript (12)
- # emacs (5)
- # events (2)
- # fulcro (13)
- # gratitude (1)
- # holy-lambda (9)
- # lambdaisland (2)
- # malli (6)
- # nbb (1)
- # nextjournal (2)
- # nrepl (30)
- # off-topic (63)
- # pathom (1)
- # portal (24)
- # reagent (5)
- # reitit (13)
- # releases (2)
- # remote-jobs (1)
- # sci (90)
- # shadow-cljs (59)
- # spacemacs (5)
- # sql (13)
- # testing (20)
- # tools-build (17)
- # xtdb (27)
I usually manage my IDE versions with JetBrains Toolbox, which I install with brew install --cask jetbrains-toolbox
That toolbox app can let you turn on the creation of those command-line launcher scripts, like idea
.
I usually have an EAP version installed too, so I set in the toolbox to call the script for that idea-eap
.
https://www.jetbrains.com/help/idea/working-with-the-ide-features-from-command-line.html
open my project from the terminal type "idea ." like one can do vscode or atom "code ." or "atom ."
Hi all!
Does anybody know how to display the cursive/diff
feature in a shadow repl?
I can use it before using the shadow-cljs REPL but I get the next error:
(shadow/nrepl-select :app)
To quit, type: :cljs/quit
=> [:selected :app]
(cursive/diff "a" "b")
------ WARNING - :undeclared-ns ------------------------------------------------
Resource: <eval>:1:2
No such namespace: cursive, could not locate cursive.cljs, cursive.cljc, or JavaScript source providing "cursive"
--------------------------------------------------------------------------------
------ WARNING - :undeclared-var -----------------------------------------------
Resource: <eval>:1:2
Use of undeclared Var cursive/diff
--------------------------------------------------------------------------------
=> nil
In the release notes there’s a workaround detailed, using a tagged literal: https://groups.google.com/g/cursive/c/djESICRaiHs/m/l1ZVtyxbBgAJ