juxt

Jakub Holý 2019-09-20T14:50:54.001500Z

Hello, a question about Aero: when using #profile {:prod .., :stage ..., :dev ...} and I need the same value for both :dev and :stage, is there some simple way to avoid duplicating the value? Thank you! (I guess :stage 123, :dev #ref [:stage] would not work)

dominicm 2019-09-20T15:10:40.002400Z

My open pull request adds support for using a set as a key in profile

👍 1
👏 1
dominicm 2019-09-20T15:11:09.003Z

You can use it as a git dependency if you're using deps.edn