Nico Domino

Results 576 comments of Nico Domino

Can also confirm that on latest ghostty and tmux I'm also still not seeing the graph. Ghostty supports the kitty image protocol and does work when run "vanilla" in Ghostty....

I believe this was due to an upgrade in `libwebkit2gtk` that happened in our GHA build environment. Anyway, we've recently upgraded to Tauri v2 and thsi should be fixed. Can...

I'm going to close this as this issue has been pinned down to that previous version of libwebkit2gtk which we've fixed even before upgrading to v2. Of course if anyone...

> Hi Nico, the nightly doesn't run correctly (either the appimage or the deb) > as when I attempt to start it - nothing happens. The current (non-nightly) > version...

Thanks for the additional details. Can you do me a favor and try to run the it with the following env var? ``` WEBKIT_DISABLE_COMPOSITING_MODE=1 ``` This should start it in...

Is that how you executed it? With the `MY_ENV_VAR` part? That won't work unfortunately. It should be like: ```bash WEBKIT_DISABLE_COMPOSITING_MODE=1 git-butler ```

That env var forces it to run in x11 mode (xwayland). Normally it would run as a native wayland window. You can make that change permanent by prefixing the environment...

@NicholasLYang thanks for getting back to me! If `.gitignore` content isn't ignored by default, you may also want to reword some of the documentation [here](https://turbo.build/repo/docs/reference/configuration#inputs). Also, can you confirm whether...

Combining this with `tmux-window-name` (https://github.com/ofirgall/tmux-window-name) seems to have gotten me my desired window names, if anyone else stumbles upon this. Would be cool to be able to do this all...

This PR is waiting on this ESLint issue to be fixed first: https://github.com/gitbutlerapp/gitbutler/pull/5083