Pieter
Pieter
Checked for different image types, and there were some, but less than 100. The 'failed download' files only contain messages about video that is still unsupported (which is fine). The...
I have done some further testing to try to understand the impact of the setting of the zeroheader. When my files are local, it does not cause any issue. The...
That seems to me the case as well. At least this file store method did the trick for me.
i want to help out, what is needed here? make the unit tests work on osx?
is it the intention to run the test with the archive utility? because the command line can zip/unzip as well with the regular commands. Of course, chances are very high...
Yes, problem there is that the location of the unzipped files is unknown. You need to check the preferences of the utility to find it. I have been searching quite...
Yes Found that as well, but had no luck unzipping with dito on a file that worked with the archive utility :^) On Thu, Mar 4, 2021, 18:17 Jonatan Männchen...
ditto could open zip files I created with Archive utility, but it failed on a bunch of zipfiles I created with Zipstream. In that case the error is `ditto: Couldn't...
There seem to be 2 problems for handling multiple mailaddresses. 1) The Collection::getSubNode method does a test by comparing the array key with null with only '==' and not '===',...
I fixed the problem by explicitely putting an $object->save() in my 'Add' callable before attaching the members. I hope this is a safe way to deal with it. While debugging,...