Results 161 comments of Mike Farah

This is an issue of the go-yaml project. I noticed that when I made the 'folded' value longer, it does its own wrapping: ``` plain: two lines folded: > two...

Related issue: https://github.com/go-yaml/yaml/issues/387

This is an issue with the underlying go-yaml library, it automatically line wraps and does not provide an option to turn it off (https://github.com/go-yaml/yaml/issues/387)

Ah - I'm using v3 go go-yaml

Yep I can replicate this behavior - very strange. I'm thinking it must be in the underlying yaml parser https://github.com/go-yaml/yaml. Not sure what the yaml standards say about embedding arrays...

Digging a little into this - and as far as I can tell it's an issue with go-yaml, the underlying yaml parser :( https://github.com/go-yaml/yaml/issues/279 Not sure if I'll be able...

Raised a new issue here: https://github.com/go-yaml/yaml/issues/737

Note that '-j' works because the issue is with the yaml Encoder and the json encoder works fine.

Yep can reproduce. Merge in 3.0 I had to do some trickery and smoke and mirrors where I convert data2.yml into an update script against data1.yml. What happening is it's...

Oops - sorry I closed a bunch of issues back then that didn't seem to have anyone interested in them (then didn't see the comments). Re opening.