Michael Adams
Michael Adams
### All Submissions: * [ X] Have you followed the guidelines in our Contributing document? * [ X] Have you checked to ensure there aren't other open [Pull Requests](../pulls) for...
@abiosoft per your suggestion, I tried your build tool. I already have a service file standard in place where I use Caddy; you might want to attempt generating one that...
[cppcheck 1.86](http://cppcheck.sourceforge.net/), installed on Ubuntu 18.04.2 LTS; installed **uuid-dev**, **zlib1g-dev**, and [Kernel 5.1.4 headers](https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.1.4/). **cppcheck --enable=all --inconclusive --std=c11 -I=/usr/include -I=/usr/src/linux-headers-5.1.4-050104/include/uapi/linux --suppress=missingIncludeSystem -rp . &> ~/cppcheck-186-c11-all.txt** [cppcheck-186-c11-all.txt](https://github.com/kdave/btrfs-progs/files/3209557/cppcheck-186-c11-all.txt)
- https://pypi.python.org/pypi/conn-check (PIP module) - https://www.npmjs.com/package/test-tcp (MIT-licensed NodeJS component) This is a proposed "5th check" to allow simple tests of non-web services (say you want to see if a database...
I started writing something that I thought nimx could help me out with, but the documentation is pretty sparse. I'm having to switch gears to use https://pysimplegui.readthedocs.io/en/latest/ since I'm on...
Hey @geoperez and crew. I had to re-install this for one of my employers, and used the opportunity to see if there was anything I was running into. I have...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade multiple dependencies. 👯♂ The following dependencies are linked and will...
Hey there. I saw this a few years back, and glad to see you working on it again. There's some stuff I've been using with other projects, that I thought...
[gerbera-flawfinder.txt](https://github.com/gerbera/gerbera/files/4725926/gerbera-flawfinder.txt) Bunch of [race condition](https://cwe.mitre.org/data/definitions/362.html) issues detected by [Flawfinder](https://dwheeler.com/flawfinder/). [cppcheck](http://cppcheck.sourceforge.net/) seemed more forgiving; both it and myself are really confused by all the division operators used on **fs::path** & **std::string**...
I'm trying to modernize some code for work, and noticed a lot of .list & .kill commands to find & terminate errant processes. It appears in the latest 1.x beta,...