Bram Gotink
Bram Gotink
The js file is a heavily modified version of [node-tail](https://github.com/lucagrulla/node-tail), which is written in coffeescript (cf [its source file](https://github.com/lucagrulla/node-tail/blob/master/src/tail.coffee)). The main javascript file here is missing some of the features...
Yeah, I understand how that can cause confusion. I'm inclined to keep the `channel` there though, because that way you don't have to install `playwright install` to get started and...
Hmm yeah I wrote the schematic under the assumption that libraries don't have a `serve` target… I've updated the schematic to test for a `serve` target instead, could you try...
I'm going to close this issue, feel free to comment if that's in correct or open new issues if you run into other problems!
I assume this wouldn't apply to hex numbers? I don't think `0xffpx` would be a great idea.
Based on my (very limited) experience writing & testing a KPath parser, I'd like to suggest a few changes: - As you already mentioned, make whitespace required around all operators....
The following tests that previously failed now run successfully: | test name | test | equivalent document | |-----------|-----|----------------------| | `bare_ident_numeric_fail.kdl` | `node 0n` | `node (n)0` | | `bare_ident_numeric_sign_fail.kdl`...