Funny YAML Gotcha #1 Post by JoelJacobson » Mon, Jan 04, 2021, 5:00 PM UTC $ cat foo.rb require 'yaml'p YAML.load({"dk"=>0.25, false=>0.25, "se"=>0.25}}
Re: Funny YAML Gotcha #2 Post by pukkaone » Mon, Jan 04, 2021, 5:37 PM UTC Long time YAML practitioners know this as the Norway problem[1].[1]: https://news.ycombinator.com/item?id=17359376
Re: Funny YAML Gotcha #3 Post by verdverm » Tue, Jan 05, 2021, 12:48 AM UTC time for some https://cuelang.org?