#Are there any plans re: host environment
1 messages · Page 1 of 1 (latest)
I should clarify: os.getenv("<key>", <default>") is preferable over <key-parameter>: <type> = <default> or <key-parameter>: <type> | None + if <key-parameter> is None: <conditional logic to set it>
Yeah this comes up quite a bit, it's worth more discussion. Opened an issue here with some initial thoughts: https://github.com/dagger/dagger/issues/6112
cc @ivory fiber @polar haven @timid osprey @full cove
Just replied with my thoughts 🙂 Thanks for starting the issue
Thanks! Added my thoughts as well.