Jonathan Hohle

Results 8 issues of Jonathan Hohle

Adds support for identifying hardlinks when building a `CompressedDirectory` to match the functionality of docker-go. I have a use case where there are several hundred MBs of hard linked files...

Neither the spec docs nor the Java source include recommended media type(s) for Ion (e.g. `application/ion [; charset=[utf-8, utf-16, utf-32]]`). A media type should be standardized and registered with [IANA](http://www.iana.org/assignments/media-types/media-types.xhtml)....

spec

Matching several symbols for consistent names across duplicates.

The monolithic `game.h` pulls in effectively all headers and definitions and is required by nearly every file. When decompiling a new function, this produces a 5K line context. This refactors...

Replaces the string specifier (`%s`) with the char specifier (`%c`) to fix a segfault when an invalid option was selected. Also adds `src/main.c` as a dependency of the `ps3mca-ps1` target...

With more decompiled code we have more of an idea what is duplicated in each overlay. Currently dups are only considered based on instruction opcode, which is relatively coarse and...

I was looking at using rabbitizer in [mipsmatch](https://github.com/ttkb-oss/mipsmatch), however, `instrType` or rather a generalized instruction format is not exposed an `instrType` is marked as deprecated. [The commit that deprecates the...

Adds support for a top-level `parent` key in configuration files which will merge the contents of that path with the contents of the current file. The merge rules are the...