I am trying to get the ZipFileSystem to work, but I cannot quite manage it.I am doing this:(FileSystem zip:(FileSystem disk workingDirectory / 'sample.zip'))openand I get an error.The error comes from the fact that the code uses readStreamDo: which does not work anymore with binary streams. I tried to use binaryReadStreamDo:, but that crashes in another place.I think this is a bug. Or am I doing something wrong?