Mitchell Blank Jr

Results 13 issues of Mitchell Blank Jr

``` $ host herrie.info Host herrie.info not found: 3(NXDOMAIN) $ whois herrie.info [...] Domain Status: pendingDelete https://icann.org/epp#pendingDelete ``` If the URL is no longer valid, it should be removed from...

It looks like the tarball URL disappeared before (#38) It seems to have happened again. ``` $ curl -v https://www.si6networks.com/tools/ipv6toolkit/ipv6toolkit-v2.0.tar.gz | head [...] < HTTP/1.1 404 Not Found < Date:...

Mailing list message: https://lists.mindrot.org/pipermail/openssh-unix-dev/2021-March/039209.html This is an attempt to add some features to improve the security of `ssh-agent` forwarding. I know that this feature is long-maligned, but it is still...

``` CC bmon-utils.o In file included from utils.c:31: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/mach/clock.h:13: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/mach/mig_errors.h:113:34: error: use of undeclared identifier 'unused' __NDR_convert__mig_reply_error_t(__unused mig_reply_error_t *x) ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:161:40: note: expanded from macro '__unused'...

4ec24a980134584a5309cd9d55aacac3dcc27e9e added `$ZSTD_EXTRA_COMPILER_ARGS` to easily add values to `extra_compile_args=...` passed to `distutils.extension.Extension()` It would be useful to have `$ZSTD_EXTRA_LINKER_ARGS` that controlled `extra_linker_args=...` the same way

Right near the top of the main `CMakeLists.txt`: ``` set(CMAKE_OSX_ARCHITECTURES x86_64) ``` This causes the build to fail when building against ARM libraries before we even get to the point...

I was writing some small scripts to analyze the mp3s I have in my OS/X Music library, looking for metadata inconsistencies. To do that I have some python code that...

First, sorry that this PR contains more than one thing. I have a few other changes I want to propose for timsort and I'll try to keep those in standalone...

* Some of the existing operators like `operator==()` were `'\0'`-safe but `operator

It looks like in PG12 `heap_openrv` was available as a compatibility macro but now it is gone entirely. See https://github.com/postgres/postgres/commit/f25968c49697db673f6cd2a07b3f7626779f1827 This means even with the PG12 fixes in head (b1b50c9f8290b85a76e5399a20e09daf3f64493a...