This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-10-23
Channels
- # aws-lambda (1)
- # bangalore-clj (3)
- # beginners (80)
- # boot (8)
- # clojars (1)
- # clojure (200)
- # clojure-dev (37)
- # clojure-greece (26)
- # clojure-italy (11)
- # clojure-norway (3)
- # clojure-russia (14)
- # clojure-spec (21)
- # clojure-uk (30)
- # clojurescript (50)
- # core-logic (10)
- # core-matrix (1)
- # cursive (15)
- # data-science (21)
- # datomic (45)
- # devcards (2)
- # emacs (4)
- # fulcro (12)
- # garden (2)
- # jobs (5)
- # juxt (1)
- # lambdaisland (1)
- # leiningen (4)
- # luminus (20)
- # lumo (26)
- # off-topic (33)
- # onyx (27)
- # parinfer (1)
- # pedestal (3)
- # perun (5)
- # re-frame (20)
- # reagent (27)
- # ring (1)
- # ring-swagger (21)
- # shadow-cljs (259)
- # spacemacs (14)
- # yada (3)
The main two reasons why I still occasionally use IDEA are: 1. Database explorer 2. Java Interop I absolutely love Spacemacs, but I think the db interaction is more pleasant with IntelliJ's Databse Navigator (I tried ejc-sql) and Emacs/Cider still lacks a good support for quick navigation to Java sources (especially lack of the possibility to automatically download sources of 3rd party libs) I'm wondering what are your thoughts about this issues and how do you deal with them.
I don't really do #2. #1 is not something that I do in emacs, nor do I hear of anybody doing that. So sounds like a fair criticism to me.
You could always ask on Reddit or something. Might get some good responses.
I was looking into the possibility of #2 awhile back using a combination of cider and meghanada server, but it wasn't going to be as easy as I was hoping, so I sorta gave up
I haven't myself (but haven't updated packages very recently), but have heard a few folks say the same thing.
okay... apparently it was due my own thing in one of my layers. I have noticed a bug a few days ago - basically gg
wasn't working anymore in dired buffer. I've trying "fixing" it, but that was upstream bug that when they've fixed it, that made my "workaround" not just obsolete, but completely wrong.
Glad you figured it out, but that does sound like a pain.
oh yeah... I have freaked out... TBH - it's completely my own fault. I really have to stop updating stuff first thing in the morning. But I can't. My OCD just wants everything latest.
that taught me the lesson I have forgotten. I haven't had issues like this for very, very long time. I've been using Spacemacs for maybe like more than 3 years. The lesson is: whenever there's something wrong, disable all the layers, and if that works - try adding them one by one, until you find the culprit
Bisection by layers, good idea, I like it. 👍