This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-11-30
Channels
- # beginners (126)
- # boot (2)
- # cider (6)
- # cljs-dev (46)
- # cljsjs (8)
- # clojure (122)
- # clojure-greece (57)
- # clojure-italy (6)
- # clojure-poland (3)
- # clojure-russia (2)
- # clojure-serbia (5)
- # clojure-spec (26)
- # clojure-uk (99)
- # clojurescript (39)
- # cursive (15)
- # datascript (7)
- # datomic (21)
- # dirac (7)
- # duct (1)
- # emacs (19)
- # fulcro (58)
- # garden (4)
- # graphql (15)
- # hoplon (2)
- # immutant (1)
- # instaparse (3)
- # jobs (5)
- # juxt (15)
- # klipse (4)
- # leiningen (2)
- # lumo (52)
- # off-topic (8)
- # om (27)
- # onyx (22)
- # other-languages (3)
- # portkey (2)
- # protorepl (2)
- # re-frame (7)
- # reagent (7)
- # ring (11)
- # rum (7)
- # shadow-cljs (114)
- # spacemacs (20)
- # specter (16)
- # test-check (5)
- # timbre (1)
- # unrepl (43)
- # yada (17)
@pesterhazy kv elisions are properly rendered (at the end and only one elision), plus ansi codes can be used (yay, syntax color)
this looks fantastic
is packed up in your branch already?
Re: mvn dependencies, we don't use any yet
Eventually I'd like to see if an AOT'd version of unravel would be better - that would solve the problem of shipping dependencies (and wouldn't require lumo as a production dep anymore, though we can still use it in dev)
probably easiest to inline the dependency for now (i.e. add src/
)?
or vendor/
yeah?
In next Lumo one can use clojurescript modules from npm. Packed is already there. So I added nodes_modules/packed/src to lumo classpath
distributing a cljs library via npm. interesting concept
and when next lumo is released and unravel is upgraded to it there will be no need to manually extend the classpath
I hate submodules with a passion
I've never used subtrees although I hear they are great.. but I've never had problems with submodules either, so they're my go-to way for repo-to-repo dependency management
@dominicm can you elaborate?
@pesterhazy subtrees mitigate a lot of the pain points of submodules. The https://www.atlassian.com/blog/git/alternatives-to-git-submodule-git-subtree atlassian article is good
is it included in the standard git distro?
i'll give this a read thanks
we can probably disable expansions somewhere
or an admin can
haha can't say for sure, but I don't think you'll be able to modify somethingglobally without admin perms
In next Lumo one can use clojurescript modules from npm. Packed is already there. So I added nodes_modules/packed/src to lumo classpath
@pesterhazy here you go ^^
I’m pretty impartial but yeah I think packed-parser does an awesome job 😉
@pesterhazy now that elisions stands out (because of ansi rendering), could it be possible to just print a number. Also commands could be /thing
.
@pesterhazy if I use feature flags, do you prefer that I develop on a branch or on master?
I'd say on a branch - I do the same, makes for easier reviewing