About 1,530,000 results
Open links in new tab
  1. What is YAML? - IBM

    It provides a standardized format for representing structured data in a way that is both easily understandable to humans and interpretable by machines. “YAML” is an acronym which …

  2. pytorch - Dataset format mismatches between Ultralytics YOLOv8 …

    Sep 26, 2024 · Can I export YAML file with COCO8 format in Label Studio? Edit: By looking through the example coco8.yaml file in their GitHub, I find the yaml file can be easily hard …

  3. What is the difference between .yaml and .yml extension?

    The (rather sparse) YAML FAQ recommends that you use .yaml in preference to .yml, but for historic reasons many Windows programmers are still scared of using extensions with more …

  4. VS Code: Unwanted automatic YAML file formatting

    I just started using Visual Studio Code and am faced with an annoyance every time I paste in YAML code in an existing .yml file. Basically, the editor seems to auto-format the document …

  5. How do I validate my YAML file from command line?

    174 I am having issues pulling from a YAML config file: Fatal error: while parsing a block mapping; expected <block end>, but found block entry While there are plenty of online YAML validators, …

  6. How do I break a string in YAML over multiple lines?

    Sep 6, 2016 · Key: | this is my very very very long string → this is my very very very\nlong string\n Here's the official definition from the YAML Spec 1.2.2 Scalar content can be written in block …

  7. How can I write data in YAML format in a file? - Stack Overflow

    Sep 18, 2012 · How can I write data in YAML format in a file? Asked 13 years, 3 months ago Modified 8 months ago Viewed 407k times

  8. What's the best practice using a settings(config) file in Python?

    74 Yaml and Json are the simplest and most commonly used file formats to store settings/config. PyYaml can be used to parse yaml. Json is already part of python from 2.5. Yaml is a superset …

  9. How do I configure prettier to format YAML files to indent the list ...

    Feb 11, 2022 · How do I configure prettier to format YAML files to indent the list-items with zero space indent Asked 3 years, 10 months ago Modified 1 year ago Viewed 23k times

  10. Get datetime during deploy in YAML file - Stack Overflow

    Dec 8, 2017 · I need to get DateTime during the deployment in a YAML file. The DateTime should be shown as "startTime": "2017-12-08T00:00:00" I found this help. but I need to follow the exact