Michael R. Davis
Michael R. Davis
Fedora packaging guidelines place .so files /usr/lib64 but the h3 cmake/make do not appear to support LIB_SUFFIX=64. This is what I have tried but nothing works to put .so file...
"Jump to Version" link for distribution where the authors change appears to not work. And Example is CGI try to Jump to 3.63 which is the supported version in RedHat...
In the large image example the URL is no longer valid https://guides.github.com/activities/hello-world/branching.png. The image used to be... https://web.archive.org/web/20210315194141/https://guides.github.com/activities/hello-world/branching.png
I think if the goal of this RPM is to be integrated into Fedora/RedHat/CentOS the path should be /usr/share/kafka not /opt.
In keeping with the 4.0.1 functional renames, should h3ToComponents be renamed to cellToComponents? ``` [build]$ ls -l bin/h3* -rwxrwxr-x. 1 user group 23520 Nov 14 15:24 bin/h3 -rwxrwxr-x. 1 user...
The query http://locate.measurementlab.net/v2/nearest/ndt/ndt7?country=US appears to return results simply based on the "country" center point (e.g. Kansas for the US) but in the US there are many geographically dispersed servers and...
To build RPM ``` autoconf ./configure make dist rpmbuild -ta mod_psgi-*.tar.gz ```
So, it looks like I have some kind of missing define statement. I tried to add the missing defined but still no luck. I'm not a C programmer. Googling shows...
t/00-load.t ...... Can't locate Template/Alloy.pm in @INC From: https://travis-ci.org/github/markdbenson/dapper/jobs/774529152
Fixes #9 ``` perl Makefile.PL make make dist #now works correctly ```