Firas al-Khalil

Results 16 issues of Firas al-Khalil

Hello, I have somewhere in my program: ```rust let mut errs = Vec::new(); while let Some(msg) = rx.recv().await { if let Err(err) = msg { errs.push(err); } } if errs.is_empty()...

My patch was merged in https://github.com/tree-sitter/tree-sitter/pull/3641

# Description Fixes https://github.com/lsegal/yard/issues/1521. Avoid errors like: ``` `first': cannot get the first element of beginless range ``` # Completed Tasks - [x] I have read the [Contributing Guide][contrib]. -...

Hello. I already posted this message to your slack, but I suspect it's not active? So here it goes again. I am having an issue writing ruby bindings for my...

### Did you check existing issues? - [x] I have read all the [tree-sitter docs](https://tree-sitter.github.io/tree-sitter/using-parsers) if it relates to using the parser - [x] I have searched the existing issues...

bug

Hi, I find it highly problematic that literals lose their types in the parse tree. Even for syntax highlighting, this info is quite useful, so I can't see a logical...