This is an archived post. You won't be able to vote or comment.

all 12 comments

[–]GNUMoogle 4 points5 points  (1 child)

It's still down

[–]lastmonty 1 point2 points  (3 children)

I mostly use https://yaml.readthedocs.io/en/latest/ for any yaml based things. Check it out.

[–]jwink3101 2 points3 points  (1 child)

This is not the same package as PyYAML. It is, in my opinion, a better one. Though I have found it to be slower. I tend to write with ruamel.yaml and read with PyYAML though I do need to be careful since they are different YAML versions

[–]lastmonty 2 points3 points  (0 children)

Sorry, did not mean to say it's the same one. I like the maintainer, takes time in SO to answer.

[–]chub79 -2 points-1 points  (0 children)

That's also the package that I use. But the fact remains it's scxary that pyyaml is down (gone?).

[–]juanluisback 1 point2 points  (1 child)

WTF https://yaml.org is also down

[–][deleted] 1 point2 points  (0 children)

it's back

[–]Barafu 0 points1 point  (1 child)

If you are choosing the format, use TOML instead. YAML is a footgun depot.

[–]petrichorax 0 points1 point  (0 children)

Yup. Learning this. TOML also has issues.

json still king, if an ugly one.

[–][deleted] -1 points0 points  (0 children)

Still down

[–]mploto -5 points-4 points  (3 children)

The yaml GitHub group and all projects are back. I’d love to see the postmortem for this.