Version 0.4.11 of this module causes a stack overflow on Mac systems and kills the active PowerShell session. The module doesn't even need to be used; simply importing it into a PowerShell session ...
While it is possible to deserialize yaml via ConvertFrom-Yaml -Ordered, serializing any of the ordered or sorted dictionary types does not seem to keep the key order of the dictionary in the YAML file ...
YAML is a human-readable configuration file format that is flexible and easy to understand, but fraught with unexpected pitfalls. Here’s how to dodge its most precarious issues. The YAML (“YAML Ain’t ...