maan2003

Results 133 comments of maan2003

nope, all deps listed are still not upgraded

it is not client related, we can backport this separately

`jj git push` worked for me. I am on M1 but linux.

finding ffi changes should be easy, just diff include/ from last released version in libgit2

looks like git_push_options struct changed in libgit2, that explains the segfault

rust needs async closures, closure + async block sucks

I also gave up after 10 minutes, should have trusted you. made `open` accept `&self`

there is a lot more to semantic highlight than the default lsp-mode highlighting. For example, I have added a face for `mutable` modifier that rust analyzer sends. there is also...

> what major mode as you using? [Rustic](https://github.com/brotzeit/rustic) > And would you generally recommend `rust-analyzer` over `rls`? Yes, `rust-analyzer` is a lot better.

Also LSP based highlighting is lot advance than tree sitter. I have few cases from the above example Example 1: > ```rust > matches!( > leaf.kind() > ``` highlighting inside...