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
This is a problem in the underlying YAML parser, PyYAML: yaml/pyyaml#173. It seems the workaround is to patch the YAML parser's configuration with better regular expressions for floating point: https://stackoverflow.com/a/30462009/1380386
"Another yq" (https://github.com/mikefarah/yq) outputs numbers as json numbers
Would be nice to be able to do the roundtrip with intermediate json format too, or in other words make json conversion not lossy.
The text was updated successfully, but these errors were encountered: