This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-08-09
Channels
- # admin-announcements (5)
- # architecture (8)
- # beginners (7)
- # boot (41)
- # braveandtrue (1)
- # cider (77)
- # clara (3)
- # cljs-dev (56)
- # cljsjs (7)
- # cljsrn (7)
- # clojure (44)
- # clojure-austin (3)
- # clojure-brasil (1)
- # clojure-hk (3)
- # clojure-russia (137)
- # clojure-spec (14)
- # clojure-uk (44)
- # clojurescript (33)
- # cloverage (3)
- # core-async (10)
- # css (1)
- # cursive (16)
- # datomic (116)
- # devcards (14)
- # emacs (1)
- # events (1)
- # funcool (2)
- # functionalprogramming (1)
- # hammock-driven-dev (1)
- # jobs-rus (124)
- # lein-figwheel (1)
- # leiningen (1)
- # liberator (4)
- # melbourne (3)
- # mount (73)
- # off-topic (3)
- # om (4)
- # om-next (15)
- # onyx (38)
- # other-languages (4)
- # perun (2)
- # proton (36)
- # protorepl (2)
- # random (1)
- # re-frame (56)
- # reagent (7)
- # specter (4)
- # testing (1)
- # untangled (13)
- # yada (18)
@cfleming: Hi. A week or two ago, I asked a question about the "Unable to save settings: Failed to save settings. Please restart IntelliJ IDEA” errors I’m getting regularly. You asked about errors in idea.log - I finally got around to digging that up (was AFK the last week or two): https://gist.github.com/KevinCorcoran/1c53c917348167499d653b19300e4c1f
I guess the good news is that the stacktrace doesn’t make it look like Cursive’s to blame
Anyone else getting nil language
errors w/ latest cursive eap and latest IntelliJ?
@bnoguchi: in the past I've just opened a terminal window and run lein test-refresh
inside of it, which was faster than running them from the command-line but had various other problems
@kevin: Ok, thanks. Cursive might be to blame there, if I’m storing something invalid in the config components - when IntelliJ comes to serialise them things might barf at that point. Unfortunately from that trace it’s pretty hard to work out what’s going on.
@cap10morgan: Are you using Markdown, by any chance?
@cap10morgan: https://github.com/cursive-ide/cursive/issues/1256#issuecomment-237607592
Are you actually embedding Clojure blocks in markdown, or just using normal Markdown files?
We have some embedded clojure blocks, yeah
FWIW, I've been using the free version of Markdown Navigator to edit markdown with embedded Clojure and it works like a charm. I had various other gripes with the "markdown support" plugin and uninstalled it eventually