Skip to content

issues Search Results · repo:go-yaml/yaml language:Go

Filter by

690 results
 (88 ms)

690 results

ingo-yaml/yaml (press backspace or delete to remove)

This project seems to be unmaintained. Which fork do you recommend? Is this one a good solution? It looks maintained: https://github.com/kubernetes-sigs/yaml
  • guettli
  • Opened 
    on Mar 21
  • #1072

In specific combination of list item and leading spaces in string value, this results in an unparseable result: func TestLoadYaml(t *testing.T) { r := require.New(t) type Params struct { Description ...
  • viktorasm
  • Opened 
    on Mar 15
  • #1071

Expected: a: {b: c?c} is parsed as Map{ a : Map{ b : c?c }} Real: yaml: did not find expected , or }
  • Mivr
  • Opened 
    on Mar 11
  • #1070

Hello, thanks for the useful yaml library. I propose adding a CONTRIBUTING.md guide for this project, because this project still appears very popular: - it still shows up as the first result of pkg.go.dev ...
  • tiegz
  • Opened 
    on Mar 1
  • #1069

$ go version go version go1.24.0 darwin/arm64 panic: unsupported flag omitzero in tag client_cache_control,omitzero of type repository.CloudStorageImageRepositoryConfig [recovered] panic: ...
  • nikolaydubina
  • 5
  • Opened 
    on Feb 16
  • #1068

Hi, When a user provides a YAML file with invalid syntax, then I expect go-yaml to present very clear, direct error messages about the nature of the syntax error. However, in practice, I am seeing vague, ...
  • aep-sunlife
  • Opened 
    on Feb 10
  • #1066

Description I encountered an issue where a file in JSON format, which contained a content issue (newline character splitting a string), could not be decoded by a JSON parser but was successfully decoded ...
  • viveksahu26
  • 4
  • Opened 
    on Jan 9
  • #1065

thanks
  • Cod3er-ai
  • 1
  • Opened 
    on Jan 3
  • #1064

This array gets parsed as two elements in v2: banks: - - buses: - name: cart0 addr_width: 21 So there is a banks[0] (empty) and a banks[1]. However, parsing the same with v3 results ...
  • jotego
  • Opened 
    on Jan 1
  • #1063

type MacroEnabled struct{ When []string `yaml: when ` Unless []string `yaml: unless ` } type BRAMBus_Ioctl struct { MacroEnabled Save bool `yaml: save ` } When unmarshing data, ...
  • jotego
  • Opened 
    on Dec 29, 2024
  • #1062
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub