Simon Hengel

Results 312 comments of Simon Hengel

> I assume that this issue is prompted by #250 I have been considering this for a while, it is not prompted by #250.

@andreasabel it took me a while to see what's going on here. The issue is that in your example `other-modules` is a YAML string, not a list. If you change...

> But why isn't omitting the dashes a parse error in the first place? ```bash $ echo -e "foo:\n foo\n bar" | yaml2json - {"foo":"foo bar"} ``` Apparently indentation can...

> Which `yaml2json` is this? I think it's the one coming with the `yaml` package (which uses the C implementation, which I think is widely used). The first online tool...

> "Warn" because of users having mistakenly put in modules with spaces in their names? Yes, I think right now something like `exposed-modules: Foo Bar Baz` will produce a valid...

I'm not sure. I think it is a good thing if the Hpack docs are useful on their own. On the other hand, for stuff that is almost literally mapped...

@Wizek most likely you have some error in your spec. You can use `example` to get better error messages. Just change ``` it "..." $ do ``` to ``` it...

Great! We probably want to mention `example` more prominently in the docs somewhere. PRs welcome.

@deech First thing first, hanks for taking the time to open a PR. As it currently stands, it's more like "this surprised me, and this is the workaround". But those...

@deech You are welcome! Please give it a try!