Cœur

Results 652 comments of Cœur

Sure go ahead, @tearfur . I can only follow up next week end anyway.

I didn't add anything in past three weeks: I just rebased for clarity. And I don't see any issue with creating 0-bytes torrents... I can always download empty files from...

Rebased again. Seems that after tearfur's merge, what is left here is support for empty-size torrents and a comment fix.

Maybe. Just... not now ^_^'' I'm setting the milestone to 5.0 for now.

I don't think you need `ObjectiveCExample` or `SwiftExample` for your project. All you have to do is include the Package.swift with Swift Package Manager. I'm not sure if CocoaPods (which...

It's clear that CocoaPods doesn't support ENABLE_USER_SCRIPT_SANDBOXING and will probably never support it considering it's end of life: https://github.com/CocoaPods/CocoaPods/issues/11946 https://github.com/CocoaPods/Xcodeproj/issues/990

The manual integration instructions are in the readme: https://github.com/ZipArchive/ZipArchive/blob/7a3d196c7ab08c6e13e4b5f0f4f31d237629a6b3/README.md?plain=1#L63-L68 Did you set all the preprocessor definitions, including `HAVE_ZLIB` and `ZLIB_COMPAT`? Do you really want to use `zlib-ng` despite this project...

Not for now. I prefer to keep `minizip` as a folder name for `minizip.c`. We already refer to minizip-ng in the readme. And in a way, this is our own...

@Shebuka adopting minizip 4 is not trivial: they made a breaking structural change in https://github.com/zlib-ng/minizip-ng/issues/749 which would break almost all our apis. So I'll handle the adoption of minizip 4...

> but why should they? Well, they should not. If one saves or hashes a structure for later, it should be done exclusively on a structure that they own, to...