This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-02-13
Channels
- # beginners (50)
- # boot (27)
- # bristol-clojurians (7)
- # cider (30)
- # clara (1)
- # cljs-dev (130)
- # cljsrn (14)
- # clojure (179)
- # clojure-austin (6)
- # clojure-greece (2)
- # clojure-italy (4)
- # clojure-spec (19)
- # clojure-uk (54)
- # clojurescript (64)
- # core-async (3)
- # data-science (1)
- # datomic (66)
- # duct (11)
- # emacs (5)
- # figwheel (1)
- # fulcro (26)
- # funcool (7)
- # jobs (1)
- # jvm (6)
- # keechma (5)
- # lein-figwheel (5)
- # luminus (5)
- # lumo (1)
- # off-topic (93)
- # parinfer (37)
- # pedestal (15)
- # protorepl (10)
- # re-frame (42)
- # reagent (12)
- # shadow-cljs (71)
- # spacemacs (3)
- # specter (7)
- # vim (8)
- # yada (9)
Sorry about that @j0ni - I don’t have control over the original repo, otherwise I would have marked it as deprecated.
Create an issue for thunknyc/nrepl-profile
to put a notice in the README that its functionality is now in CIDER: https://github.com/thunknyc/nrepl-profile/issues/14
@gonewest818 Happy to hear this! It’s one of the few outstanding things holding off the release of 0.17 (when it comes to orchard it’s just that and extracting a bit more functionality into it).
Having debugged a mranderson-ed project I can confidently say… not my favorite way to work.
haha sorry about that @gonewest818
> Having debugged a mranderson-ed project I can confidently say… not my favorite way to work.
I guess a lot of people share your frustration, but unfortunately the problem of isolating tooling deps from project deps in not an easy one to solve…
I can set it individual symbols using put-clojure-indent
, but now i'd like to configure the indentation rules for om-style dom builder function
@benedek @bozhidar I know! Sorry, that was just a bit of snark. The utility of mranderson is unquestionable.
Is there other solution for my need? Like redirect file to other path or use a Clojure function to move the file to another path?
Click on the "Posted in #jvm" to get more followed details. I posted more info below.
@gonewest818 other option would be class loader separation in the JVM we played with that around the time mranderson was introduced but no avail
An interactive mode to sync changes between src
and target/srcdeps
would have prevented a few of my stumbles.
perhaps help with the workflow. but tbh mranderson does not really support a quick feedback workflow
Yes, in fact that’s the workflow I landed on eventually.
I think the source of my frustration is M-.
resolves to the srcdeps copy of the file. You have to pay attention.
In python-landia there were some conventions about sorting imports into “standard library”, “1stparty”, “3rdparty” and sorting those blocks alphabetically. Wondering if something similar is achievable here.