Mikhail Katychev
Mikhail Katychev
Not sure where this line/column diff is coming from 🤔 https://github.com/tweag/nickel/actions/runs/18698880001/job/53323091230?pr=2390#step:5:1848
Sounds good, all the manual steps have been documented so I can just rerun all of it.
I'll look more into it tomorrow but I've encountered similar messages and it was an issue with the `package-lock.json`
@blindFS I finally narrowed down the problem, until https://github.com/tree-sitter/node-tree-sitter/pull/258 is merged, node isn't compatible with 0.25 basically since there's breaking ABI changes that haven't been addressed. So either temporarily drop...
@blindFS I'll post my general comments initially: * getting rid of the `general_body_rules` function would help a lot with indirection * adding newlines to `extras` would remove the need for...
> > @blindFS I finally narrowed down the problem, until [tree-sitter/node-tree-sitter#258](https://github.com/tree-sitter/node-tree-sitter/pull/258) is merged, node isn't compatible with 0.25 basically since there's breaking ABI changes that haven't been addressed. > >...
Please let me know if you have issues, you can generally get away with this kind of thing without resorting to `scanner.c` so long as you don't maintain state (unlike...
I see your case, I think the terminator case is most similar to python/justfile indentation: [justfile `scanner.c`](https://github.com/IndianBoy42/tree-sitter-just/blob/bb0c898a80644de438e6efe5d88d30bf092935cd/src/scanner.c#L194-L210) [python `scanner.c`](https://github.com/tree-sitter/tree-sitter-python/blob/26855eabccb19c6abf499fbc5b8dc7cc9ab8bc64/src/scanner.c#L216-L231)
Would you mind elaborating on `echo 192.168.0.1`? I'm confused as to how full stops are involved