Open Issues Need Help
View All on GitHub We need a fix for https://github.com/mikefarah/yq/issues/566 about 1 month ago
AI Summary: The task is to debug and fix a bug in the `go.yaml.in/yaml/v3` YAML parser where the Literal style in YAML input is not correctly preserved during the marshaling (YAML output) process. The bug manifests when using the `yaml.Marshal` function, which fails to output the Literal style as it appears in the parsed YAML node. The fix requires investigating the YAML emitter within the `go.yaml.in/yaml/v3` library to ensure it correctly handles and outputs the Literal style when present in the input YAML.
Complexity:
4/5
help wanted