Results 1791 comments of Sebastian Thiel

Just to keep track, here is a workaround for the GlibC compatibility issue, allowing to run GitButler on Ubuntu 22: https://github.com/gitbutlerapp/gitbutler/issues/7671#issuecomment-3287414403

Thanks a lot for the suggestion! I assume that this is related to claude code? If not, could you clarify? The reason I am wondering is that Claude finds its...

Ah, I see! So the idea is to allow to type some bits into the commit field, and then have the LLM take over with those bits as part of...

Thanks a lot for reporting! A lot happened in the steps to reproduce, and some of that may very well be the reason for the failure. However, the only idea...

Thanks for the clarification :)! I think the real issue here is that while in this particular state, the UI ends up in `Something went wrong` mode, which is somewhat...

Thanks a lot for reporting! This looks like it's something about the selection logic in the UI, maybe @estib-vega has an intuition.

That's great, thanks so much! It would be lovely if this could fix the linked PR-creation issue. Do you think it's possible to add a simple task list to the...

Thanks a lot for reporting! It seems that the failure to detect that the branch is already integrated allowed to perform a rebase which then had to cause a conflict....

Altering the configuration file directly might be possible - there are flags for whether something is integrated or not. Maybe @krlvi can advise?

I like this approach, i.e. also to use other signals to determine if something is merged. This was also my feeling when integrating the data types as the frontend uses...