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
We currently use pyyaml, which only supports yaml 1.1 and it's in question if and when yaml 1.2 support will come, see yaml/pyyaml#116.
Using yaml 1.1 is problematic and unintuitive in some cases, e.g., yes and no get converted to boolean which can be problematic for some cases, see #12 (review) for an example.
We should see if there are better drop-in replacements for pyyaml which support yaml 1.2, too.
The text was updated successfully, but these errors were encountered:
We currently use pyyaml, which only supports yaml 1.1 and it's in question if and when yaml 1.2 support will come, see yaml/pyyaml#116.
Using yaml 1.1 is problematic and unintuitive in some cases, e.g.,
yes
andno
get converted to boolean which can be problematic for some cases, see #12 (review) for an example.We should see if there are better drop-in replacements for pyyaml which support yaml 1.2, too.
The text was updated successfully, but these errors were encountered: