Fuad Daoud

Results 11 comments of Fuad Daoud

@AndrewOvvv, I think you can close this.

I guess I am starting with the `Tokenizer.zig` first

found this, seems helpful https://yaml.org/spec/1.2.2/#node-styles

checking adding a new state to the `Tokenizer` with new ID being `multiline`, want to treat the whole multiline string as one token just like`double_quoted`, but not sure how to...

again should read this more https://yaml.org/spec/1.2.2/

should be able to know when a multiline scalar ends when: Found a `literal` that ends with a colon `:`, something like this case ```zig .literal => switch (c) {...

maybe only checking indentation is enough

same here if you use the `X-Meta-` prefix it works spent 2 week trying to figure this out till I found this issue. **by it works I mean the Docker...