is this a good place to ask a question about Aero?
Yeah!
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
and it's a more proper PR with just one commit
Looks good
only think I haven't done is to add some caching
but it's so fast anyway so it doesn't matter so much
I think this is great