Cœur

Results 653 comments of Cœur

For reference, I had https://github.com/transmission/transmission/pull/6459 but pending on https://github.com/transmission/miniupnp/pull/1. Could we get that miniupnp updated?

There is one small Xcode change needed, but I've included it in #6591 in commit https://github.com/transmission/transmission/pull/6591/commits/d1242c2d63d9014c7dea230f75418410fd359a59. It would be nice to land the "Recommended Project Settings" PR.

Well, it may be an issue with the static analyzer? Sure, without `HAVE_ARC4RANDOM_BUF`, then `mz_os_rand` would be using `rand()` instead of `arc4random_buf`... but since `MZ_ZIP_NO_CRYPTO` is **not** defined, `mz_os_rand` is...

Can you edit your title to say 10.13 instead of 10.3? Thank you

Maybe there are symlinks in the archive? Depending of the operating system, symlinks may or may not count toward the final uncompressed_size. Can we get insight of which tool you...

Which version of ZipArchive? Any particularities related to those failures? - special permissions on a file or folder? - special characters in the name? - filetype or filesize? (without steps...

Then I'm afraid, but that's not enough out-of-the-ordinary to give any clue as to what happened. If the issue is reproducible consistently: - try with a newer version of ZipArchive...

Why should it be "a/b/c.txt"? The author of the archive can set any path they want under ".", and returning "a/c.txt" is fine and likely the desired behavior.

Well, how did you "Add ZipArchive"? - CocoaPods? Then configure the min target in your .podfile - Carthage? Then configure it in your .cartfile I suppose? - Subproject? Then configure...

I was able to build it for iOS and visionOS easily. 1. Make for Xcode without OpenSSL: `cmake -B build -G Xcode -DEVENT__DISABLE_OPENSSL=ON` 2. Open the resulting xcodeproj: `open build/libevent.xcodeproj`...