lima icon indicating copy to clipboard operation
lima copied to clipboard

Make YAML parser case-insensitive (with a warning message)

Open AkihiroSuda opened this issue 3 years ago • 1 comments

Description

It might be less frustrating for users if we can make the YAML parser case-insensitive.

AkihiroSuda avatar Apr 08 '22 06:04 AkihiroSuda

I thought it was well-known, that YAML is both case-sensitive and whitespace-sensitive.

Maybe users shouldn't be exposed to all parts of it, and use flags or overrides instead ?

  • https://github.com/lima-vm/lima/issues/545

I guess the "normal" solution is to generate the yaml instead, from code or from other markup.

afbjorklund avatar Apr 09 '22 07:04 afbjorklund