Daniel Marschall
Daniel Marschall
@michael-o You mean the "diff" command in Linux? I think it does not allow binary files to be diff'ed. I guess the PHP script `levenshtein2` takes too much memory, because...
@michael-o I don't know the internals of the algorithm, so I cannot help much. About the PHAR files, I call them binary because they contain control characters in between which...
why did you close the ticket?
Among other fixes, my fork has a fix for this https://github.com/danielmarschall/d7zip If you just want to implement this change: https://github.com/geoffsmith82/d7zip/pull/11
Hallo, Die neuen DB-Tickets (ca. Ende 2023) sind im UIC 2.0 "U_FLEX" Format (U_FLEX ist nicht zu verwechseln mit "Flexpreis"). Dieses Format ist leider im Moment nicht implementiert, und ist...
(I can't reproduce this issue)
Don't you test your plugin at all before you roll out to millions of websites?! Yesterday, auto-update to 1.6.29 broke our website, because include to vendor/autoload.php failed, because this file...
Just a small notice what I found out how padding is currently implemented: | Mode | Padding implemented | |--------|----------------------------------------------| | cmECBx | Throws Exception (#56?) | | cmCBCx |...
Spent a few hours to understand how the padding in DEC works, but I am very stuck at the moment. Let block size be 16 bytes. - Plaintext 20 bytes....
~~Actually, this is the correct definition. Now it also works on macOS:~~ ``` #include typedef uint32_t DWORD; ```