This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-04-17
Channels
- # announcements (2)
- # babashka (52)
- # beginners (10)
- # calva (9)
- # cider (2)
- # clj-kondo (7)
- # clojure (63)
- # clojure-europe (26)
- # clojuredesign-podcast (5)
- # clojurescript (13)
- # datalog (2)
- # datomic (6)
- # defnpodcast (1)
- # fulcro (46)
- # incanter (4)
- # integrant (5)
- # jobs-discuss (12)
- # kaocha (1)
- # lsp (31)
- # malli (10)
- # meander (1)
- # off-topic (6)
- # podcasts-discuss (1)
- # polylith (20)
- # rewrite-clj (6)
- # shadow-cljs (23)
- # tools-deps (9)
- # xtdb (13)
- # yada (10)
Is there a way to specify a specific jackInEnv
object per replConnectSequences
as opposed to one global object for all of them?
My use case is that I have different lein profiles that I use when running unit tests vs. just doing development. They also require slightly different env files. It'd be really convenient to be able to put a jackInEnv
object into a custom connect sequence as opposed to changing the global object every time. My next Q was if it was not possible currently if you'd be open to a contribution. I'd be happy to take a look at this 🙂
Awesome. Please file an issue about it. And PR is entirely welcome. Me and @brandon.ringe are both here for any help you might need getting the dev environment set up.
I think a property jackInEnv
at the top level of the sequence would make sense. It would not be used for the connect scenario anyway.
envVariables
would be my favorite, but I think consistency with jackInEnv
is a good signal that the two are related