Nick Krabbenhoeft
Nick Krabbenhoeft
The current regex does not include generic TLD's. Is there any plan to include these in the future? https://github.com/simsong/bulk_extractor/blob/8bb26e4c16f543fd6c912521147615bfa48e545e/src/lg_patterns.cpp#L151
The CSV Writer repeats the last 4 columns ("PUID","MIME_TYPE","FORMAT_NAME","FORMAT_VERSION") when multiple matches are made against a file. https://github.com/digital-preservation/droid/blob/66ca5162bcd09c39dce12379d7c49aea835e960c/droid-export/src/main/java/uk/gov/nationalarchives/droid/export/CsvItemWriter.java#L144 However, the CSV header does not document what these headers are, or...
I was trying to install on a Raspberry Pi, but the Ubuntu/Debian directions don't work. I think it's because it hasn't been compiled for ARM. Would you be able to...
Based on @runderwood #92, but reimplemented within the current codebase to address #32 and #136 Major difference, this places every source within its own bag rather than combining bag, e.g....
Because bagit-python removes blank characters at the end of each manifest line, the in-memory representation of a filename like "path_with_space_at_the_end.txt " is "path_with_space_at_the_end.txt" which causes a completeness fail. https://github.com/LibraryOfCongress/bagit-python/blob/4b76c143e61d815043f1e8bdfbb159ce98f7d978/bagit.py#L669 I...
This is for #161 I ended up noticing a couple of bugs and unclear behaviors, mostly around completeness tests. I changed the requirement for `--processes` to 1 or more since...
A couple years ago I wanted to add CLI tests. > > @acdha is it okay if I add tests to cover the CLI? It would have caught the bug...
https://github.com/amiaopensource/ffmpeg-artschool/blob/f4d57b0b57c2eaef3d47fdb47424ea29d591f2f8/bash_scripts/chromakey.sh#L49 this sets it to blue right now. I think it should be ff00ff or 9900ff
https://github.com/amiaopensource/ffmpeg-artschool/blob/69350ba3631d93c155e13b22fae78cd9dfa28911/bash_scripts/lagfun.sh#L33 I don't think amount is used to modify the filters. Okay to delete?
I think a lot of us use OS X. In 10.13, APFS will be default, which means filenames are going to become more complicated. https://eclecticlight.co/2017/04/06/apfs-is-currently-unusable-with-most-non-english-languages/ This issue is for an...