Ryan Jensen

Results 12 comments of Ryan Jensen

I've also had issues installing/running the app via Flatpak on WSL. I found a workaround: 1. install [nix-env](https://nixos.org/download/) 2. install [the gittyup nix package](https://search.nixos.org/packages?channel=23.11&show=gittyup&from=0&size=50&sort=relevance&type=packages&query=gittyup) Works very well in WSL an...

@Murmele > Can you add an entry to the changelog: https://github.com/Murmele/Gittyup/blob/master/docs/changelog.md You can add your gif also to the website when you add an entry at: https://github.com/Murmele/Gittyup/blob/master/docs/index.md. Done! I recorded...

@Murmele I think this is good to merge in, but it might be nice to merge #714 first, because that fixes a bug with this element. But it's your call...

@Murmele I will leave this as a Draft until #714 gets merged in because this depends on #714.

Hmmm... Looks like I broke some tests... I'll look into this...

This is a duplicate of #567, but I would like to keep it open because it provides more information and a demonstration of the bug.

Feel free to assign this issue to me. Here are some examples of what I'm thinking. Open to critical feedback. I tried making "working tree clean" green, but it looked...

Addressing item number 2 (horizontal scroll UX issue): @Murmele What do you think about implementing something like a single scroll bar at the bottom of the diff window that would...

I've also had issues with Flatpak. Have you tried installing [nix-env](https://nixos.org/download/) and installing [the up-to-date nix package](https://search.nixos.org/packages?channel=23.11&show=gittyup&from=0&size=50&sort=relevance&type=packages&query=gittyup)?

This is likely related to issue #710. I've dug into this a bit and found some issues in the code concerning selecting/displaying diff hunks. There is currently a hard-coded limit...