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
The yaml file backend only has cases for string, array and map in the switch that loads values. As a result anything not matching those types will fail to load. I think the expected behavior would be to coerce everything else to string.
The yaml file backend only has cases for string, array and map in the switch that loads values. As a result anything not matching those types will fail to load. I think the expected behavior would be to coerce everything else to string.
Example:
Output:
The text was updated successfully, but these errors were encountered: