Sergio Padrino
Sergio Padrino
## Description This PR makes a small change to allow users to bypass the (upcoming) staggered updates and get an update right away (unless they're completely disabled). The purpose of...
With a behavior similar to `UIStackView`, hidden views won't take up space in flex views by default, unless `flx_layoutWhenHidden` property is set to `YES`:  If we hide the header,...
Trying to get https://github.com/desktop/desktop builds for macOS arm64, we need to build git in https://github.com/desktop/dugite-native for arm64, and in order to do that we need smimesign built for arm64 😄...
Just a test PR to test notifications when checks fail…
## Description This PR enables **in beta builds** the new diff viewer used for side-by-side diffs in unified diffs, replacing CodeMirror. This is something we intended to do for a...
Closes #7055 Closes #5197 ## Description After [digging](https://github.com/Squirrel/Squirrel.Windows/issues/1195#issuecomment-1216633178) into some complaints from users about the app leaving temporary files after updates, and with [a hint](https://github.com/desktop/desktop/issues/11745#issuecomment-1079310876) from one of the said...
## Description While investigating #15422, I noticed the app isn't using the repo owner/name to decide whether or not it should show the notification 🤦♂️ That check probably got lost...
This is a test PR, :+1: :+1: don't look! 🙈 🙈 :+1: :rocket: :zzz: | Syntax | Description | | ----------- | ----------- | | Header | Title | |...
### The problem Using Branch -> Create Pull Request from a fork, will open the browser to create the PR in the parent repo, even if the fork behavior is...
Closes #15211 Closes #7805 ## Description This PR makes two changes: 1. Adds a `Fetch` item to the `Repository` menu, so users can fetch at any time. This is useful...