Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
764 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in gh2o/digitalocean-debian-to-arch that received 2 comments
Add support for Debian 10
There seem to be errors regarding the losetup calls on Debian 10 with kernel 4.19: losetup: /d2a/work/image: failed to set up loop device: Resource…
Created an issue in fish-shell/fish-shell that received 3 comments
completions/git: Handle "1 .A" files
fish 3.1.2 (also tried completions from git master)
To reproduce:
mkdir /tmp/test
cd /tmp/test
git init
touch test
git add --intent-to-add test
git…