Nico Domino

Results 576 comments of Nico Domino

Interesting, I haven't run into that on any other system yet. Some context: - `git-butler_0.13.8_amd64.AppImage` is the latest stable release and is based on Tauri v1 and being built with...

Hey folks, we finally finished the Tauri v2 update and are working on a first-party flatpak! We've love to get some initial feedback of an early build. I believe `push`-ing...

> @ndom91 tried to install that flatpak and encounter this error, it requires `org.gnome.Platform/x86_64/47` thats already installed > > ``` > acid@pop-os:~/Downloads$ flatpak install GitButler_Nightly_0.5.884.flatpak > error: The application com.gitbutler.app/x86_64/master...

I forget what the issue in #54 was, but afaik Jest only takes CJS imports. This package is only published as ESM

Closing this issue. If youre using this in jest tests, you have to explicitly add it was an external module that will require transpilation as shown above since `react-timezone-seelct` is...

The `Discard` option is no longer shown for binary files in the staging area.

The syntax update for `async_forward_entry_setup` -> `async_forward_entry_setups` in the `__init__.py` worked for me as well. Anyone willing to prep that quick PR?

Triple back ticks in general = code blocks. So the triple back ticks wrapping the python function comments were messing you up. This looks good though ^^ Is there a...

Interesting timing haha. I've been working on a replacement flathub repo [here](https://github.com/ndom91/gitbutler-flathub) for the past few days. Building the app from scratch and bundling git seems to fix most issues....

Also side note, the appimage doesn't work on wayland for you? I use it on Hyprland and another Ubuntu 24.04 gnome box regularly, what issues are you running into? Alternarively,...