yaml-spec icon indicating copy to clipboard operation
yaml-spec copied to clipboard

YAML Specification

Results 75 yaml-spec issues
Sort by recently updated
recently updated
newest added

Tag binary cited as example in spec 1.2.2 documentation: https://github.com/yaml/yaml-spec/blame/main/spec/1.2.2/spec.md#L536 > **Example 2.23 Various Explicit Tags** ```yaml picture: !!binary | R0lGODlhDAAMAIQAAP//9/X 17unp5WZmZgAAAOfn515eXv Pz7Y6OjuDg4J+fn5OTk6enp 56enmleECcgggoBADs= ``` But it was already previously...

Hello, i could not find an earlier post about this, i'm sure this must have been talked about many times before. I use YAML to program code for (esphome)[www.esphome.io] for...

https://github.com/microsoft/live-share-sdk/issues/770#issue-2169174717

The directory reference was wrong, but also, more than just 1.2 is there. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution,...

In 7.3.3 [the spec has](https://yaml.org/spec/1.2.2/#733-plain-style) (highlight added by me): > Plain scalars must never contain the “: ” and “ #” character combinations. Such combinations would cause ambiguity with mapping...

Consider these two documents: - https://play.yaml.io/main/javascript?input=77u_IyBjb21tZW50 - https://play.yaml.io/main/javascript?input=77u_fApmb28= The reference parser doesn't consider them valid unless a separating space is added after the byte order mark, which seems weird. I...

I'm puzzled for the use of the words "formatted content" thoughout chapter 3 of the [specs](https://yaml.org/spec/1.2.2/). Some sentences make me dubious about at which stage scalar content should become a...

In "3.2.2.1. Mapping Key Order", the key order is clearly defined to be a serialization detail. "Figure 3.5. Presentation Model", concerning mapping nodes, rightfully depicts __+Ordered Content__ (the plus indicating...

Hi! I'm interested in contributing a categorical definition of the representation graph. I want to foster collaboration between some Python projects like this one to be the foundation of a...