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
It's not required, just noticed that I can't control this behavior, but the thing I really would like to be customizable is to add extra indentation like:
I agree with this. I would qualify. it as a bug because in certain circumstances it seems you can serialize a string (in my case obvious offenders are URL paths) and when you deserialize into a dictionary using a library like AnyCodable so that you can parse arbitrary YAML, the URL paths parse to an INT of 0. This might be a bug in AnyCodable, but it seems a simple fix is to ensure quotes strings.
or
Instead of
It's not required, just noticed that I can't control this behavior, but the thing I really would like to be customizable is to add extra indentation like:
The text was updated successfully, but these errors were encountered: