You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Question marks are not allowed in environment variables but are valid keywords in clojure. We should escape question mark to something (maybe _Q_) and use that as the variable name.
The text was updated successfully, but these errors were encountered:
This is a good point. However, if we are to go this way I prefer making a comprehensive munging/unmunging suite for each config source (env, cli opts, etc.), not just limit ourselves to question mark. What do you think?
Question marks are not allowed in environment variables but are valid keywords in clojure. We should escape question mark to something (maybe
_Q_
) and use that as the variable name.The text was updated successfully, but these errors were encountered: