Results 1383 comments of Vincent Prouillet

Any answer for to the `TSQuery` question? I'm in the same case with a SSG where most simple sites render _with_ syntax highlighting (via https://github.com/trishume/syntect, 100+ languages loaded) in less...

How about making https://github.com/Gilnaa/globwalk the next https://github.com/rust-lang-nursery/glob ? That would accomplish some of https://github.com/rust-lang-nursery/glob/issues/59 provided all the other issues can be fixed.

@KodrAus the `globwalk` crate came from https://github.com/BurntSushi/ripgrep/pull/765 so I believe we just need to improve on it first to make sure it satisfies all the requirements of the current `glob`...

I think a free function to keep it simple would be optimal, unless you want it to be in on RsaKeyPair/Ecdsa structs for example but that is more constraining.

I'll address all the comments next week, thanks for the comments!

Is https://github.com/tree-sitter/tree-sitter/pull/2594 not planned anymore? It was mentioned in another roadmap i believe?

Were you able to run this branch with Topiary? Any benchmark coming out of it?

I guess no design has been decided yet? I have a struct that has a `Option` but I'd like to store it as a `String` instead since I don't want...

I was missing the `default`, that did the trick. Thanks!