▲ | Ygg2 6 days ago | |
Why is the YAML part cursed? They serialize to same string, no? Both [1] and [2] serialize to identical strings. This seems like the ancient YAML 1.1 parser curse strikes again. [1] https://play.yaml.io/main/parser?input=ICAgICAgdGVzdDogPi0KI... [2]https://play.yaml.io/main/parser?input=ICAgICAgdGVzdDogPi0KI... |