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
I've definitely been bitten by parsing issues in YAML in the past (often around scientific notation for floats, e.g. 1.0e-3, vs 1e-3), and this StrictYAML seems to be a good way to avoid this.
The text was updated successfully, but these errors were encountered:
I've definitely been bitten by parsing issues in YAML in the past (often around scientific notation for floats, e.g. 1.0e-3, vs 1e-3), and this StrictYAML seems to be a good way to avoid this.
The text was updated successfully, but these errors were encountered: