Top "Yaml" questions

Use this tag for questions about the YAML data serialization format only, not for questions about programs (or examples) that happen to have their configuration in a YAML format.

multiple authors and subtitles in Rmarkdown yaml

I'm trying to follow this pandoc example to add multiple authors to an Rmarkdown file in the yaml metadata block. …

r yaml rstudio r-markdown
application.yml vs application.properties for Spring Boot

In my project i'm currently using application.yml for configuration. Spring Initializr generate application.properties? What are the Pro/Cons …

spring-boot properties configuration format yaml
Empty field in yaml

I want to leave a value in my .yaml field empty, because in another translation there has to be something …

php symfony yaml
jinja2 how to remove trailing newline

I'm using jinja 2 to output a yaml file but can't seem to get rid of a trailing newline and the …

python yaml jinja2 newline
Flutter App stuck at "Running Gradle task 'assembleDebug'... "

When I run the app it get stuck Launching lib\main.dart on Lenovo A319 in debug mode... Running Gradle …

gradle flutter yaml flutter-dependencies
How to fix the YAML syntax error: did not find expected '-' indicator while parsing a block?

I have some code written in my .travis.yml written for a Python library. Using lint.travis-ci.org, I came …

syntax-error yaml indentation travis-ci
In Python, how can you load YAML mappings as OrderedDicts?

I'd like to get PyYAML's loader to load mappings (and ordered mappings) into the Python 2.7+ OrderedDict type, instead of the …

python dictionary serialization yaml pyyaml
How do you create a swagger schema that includes an array of varying types

I'm attempting to define a swagger schema definition for an object that contains an array of objects of varying types. …

arrays json yaml swagger
Understanding Gitlab CI tags

I've read documentation, some articles and you might call me dumb, but this is my first time working with a …

tagging gitlab yaml
Wrong indentation when editing Yaml in Vim

Vim does not seem to correctly react at a dash symbol in YAML files therefore breaking the format. For example …

vim yaml