Ryan Carsten Schmidt
Ryan Carsten Schmidt
The [latest release](https://github.com/mle86/man-to-md/releases/latest) of this project is 0.14.1 but newer versions up to 0.17.0 have been [tagged](https://github.com/mle86/man-to-md/tags). Should releases be created for those newer tags, or are versions after 0.14.1...
There are no tags in this git repository. I expected to see a tag for each version of this project that has been released.
``` % zzcat --version /opt/local/var/macports/build/_Volumes_Shared_macports-ports_archivers_libzzip/libzzip/work/zziplib-0.13.74/bins/zzcat.c version zziplib 0.13.72 ``` Looks like the version number was not updated in all of the places where it needs to be updated on each...
Using the `--version` flag on `zzcat` or other utilities installed by zziplib, the full path to the source code file that was used to build that utility is printed: ```...
I see that tup bundles lua 5.4.6, pcre2 10.42, and sqlite3 3.45.2. I already have these installed on my system, and in the case of pcre2 my version is newer....
3697c745c0c70989ea2b54ad333ca91820c46ce2 removed the use of compatibility functions such as `utimensat` which ensures that tup no longer builds on older macOS versions that don't have those functions. Please reinstate the use...
I can't find any instructions for how to build tup. The readme just refers me to the web site. The web site has instructions for building from git (run `./bootstrap.sh`)...
I wish to build someone else's software that uses meson. In their meson.build file they have written: ``` m4 = find_program('m4', required: true) ``` I do not want meson to...
README contains a link to Travis-CI using a badge which now reads "CI | No longer available": https://github.com/openemulator/libemulation/blob/f97f504c4e7f08d00e022a6e933926c6b50031b9/README.md?plain=1#L4 It should be removed or replaced with some still-working CI like GitHub...
I've been writing an Apple II program that synchronizes its drawing to the screen refresh using the vertical blanking flag and I thought I saw a problem with the way...