This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-01-22
Channels
- # announcements (2)
- # beginners (42)
- # calva (2)
- # cider (13)
- # clara (2)
- # cljdoc (1)
- # cljs-dev (8)
- # clojure (118)
- # clojure-australia (1)
- # clojure-europe (3)
- # clojure-finland (2)
- # clojure-italy (42)
- # clojure-japan (1)
- # clojure-nl (2)
- # clojure-spec (26)
- # clojure-uk (58)
- # clojurescript (83)
- # cursive (6)
- # data-science (2)
- # datomic (13)
- # devcards (2)
- # duct (9)
- # figwheel-main (4)
- # fulcro (11)
- # graphql (51)
- # jobs (1)
- # juxt (14)
- # kaocha (1)
- # off-topic (24)
- # re-frame (65)
- # reagent (4)
- # reitit (19)
- # remote-jobs (8)
- # shadow-cljs (50)
- # specter (3)
- # speculative (1)
- # vim (5)
- # yada (50)
is this a good place to ask a question about Aero?
Crossposting because I didn't find a response about edge in #yada so I I thought I'd ask here:
I've watched the edge demo and read the docs and I'm looking at the code.
I feel that edge is aimed towards a single repo for all your services.
This is because none of these libs are published and the references to edge libs are all relative. e.g. ../lib.app.dev
Am I missing something?
@malcolmsparks I saw you merged already: https://github.com/juxt/aero/pull/69 it was still WIP because I didn't get it work yet
but well I didn't break it I guess since it was already not working anyway
I'll do another PR when I get it work, in theory you might also want to set in the github settings for the repo to check for the two test-clj
and test-cljs
jobs,
because atm they are not really enforced to pass (once the tests are all passing at least)
I would have also squashed my commits if I knew it was going to be merged, I'll just mark it as WIP more clearly next time sorry about that
ok - thanks for the info, I'll back out the PR
ok @malcolmsparks https://github.com/juxt/aero/pull/70 now everything works
only think I haven't done is to add some caching
but it's so fast anyway so it doesn't matter so much