This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-06-08
Channels
- # aws-lambda (2)
- # beginners (66)
- # calva (7)
- # cider (1)
- # clj-kondo (1)
- # cljs-dev (4)
- # cljsrn (2)
- # clojure (79)
- # clojure-android (1)
- # clojure-spec (8)
- # clojure-sweden (3)
- # clojure-uk (12)
- # clojurescript (6)
- # datomic (18)
- # duct (1)
- # emacs (31)
- # fulcro (8)
- # hoplon (5)
- # joker (4)
- # luminus (9)
- # off-topic (7)
- # reagent (6)
- # rewrite-clj (8)
- # shadow-cljs (9)
- # spacemacs (42)
- # tools-deps (9)
- # yada (4)
Hey Folks, can you tell me or point me a documentation about how to use namespaces organizer nsorg
on emacs?
@quieterkali programmatically? (set-frame-position ,,,)
(set-frame-size ,,,)
Hi all, does anyone know off the top of their heads if the deprecated figwheel is completely non-functional with current versions of cider?
yeah rather than figwheel main
I'm following a tutorial and there must be something wrong in the project.clj
or some incompatibility on my end. I just saw this in the figwheel wiki and thought someone might know something here:
"Note: the following instructions don't work for cider 0.18 and was likely working for previous versions. Use with caution."
I will look more into it when I have some free time. Thanks!
Not sure what you’re doing exactly, but there’s a good chance that your version of nREPL and and nREPL middleware for figwheel don’t match. Start from that.
I just had a look and if it’s this section: https://github.com/bhauman/lein-figwheel/wiki/Using-the-Figwheel-REPL-within-NRepl#detailed-and-automated-setup-does-not-work-in-all-versions
Then that write up is a bit outdated. The current stable CIDER is 0.21.
See: https://github.com/clojure-emacs/cider/releases/tag/v0.21.0
I’d say that you’d definitely want to follow their general advice, but for melpa-stable
use this URL
instead.
When it talks about cider/piggieback
, use the latest version 0.4.0
. And where it talks about lein-figwheel
, make sure that this version matches figwheel-sidecar
, which is 0.5.18
right now.
Thank you so much! Moving to melpa stable did the trick.
something like this? https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-add-import-to-ns
Hey it’s me again 🙂, what can i use to navigate between function declaration or usage in clojure project?
You should check out: https://docs.cider.mx/cider/usage/cider_mode.html#_key_reference