Results 1775 comments of Sebastian Thiel

Wow, I'd call that an unexpectedly helpful error message! And look at the type: `GixDiscover(Open(Config(Init(Parse(Error)` - it's nearly an English sentence 😄. It looks like the git configuration parser choked...

Thanks for the hint, and thanks @EliahKagan for the reminder that we can now use a more recent compiler :). It's notable that I was unable to find my notes...

> Once get_or_try_init() is stabilized, we can complete the migration by updating the OnceCell type aliases to use std::sync::OnceLock and std::cell::OnceCell. The first part has landed, but a couple of...

Thanks a lot for making me aware of this :)! The history of the feature is interesting, having powered GitHub overviews for a while, and I am already looking forward...

Thanks a lot for reporting! It's amazing that the TUI works on Windows by now - I only tried it in Git bash and I it definitely isn't operational. With...

Thanks for the numbers! It seems like it doesn't win anything from multi-threading, which also makes it seem it's related to #224. Apparently there are trees which are a problem...

Thanks or reporting! This test uses the `make_ignore_and_attributes_setup.sh` fixture, which isn't archived and thus dependent on the locally installed versions of programs, particularly git. In this case though, it merely...

This project doesn't maintain any distribution mechanism besides the one via `cargo` - all others are contributed. So we can read this issue as request for this to be contributed,...

Yes, Yes, Yes! Also related: #10677 .

Something I'd find interesting is to be able to use the user-configured locally hosted models first, which seems most straightforward as no authentication is required. It would be interesting to...