Iliyas Jorio
Iliyas Jorio
Zenity: The save dialog now prompts the user for confirmation if the selected path already exists.
Opening a new issue here to continue the conversation in #22 about the Steam Deck. @Tagkit: > Anything in particular you are looking for / need feedback on? Yes, I'd...
I maintain (Linux, OpenGL, non-Steam) games that run great on the Steam Deck with SDL 2.28.5. Upon upgrading to SDL 2.30.4, I noticed severe input lag with the Steam Deck's...
### Reproduction steps 1. **On Windows**, set up a repo with core.autocrlf = true. 2. In the workdir, create a text file "hellocrlf.txt" that contains CRLF line endings. 3. Hash...
This exposes libgit2's [`git_repository_hashfile()`](https://libgit2.org/libgit2/#HEAD/group/repository/git_repository_hashfile). `pygit2.hashfile()` already exists, but this lets you hash files using the repository's filters.
### Reproduction steps 1. Set up the test repository: a. Commit a file containing some LF line endings. b. Convert the line endings to CRLF (e.g. with `unix2dos`) but don't...
(Rationale for this PR: I'd like to add OpenSSH support to pygit2, which currently configures libgit2 to use libssh2, without having to distribute custom builds.) This PR introduces CMake flag...