We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UlimitsConfig.MarshalYAML
See https://github.com/compose-spec/compose-go/blob/master/types/types.go#L790-L796
When used with yaml.Marshal and "gopkg.in/yaml.v3", this causes an infinite loop.
yaml.Marshal
"gopkg.in/yaml.v3"
To reproduce:
yaml.Marshal(&types.UlimitsConfig{Soft: 123})
The text was updated successfully, but these errors were encountered:
we indeed don't support yaml.v3 (yet), see #153
Sorry, something went wrong.
No branches or pull requests
See https://github.com/compose-spec/compose-go/blob/master/types/types.go#L790-L796
When used with
yaml.Marshal
and"gopkg.in/yaml.v3"
, this causes an infinite loop.To reproduce:
The text was updated successfully, but these errors were encountered: