Sebastian Thiel
Sebastian Thiel
Thanks so much for bringing this up! Normally one could say that creating empty commits isn't anything one would do in Git, but in GitButler it's a normal part of...
> The feature I'd like to see implemented is a setting that changes the behaviour for when a user begins the process of creating a commit - instead of having...
Thanks so much for making us aware! It is definitely broken, and also is so in the most recent nightly (Version 0.5.1232 (20250513.220127)). This is probably something for @estib-vega and...
It's worth noting that `tauri` IPC relies on JSON serialisation, and `Vec` serializes to an array of numbers, which is *probably* less efficient than base64 on the wire. However, I...
How is a uint8array represented in JSON - the message format of `tauri` IPC?
That's wonderful! My takeaway from the issue is that this is still an unsolved problem when using the V1 IPC system. `base64` encoding was endorsed as the better way to...
Did you install the [Rust MSVC prerequisites](https://rust-lang.github.io/rustup/installation/windows-msvc.html)? Assuming that these are installed and working, I admit to have never seen a plain `Access is denied.` error, which probably indicates a...
What about the patch?
With the patch applied, `libz-ng` won't be compiled anymore, so any error would be a different one which would be good to share here. Since this conversation is about getting...
That would be nice, there certainly are no objections from my side.