Gagravarr
Gagravarr
There seems to be some unrelated whitespace changes in your commit - any chance you could remove those? Otherwise, commit looks fine, but can I ask what you're trying to...
The keystore one should probably go further down the file, so it's in alphabetical order as the others are For APC files, do we know if they always store the...
I wonder if it's be better to either strip the `` tags out before comparing, or just check for `Happy
Are you able to do a version of the patch without all the whitespace changes? Currently it's very hard with them to work out what logic was changed!
I've tried something very similar to your patch, mostly just documentation/comment tweaks: ``` Index: src/java/org/apache/poi/ss/formula/eval/RelationalOperationEval.java =================================================================== --- src/java/org/apache/poi/ss/formula/eval/RelationalOperationEval.java (revision 1517631) +++ src/java/org/apache/poi/ss/formula/eval/RelationalOperationEval.java (working copy) @@ -45,7 +45,8 @@ * Bool.TRUE...
If keeping it simple to install things is an objective, then Tika provides two "single jar" executables that you can run to do your parsing. One is the Tika App...
The Tika Core dependency is set to the oldest one that the code is able to work with, that way people stuck on older versions of Tika are still able...
You can see some FLAC related tests in https://github.com/Gagravarr/VorbisJava/tree/master/core/src/test/java/org/gagravarr/flac and https://github.com/Gagravarr/VorbisJava/blob/master/tika/src/test/java/org/gagravarr/tika/TestFlacParser.java plus use of it in https://github.com/Gagravarr/VorbisJava/blob/master/tools/src/main/java/org/gagravarr/flac/tools/FlacCommentTool.java - do those not cover what you need to see the FLAC code...
It's possible that some encoding tools might store that duration in the metadata, but it isn't standard. If not, you'll have to iterate over all the audio packets to calculate...
My main focus in writing the library was on metadata, the audio support was mostly just for copying between files when changing metadata. That means functionality and examples in the...