This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-09-13
Channels
- # 100-days-of-code (5)
- # adventofcode (1)
- # announcements (8)
- # beginners (148)
- # boot (17)
- # calva (26)
- # cider (17)
- # cljdoc (2)
- # cljs-dev (55)
- # cljsjs (2)
- # clojure (198)
- # clojure-dev (11)
- # clojure-finland (1)
- # clojure-italy (23)
- # clojure-nl (6)
- # clojure-spec (44)
- # clojure-uk (148)
- # clojurescript (27)
- # clojutre (20)
- # core-logic (21)
- # cursive (12)
- # datascript (10)
- # datomic (33)
- # emacs (11)
- # figwheel-main (49)
- # fulcro (19)
- # graphql (2)
- # off-topic (48)
- # onyx (2)
- # other-languages (53)
- # pedestal (3)
- # reagent (75)
- # reitit (17)
- # rum (1)
- # slack-help (2)
- # specter (2)
- # sql (3)
- # tools-deps (24)
- # unrepl (4)
- # yada (1)
Btw, I’ll be at ClojuTRE the next couple of days, so I’m looking forward to meeting some of you in person!
how do i link a buffer to a repl now? “No Linked CIDER Sessions” is getting in my way. i’m pasting entire files into the repl buffer like a noob to get past it
so, it’s a file that’s in checkouts, but i’m reaching the file via its own git folder, rather than via the symlink
sesman-link-with-buffer
fixes the issue
Since I've updated my emacs, cider, and prelude, when I fire up emacs my application isn't started automatically any more. Before that was probably handled by a (cider-cljs-lein-repl . "(do (user/go) (user/cljs-repl))")
in a .dir-locals.el
from the chestnut lein template, but that doesn't seem to work any more.
I have to run (reloaded.repl/reset)
or (reloaded.repl/reset-all)
to start the app.
However, that now also attempts to start figwheel, which is already running (I use cider-jack-in-clj&cljs
).
Before reset
and reset-all
only affected the clj REPL, not the cljs REPL.
I'm not sure this is the right place to ask for help. If there is a better channel you know of, please tell me.
If you have a pointer how to decouple reloaded.repl/reset
from the figwheel process, I would really appreciate it.
Currently having a hard time wrapping my head around what is going on, and it's been over a year since I set it up originally and don't remember the details any more.
cider-cljs-lein-repl
was replaced. You can read about this here http://www.cider.mx/en/latest/clojurescript/#starting-a-clojurescript-repl