Dominic Monroe

Results 171 comments of Dominic Monroe

Thanks for the repro, that's really useful. Just to note, your workaround pokes at something internal which could change/go away at any time. The problem is one of ordering. Aero...

I would discourage this kind of config, because it detracts from Aero's aim of being explicit and intentional. To be explicit, you could instead do this: ``` {:port #profile {:dev...

There's also #user for that use case.

This is something we strongly are considering. This solution looks to be in the right direction, without having done a deep review.

I could repro this immediately after I updated, but now I cannot. I've tried downgrading & re-upgrading and still cannot reproduce. I suspect this is a bug in clojure cli...

Cannot reproduce, steps attempted: - Update dev/dev.clj to have a rogue ( - ../bin/rebel -A:dev - See failure - Delete ( - (fixed!) - (go)

I'm going to think about this one a little. While I want to have CI for Edge, I want to make sure this doesn't make it harder for users to...

More detail on what Duct does: https://github.com/duct-framework/duct/wiki/Configuration A second system is merged in. This could also be represented in edge by a second key in the config.edn. ------- @danielcompton how...

> Also worth saying you can provide different sets of keys to integrant to start which can be used for optional systems that don't share explicit dependencies. I was made...