Katherine
Katherine
Hello! You aren't doing anything wrong. Some of these contain comments that kgt currently mishandles; I've kept them verbatim because they're correct ABNF syntax. Some are missing newlines that are...
oof, this is a great one. Also we should absolutely run that test suite in CI. Thank you!
The CI failure on ubuntu-latest is unrelated, it's osdep API stuff for the system headers.
Hm I do agree that this isn't an easy text to understand, but I think it's correct: an object (as opposed to a pointer to an object) cannot have type...
practically, would providing a wasm binary help? i'm forever unsure how to package this kind of thing
Oh my. That's quite a bug! Thank you!
Quite correct! I don't think it's true that multiple queries may be given any more now, too.
Hello! I'm confused, I don't actually see that in the file you mentioned. There's: ``` struct-or-union-specifier = struct-or-union, '{', struct-declaration-list, '}' | struct-or-union, identifier, ['{', struct-declaration-list, '}']; ``` Is the...
Hm, I'm not actually sure where this example is from. There are a lot of things that claim to be EBNF, without being precise about what that means. I think...
i think `bsky post -r at://...` is supposed to do this (looking at "r" in timeline.go). but it doesn't work for me, because: ``` ; bsky -a tj -V post...