zc he
zc he
I noticed this issue the other day, my plan is 1. create new rules for ...() ...[] ...{} ...$, correct me if something's missing. 2. Then add those rules to...
Maybe I should create a new issue for all the problems that I found so far, so that someone may come and fix it before me.
> I'd take a look at this. I also observed a problem with an alias: > >  > > They all work correctly, even without the quotes, but tree-sitter-nu...
I take the example in the caveat section as a bug fix 🫠Maybe even `$val.foo` should return `[A, null]`? Update: there're some problems in the cell_path completion for lists...
> seems like a reasonable request. i also wish the coloring was maybe just the reverse of whatever the text is. it's so hard to see, but that's a separate...
Probably the same issue, #3966
@clason Could you please explain why the `bug` tag was removed? Is there some grammar writing principles that we can follow to avoid this kind of issues?
I won't call it a benchmark, but here's a simple demo: ```nushell mut ans = {} for i in ..100 {$ans = $ans | merge {$i: a}} let a =...
That doesn't help for smaller column numbers for sure. O(RC^2) -> O(RClogC).
> I wanted to make sure we don't dramatically regress due to the in practice longer time it takes to set up a HashSet and the small constant overhead compared...