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
Env var and argv will assign non-JSON, non-PLIST to String type, always. This makes overriding numeric values with numeric values impossible. We should figure out a way to coerce the string values from env var and argv into the correct types.
The text was updated successfully, but these errors were encountered:
A "workaround" is to instead supply a JSON dictionary for the parent key with the property to override as a single key. I believe, the library will then merge this dictionary with the dictionary for the parent key derived from other sources.
Env var and argv will assign non-JSON, non-PLIST to String type, always. This makes overriding numeric values with numeric values impossible. We should figure out a way to coerce the string values from env var and argv into the correct types.
The text was updated successfully, but these errors were encountered: