Results 1797 comments of Sebastian Thiel

Thanks for reporting! As of Version 0.11.3 (20240419.070253), there is a new way of pushing and fetching that just uses the Git binary. Is this something you could try out?...

Thanks for reporting! It's clear from the video that the application isn't responding as it should, and [the log files](https://docs.gitbutler.com/development/debugging#logs) could probably tell more. Since submodules aren't supported, with the...

This enhancement would be very relevant for `gix-attributes`, which has short keys (attribute names) that fit into UTF-8, and values which can take most values and thus are better represented...

I ended up doing something like this: ```Rust /// A reference container to encapsulate a tightly packed and typically unallocated byte value that isn't necessarily UTF8 encoded. #[derive(PartialEq, Eq, Debug,...

Thanks a lot for reporting! I also think that it appears reasonable to start out Git-compatible and fallback to creating a dangling `file` symlink at first. In terms of error-handling,...

With commit 78dedebba9d0085a9b2af149cfbf16459a6de722 the problem is definitely fixed locally, turning the test from red to green. However, on CI, I have never seen failure which must mean that the filesystem...

The fix for this is [in this PR](https://github.com/Byron/gitoxide/pull/1371), and it works by adding `lenient_config` support to all paths `gitoxide` would encounter. Previously, it would always reject empty paths, but now...

Thanks for trying it out! > and this works well. Is the question-mark operation `?` forbidden in your codebase? I am pretty sure `clippy` would take offence in not using...

Thanks for giving it a shot! I would have expected that `total_in` and `total_out` is solely something to be forwarded from the underlying implementation, which should keep track of it...

Despite being the most active right now, and truth to be told, I feel very uncomfortable to make any API decisions in this crate. Maybe it's possible for you to...