Tina Müller (tinita)

Results 261 comments of Tina Müller (tinita)

Note that the example is invalid YAML. There needs to be a space after an alias key before the colon (because a colon can be part of an anchor/alias). It...

pyyaml and libyaml can parse it, but that is actually a bug.

I would recommend to make this feature an option instead of removing it completely. There's nothing in 1.2 that can replace this feature, and if an app clearly documents that...

I just saw this happening while searching for [yaml](https://metacpan.org/search?size=20&q=yaml): YAML::PP shows no ++ in the list, but has 3 actually

I would like to mention that I added yaml-rust to the test matrix: https://matrix.yaml.info/ with the help of @tanriol

Just a comment about the 1.2.2 spec and the timestamp example: None of the recommended schemas in YAML 1.2 provide a timestamp tag anymore, and the example 2.22 is a...

@ronaldtse yes, in YAML 1.2 it would be loaded as a string, and the app can turn it into a date. Or the specific YAML loader can add a custom...

ruby psych implements YAML 1.1. https://perlpunk.github.io/yaml-test-schema/schemas.html `0001` - `0007` are read as octal numbers. `0008` and `0009` can't be octal, so they are resolved as a string. When dumping again,...

> Where is handled 'NO_COLOR' ? It's handled by Term::ANSIColor, but only starting with [version 5.01](https://metacpan.org/dist/Term-ANSIColor/changes#L5) which was [first released with perl 5.32](http://perlpunks.de/corelist/mversion?module=Term%3A%3AANSIColor) If we fully want to support it,...

For completenes:: ``` use experimental qw(signatures); ```