Weston Harper
Weston Harper
Has any progress been made here @cicerotcv? I'm happy to pick up where you left off.
I think I've tracked down the relevant log: ```sh 2024-03-13T00:54:53.454395Z ERROR list_remote_branches: gitbutler-app/src/virtual_branches/errors.rs:809: list remote branches error error=failed to convert branches Caused by: not found: the reference 'refs/remotes/origin/HEAD' cannot be...
I was able to resolve locally by deleting `.git/refs/remotes/origin/HEAD`. I noticed that the contents of the file had it pointing to the wrong default branch name (we changed from 'master'...
Ah, makes sense. Thanks for the feedback. Perhaps there could be an `onEnd` or `onHookName` pattern that doesn't override default behavior but acts more as a way to fire off...
I've searched around and I think I found the [root cause](https://keithclark.co.uk/articles/gpu-text-rendering-in-webkit/). The TL;DR is that the font is not aligned with the pixel grid, causing webkit to render it strangely...
The solution I'm using basically just hijacks the input change option in a search input and feeds the subsequent results in to the combobox, while providing my own logic for...
I couldn't find relevant logs, but manually switching branches and having gitbutler switch back to the integration branch seemed to resolve the issue temporarily. I'm still seeing the issue at...
Apologies for the delay @Byron. I did have a cursory look at the logs but didn't find anything notable. I noticed in the latest release notes there was an infinite...
Looks resolved for me as well. I didn't manage to capture detailed logs before the change though.
The new UI definitely makes things more clear. Although I haven't encountered this exact scenario with the new UI active. Will report back if I see improvements/issues.