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
PyYaml has similar behaviour as seen here > yaml/pyyaml#165 according to spec keys should be unique. This issue probably needs to be resolved upstream, but worth keeping this as a reminder.
The text was updated successfully, but these errors were encountered:
Right now the following yaml
Would get something akin to
{'a': {'q': 'b'}}
PyYaml has similar behaviour as seen here > yaml/pyyaml#165 according to spec keys should be unique. This issue probably needs to be resolved upstream, but worth keeping this as a reminder.
The text was updated successfully, but these errors were encountered: