Andrew Daugherity

Results 7 issues of Andrew Daugherity

Nowadays some distros (e.g. openSUSE/packman and Fedora/RPMFusion) are putting the ffmpeg includes under /usr/include/ffmpeg, e.g. `/usr/include/ffmpeg/libavcodec/avcodec.h`. Patch configure to find these. Using pkg-config might be a better/more portable option, since...

I am using this on FreeBSD (installed via ports) to replace the Solaris auto-snapshot functionality, and it seems like a nice drop-in replacement, except for one thing: some snapshots unexpectedly...

I don't know anything about the test framework, and if the tests are even currently in a working state, but I attempted to run them to see if they should...

Console or Emulator: SNES mini Original Filename: Daily Challenge_ Sep 29, 2019.sfc ([permalink](https://alttpr.com/en/h/gVMR0RE9y5)) Item, Entrance or Custom: Item Mode: open Logic: No glitches Goal: all dungeons Difficulty: normal Variation: enemizer...

enhancement
UX

There are several `#ifdef HAVE_PROC_LOADAVG` blocks, e.g. https://github.com/monitoring-plugins/monitoring-plugins/blob/f054ab04e788405932b9bb081747bc7c8328a0d8/plugins/check_load.c#L130-L151 These blocks will never be compiled, since that symbol is not defined. It used to be a configure check, but that was...

I tried building this on openSUSE Leap 15.2, and there were several failures related to `reallocarray`, `UID_MAX`, `GID_MAX`, `setresuid`, `setresgid`, and `execvpe`. Diving into to reallocarray(), I noticed `configure` reported...

**Describe the bug** DNS validation via Sectigo's ACME service currently only works with wildcard hostnames. I'm not sure if it is a JSON-parsing bug or if Sectigo's response payload is...

bug