Cœur

Results 94 issues of Cœur

Minimal changes for ARC and non-ARC compatibility.

Minimal changes to address Xcode warnings: a. Declaration of instance variables in the interface is deprecated b. Property is assumed atomic by default c. Use of undeclared identifier 'NSWorkspace' d....

Unifying the usage of tabs and spaces using Xcode defaults: **cmd+a** → **cmd+x** → **cmd+v**

I'm just curious if there is anything that we can leverage from the new Combine Framework? Like separating the numeric value as a Publisher, and the label as a Subscriber?...

enhancement
question

Slightly related to our project, Google Chrome has decided unilaterally to make `` a native HTML element: https://groups.google.com/a/chromium.org/forum/m/?#!msg/blink-dev/Gl7FIKM5IFw/tA70X9ZIBQAJ Which means that when/if it will be supported by Safari/WebKit, people we'll...

discussion

Would it be possible to have an option to ignore letter case (lowercase, uppercase, etc.)?

https://www.theregister.com/2022/03/30/zlib_data_bug/ >It is rated 7.5 out of 10 in terms of CVSS severity >A patch is available on [Github](https://github.com/madler/zlib), and security analysts recommend updating to Zlib version 1.2.12. ZipArchive uses...

compatibility

In order to minimize the size of the source code to download when cloning https://github.com/ZipArchive/ZipArchive.git (from CocoaPods, Carthage, etc.), we could: * move the **ObjectiveCExampleTests** Fixtures and Multi_Zip_Test to a...

feature