Sergio Padrino

Results 32 issues of Sergio Padrino

This massive PR comes from ~~merging~~ rebasing this port ~~with~~ on top of https://github.com/spurious/SDL-mirror and making changes to use the new internal API. As you can see the changes are...

Context: https://github.com/desktop/desktop/pull/14664#issuecomment-1134820723 As of today, GitHub Desktop builds the list of [compatible](https://github.com/desktop/desktop/blob/b5c8511d3fb7e21f05500bc422e4363587152811/app/src/lib/editors/win32.ts#L137-L138) editors right when the app starts. This is ok as long as that task is quick, but some...

This PR introduces a few changes: 1. The trampoline reads info passed via `stdin` and forwards it to the server. 2. The server might send more data back to the...

Just checking if the PATH vs Path issue can be detected from our CI jobs…

Related https://github.com/desktop/desktop/issues/9561#issuecomment-2295373784 Closes #19162 ## Description When there are no available editors or shells, the `Select` component has the custom editor/shell option as selected… but that doesn't trigger the event...

Closes #18991 ## Description Some self-hosted repositories may not have a valid SSL certificate and that could be ok. Git offers the [`http.sslverify` option](https://git-scm.com/docs/git-config#Documentation/git-config.txt-httpsslVerify) to disable SSL verification for all...

### The feature request Right now, users only receive Pull Request notifications (checks failed, reviews and comments) for the currently selected repository. That is not ideal for those who have...

enhancement
not-planned

Based on #19101 ## Description This PR prefers the use of unicode emoji characters over image-based emojis. ### Screenshots #### Windows ![image](https://github.com/user-attachments/assets/a622db83-d5a3-419e-bbcd-6dab4acfc908) ![image](https://github.com/user-attachments/assets/5fe645d4-1374-452d-bce8-273d9cecd7df) ![image](https://github.com/user-attachments/assets/1247ec2e-87f2-48ea-844e-e36ff51fbc50) #### macOS ![image](https://github.com/user-attachments/assets/6a8a1580-bb5e-4dff-8d9c-bcf69b4dc6e8) ![image](https://github.com/user-attachments/assets/4cd705c9-f599-48be-ac05-ffb1ed55e0ba) ![image](https://github.com/user-attachments/assets/058af047-efee-4e71-9284-a9e46e878b90) ##...

Closes #19039 ## Description When we use the HTTPS proxy settings for git (in any of the accepted variants), the URL provided by git to our credential helper was not...