Gianluca B.

Results 21 comments of Gianluca B.

Hello, after 3 years, are there any news on this? I need this feature too. Alternatively, is there a correct way to implement the same network using a computational graph?...

**This issue is irreproducible.** I created a single-view iOS app project from scratch, called it ObjZipApp, and added the following Podfile: ``` use_frameworks! platform :ios, '10.0' project 'ObjZipApp.xcodeproj' target 'ObjZipApp'...

You are right, it's an oversight. I'll fix it in 1.0.1, just waiting for a few more feedbacks before updating.

Thanks for reporting. Will take a look into this.

Hello, could you elaborate? What kind of error are you talking about? /cc @nmoinvaz

@nmoinvaz Why did you add this limit, if I may ask?

If you mean seeking to a specific file position and then read a chunk, with Objective-Zip this is not yet possible. It may be possible with the underlying MiniZip library....

Error code -102 corresponds to UNZ_PARAMERROR, which the underlying library returns for a number of reasons, the most probable being: - The read buffer is bigger than 65535 bytes. -...

That's weird. Since `UNZ_PARAMERROR` can be returned also if the file pointer is null, there may be some issues with the file from the second attempt on. You are creating...