Cœur

Results 94 issues of Cœur

Regarding NSError handling... ``` + (BOOL)isPasswordValidForArchiveAtPath:(NSString *)path password:(NSString *)pw error:(NSError * _Nullable * _Nullable)error NS_SWIFT_NOTHROW; + (BOOL)unzipFileAtPath:(NSString *)path toDestination:(NSString *)destination overwrite:(BOOL)overwrite password:(nullable NSString *)password error:(NSError * *)error; + (BOOL)unzipFileAtPath:(NSString *)path...

bug

Can anyone propose an icon for SSZipArchive? Licence requirement, should be free, open-source, modifiable, etc. Examples: * Creative Commons Attribution/Share-Alike licenses (example: [**CC BY-SA 4.0**](https://creativecommons.org/licenses/by-sa/4.0/legalcode)) * GNU Free Documentation License...

feature
help wanted

https://en.wikipedia.org/wiki/ARPABET

Following the discovery by @benkasminbullock of an inconsistency with `borrowers'` (#17) and my cleanup of duplicates (#18), here are some resulting **non**-duplicates with inconsistencies. Each of those many entries should...

Command used: sed -i '' "/[^ln]'[ (]/d" ./cmudict.dict Reasoning: * words ending with a trailing apostrophe should have the same pronunciation as without the trailing apostrophes, so it's duplicate information...

When using Xcode, `struct entry` already exists (from ), so the one we declare in audio/format.c needs to be named differently.

I've actually done the implementation already: https://github.com/Coeur/transmission/tree/coeur/UserNotifications But that implementation is incomplete in regard for one critical point: - if building from Xcode, then it will work correctly (once #3050...

scope:mac
type:feat

Problem: assigning a `long` to an `int` without an explicit cast is generating a default Xcode warning Solution: 1. Adopting libb64 "post-2.0.0-transmission" branch which can process a length of `size_t`...

scope:core

Fixes #3030, but it breaks User Notifications when building from cmake. So making it a draft for now until someone can help figure out how to properly codesign when using...

help wanted
scope:mac