Results 1791 comments of Sebastian Thiel

In the next major release, this value won't be cached anymore and be taken from Git each time. Thus, what can be inferred from Git will be inferred, to avoid...

Thanks a lot for reporting! These kinds of issues around the AppImage are well-known and seem quite common, and thus far, there is no solution yet, unfortunately. CC @ndom91, who...

Thank you! I also would wish that we had a compatibility guide, even if it's just linking to the same in Tauri, maybe along with repercussions and typical error messages...

Thanks for reporting. `gitoxide` doesn't have a way to checkout a branch yet akin to `git2_repo.checkout_*()`, and the choice of ref to checkout after cloning is definitely specified differently. `gix...

It looks like this can easily be reproduced by providing an object hash as reference: ```sh > gix clone --ref 4b7008c929494c7764f3ddffa998ca0c8cab9806 https://github.com/Byron/small thread 'main' panicked at gix/src/clone/fetch/util.rs:217:18: we map by...

Thanks a lot for letting me know! This is indeed unexpected and unintended, and from all I know that shouldn't be possible. `gix` doesn't mess with `tracing` in any way,...

Thanks a lot for digging into this! That makes sense, probably there is some issue with the way the macro is implemented then. > I am still too new to...

I took a look and couldn't find a reason for the level not being respected. https://github.com/Byron/gitoxide/blob/3ef3bc20a1b90799e5ac26858f898bc7a7c96901/gix-trace/src/enabled.rs#L139-L157 Maybe it's even more subtle somehow.

That looks like an interesting lead! Maybe a correct implementation [has to implement this](https://docs.rs/tracing-core/latest/tracing_core/subscriber/struct.Interest.html) as the subscriber might tell it to simply never interact with it. I think the reason...

Thanks a lot for reporting and gathering all the extra information, it's much appreciated! This is very unexpected as I naively thought that Sqlite will just work under all conditions....