Benjamin Wheeler
Benjamin Wheeler
**Describe the bug** When viewing a private repo, the LOC doesn't work. **To Reproduce** Steps to reproduce the behavior: 1. Go to a private repo 2. See error **Screenshots** Here's...
**Describe the bug** While I am able to see LOC in public repos (e.g., https://github.com/torvalds/linux), in all other cases I don't see the badge and I see the following in...
This is an awesome site! It would be great if you could set up a GitHub Action that auto-builds a docker image and posts it to Docker Hub, so that...
**Is your feature request related to a problem? Please describe.** I use several tags with varying levels of granularity: - Sometimes I tag a C++ blog post with #programming and...
It's difficult to individually remove each XML file in /usr/share/gnome-background-properties. Please include an ./uninstall.sh that removes these and the wallpapers automatically.
https://github.com/saint-13/Linux_Dynamic_Wallpapers This repo has many more wallpapers. Check it out
Hey! Great game. I'm attempting to run this on my home server (raspberry pi 4) in a Docker container. I cloned your repo, ran `docker build -t uno-game:local .` in...
Thanks for filling in an important gap with Thunderbird on Linux! Thunderbird recently (May 2023) updated their icon: https://blog.thunderbird.net/2023/05/introducing-the-brand-new-thunderbird-logo/ Although (if I understand correctly) this project cannot use the official...
This is a fabulous idea. Quick-and-easy quartus installs is like a dream come true to me, especially since the Linux installers require a lot of outdated dependencies (I use Fedora...
https://github.com/adambard/learnxinyminutes-docs/blob/8498d0254a139e037eecac2acc389785a74a56c7/git.html.markdown?plain=1#L195-L196 This is not regular expressions, it's actually pathname expansion (AKA glob patterns) , which is done by the shell. Therefore, these lines should be removed or reworded for clarity....