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
expected output: '1.0': '2.'
actual output: 1.0: 2.
maybe this is an accepted limitation?
if so, i'd love to know if there is a sane way to correctly dump dicts of an unknown structure. i can only think of deep-mapping them to Nodes and setting styles based on the Strings' contents...
The text was updated successfully, but these errors were encountered:
If Resolver.default determines that the content of String is other than .str, it would be better to apply Style.singleQuoted to Node.Scalar on representing from that String.
this seems to be similar to #174 though i'm not sure it's the same issue.
expected output:
'1.0': '2.'
actual output:
1.0: 2.
maybe this is an accepted limitation?
if so, i'd love to know if there is a sane way to correctly dump dicts of an unknown structure. i can only think of deep-mapping them to Nodes and setting styles based on the Strings' contents...
The text was updated successfully, but these errors were encountered: