This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-08-03
Channels
- # beginners (98)
- # boot (18)
- # chestnut (2)
- # cider (90)
- # cljdoc (3)
- # cljs-dev (1)
- # clojure (64)
- # clojure-dev (14)
- # clojure-dusseldorf (4)
- # clojure-italy (11)
- # clojure-nl (5)
- # clojure-spec (9)
- # clojure-uk (69)
- # clojurescript (63)
- # code-reviews (2)
- # core-logic (20)
- # cursive (13)
- # datomic (52)
- # dirac (2)
- # emacs (4)
- # figwheel (6)
- # hyperfiddle (13)
- # luminus (4)
- # nrepl (1)
- # off-topic (7)
- # onyx (9)
- # overtone (3)
- # parinfer (3)
- # pedestal (1)
- # re-frame (31)
- # reagent (74)
- # reitit (34)
- # rum (3)
- # shadow-cljs (51)
- # spacemacs (22)
- # specter (7)
- # tools-deps (23)
- # uncomplicate (3)
- # vim (9)
In spacemacs, how do I run cljs tests? I am using chestnut template. When I do SPC m t n
from a cljs file (which has corresponding test file), I see error : user-error: Clojure-only operation requested in a ClojureScript buffer
https://twitter.com/iLemming/status/1022639619190345728?s=19 imma just gonna drop this here
Anything special I have to do to get both a clj repl and a cljs repl running at same time?
Currently, I do this:
1. Start a clj repl : SPC m '
2. Run a server on repl.
Everything is fine at this moment. I can eval, refactor.
3. Run a clj repl: SPC m '
4. (use 'figwheel-sidecar.repl-api)
5. (start-figwheel!)
6. (cljs-repl)
Now, if I move to a .clj file, I see that cider is not connected.
How to get two clj and cljs repls running side by side?
Any links are welcome. Thanks.
I have a dumb question. Lets say I have two windows open (3 if you include NeoTree) and I want to swap window positions, AKA have window 2 be where window 1 is and window 1 where window 2 is. Is there a command for this?
@mario.cordova.862 yeah, for me, it's eg SPC w H
-- all the evil-window-move-
fns in that menu. It's not phrased in terms of a swap, but it works that way.
@eggsyntax The shifts focus but doesn't move the window
Doesn't fully replace a generalized swap if you use more than a few windows in one frame, but I typically max out at 4.
I just did spc w K
because I had horizontally split windows and it did this weird thing where it opened up a new window with NeoTree
Huh. Odd. If you ever get a weird thing like that, you can always undo it with winner-undo
(one of my favorite features. Of course there should be a separate undo stack for UI changes!)