This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-05-12
Channels
- # admin-announcements (1)
- # aleph (1)
- # arachne (10)
- # beginners (6)
- # boot (81)
- # braveandtrue (3)
- # cider (42)
- # cljs-dev (1)
- # cljs-edn (52)
- # cljsjs (9)
- # cljsrn (9)
- # clojure (62)
- # clojure-austin (1)
- # clojure-belgium (11)
- # clojure-berlin (2)
- # clojure-gamedev (2)
- # clojure-greece (1)
- # clojure-russia (73)
- # clojure-uk (98)
- # clojurescript (156)
- # community-development (4)
- # component (3)
- # cursive (30)
- # datascript (10)
- # datomic (17)
- # emacs (5)
- # events (1)
- # hoplon (315)
- # jobs (1)
- # jobs-discuss (3)
- # lein-figwheel (6)
- # luminus (18)
- # off-topic (13)
- # om (130)
- # other-languages (122)
- # re-frame (32)
- # reagent (27)
- # rethinkdb (6)
- # ring (2)
- # ring-swagger (31)
- # spacemacs (4)
- # untangled (6)
- # yada (30)
@rauh: I would really, really like to do that. Unfortunately, there isn’t a good way to do it.
Parinfer is driven by changes to the document - I get a notification when that happens, but it’s too late to modify the doc when the notification comes in.
I can hook into the start of an action, but there’s no way to know which actions will modify the document - pretty much everything is an action, including all navigation (moving around a file, or switching to another file).
I’m planning to try a parinfer variant which only works locally, i.e. only on the part of the document you’re actually working on.
When I try to start a Yourkit profiler from IntelliJ REPL
I get Error running REPL for <myapp>: Error creating JavaParameters
That is a familiar error, but I’m not sure what to do about it?
I can create a normal REPL fine
Nope, that’s all that’s in the event log
My thoughts too
The sin eater
Is it possible to show source files in a project while Cursive is downloading deps for the first time?
At the moment, src and test folders aren’t shown until all deps are resolved
@danielcompton: Hmm, that might be possible. I’d have to check how much hacking of lein that would involve.