Peer Sommerlund

Results 18 issues of Peer Sommerlund

I'm a new user of git-cola. At launch I found the font in the diff pane too small for me to use. My gut reaction was to use CTRL-mouse-scroll, which...

This should be a fix for issue #52 I'm not sure how optional dependencies work, so it may be that it does not work properly if networkx is not installed....

This Pull Request provides minimal top-level documentation. This makes the initial navigation of cargo docs easier. It changes the following: - add module comment to main - add module comment...

This Pull Request is wip towards fixing #81 It changes the following: - work-in-progrss for adding git-graph DO NOT MERGE Lots of bugs and strange behaviour

**Describe the bug** github CI runs fail on compiling cargo-wix on windows with rust 1.81 **To Reproduce** Steps to reproduce the behavior: 1. Go to [github Actions for workflow CI](https://github.com/gitui-org/gitui/actions/workflows/ci.yml)...

bug

This fix a documentation leftover from a previous PR for checking jj version, and adds a simple rebase feature.

This PR has two sections The first is a refactoring that moves code into a panel module. The second is a new feature: Setting COLUMNS before calling `jj show` to...

Given that jj is still not 1.0 we must expect breaking changes. For example, [jj 0.33.0](https://github.com/jj-vcs/jj/releases/tag/v0.33.0) has changed semantics of jj undo. If a version of lazyjj encounters a version...

This is a proposal to fork the repository to speed up development and make the merge process more smooth. *Problem* Currently the repository has 1 active developer who can approve...

I think the command log is not that useful for a normal user, but fine for debugging. I suggest it is either replaced by log::info or made a non-default feature...