question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Comment in a Stream of Mapping

See original GitHub issue

Hi,

Is the following Yaml valid?

---
  # Comment
  name: "eo-yaml"
  version: 4.3.5

When I write it:

YamlNode node = Yaml.createYamlMappingBuilder()
            .add("name", "eo-yaml")
            .add("version", "4.3.5")
            .build("Comment");
        YamlStream expected = Yaml.createYamlStreamBuilder()
            .add(node)
            .build();
System.out.println(expected);

The comment does not appear:

---
  name: "eo-yaml"
  version: 4.3.5

Am I writing this Yaml wrong or maybe it is a little bug?

Thanks.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
ANadrowskicommented, May 24, 2020

@amihaiemil it is ok, I will leave this issue, please unassign it to me. Thanks.

1reaction
ANadrowskicommented, May 18, 2020

@amihaiemil Good. I will take a look on it in the next week 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Do Value Stream Mapping - Lesson 2 - YouTube
How to Do Value Stream Mapping - Lesson 2 - The Customer Demand · Chapters. View all · Chapters · Description · Chapters....
Read more >
10 Easy Steps to Complete a Value Stream Map (VSM)
Learn how to use the Value Stream Map (VSM), one of the most powerful tools in the LEAN Toolbox. Complete with a value...
Read more >
How To Create A Value Stream Map With Examples
Step by step approach on how to create a value stream map with examples that teach you the basics you need to know...
Read more >
What Is Value Stream Mapping? Definition and Details
How to Map Your Value Stream with Kanban? Value Stream Mapping (VSM) Definition. The Value stream mapping process allows you to create a...
Read more >
Value Stream Mapping (VSM) | MudaMasters
Value stream mapping is a lean tool that can be used to map processes in detail, based on the both ... Lean Toolbox...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found