Jacob Latonis
Jacob Latonis
## DESCRIPTION Update "ICU Comparison Levels" hyperlink to the correct, non-broken link ## STAGING N/A I assume as not a MongoDB employee? ## JIRA N/A I assume as not a...
Work to implement and close #14 - modified `pest` grammar to allow for underscores following at least one number in a numeric literal, including floating point and those ending with...
Implemented a macho similarity function `dylib_hash()` which is similar to `imphash` or similar. This will hash dylib entries as defined in https://github.com/g-les/macho_similarity/blob/main/implementation.md#dylib-hashing. - I verified the hashing is consistent in...
Parsing imports for Mach-O as well as the accompanying `import_hash()` function.
**Is your feature request related to a problem? Please describe.** Builds with Poetry can take quite a bit of time, to decrease build time and increase ability to iterate quickly...