Daniel Batkilin
Daniel Batkilin
When using this table with predictable constant-size binary keys(32 bytes), would this library still use interface{} or does it adjust to constant column/data sizes? Would be great if the extra...
Hello, I am looking for a way to implement a filesystem virtually over pyftpdlib: The files do not exist on the system and exist on other servers, and their information...
Zip64
Quote from Zip saver: " // NOTE: My zip library can't generate zip's over 4gb and has no compresseion // it was built solo for the purpus of saving multiple...
Have any of you considered resumable hashing for rhash? When hashing extremely large files, 20GB and up, being able to resume hashing from a previous position would help a ton....
Looking at the project and issues, I found no description or discussion about checksuming, data integrity and CRC checks for nutsdb. Could a section be added to documentation describing the...
In a previous issue you mentioned that you do not support new MKV features, including lacing. Is it possible to pay you or any contributors a bounty for that feature?
My player has the following scenario: 1. A video stream is mapped from an MP4 file using HLS with .ts segments. 2. The audio is converted separately using ffmpeg. How...