Cœur
Cœur
Oh, even simpler: #### For iOS ``` cmake -B build -G Xcode -D CMAKE_OSX_SYSROOT=iphoneos cmake --build build -t event_static ``` #### For visionOS ``` cmake -B build -G Xcode -D...
If that is the only change in the monthly dependabot PR, then we better address all the rest manually and I guess I should re-open #1629.
You do: https://github.com/libevent/libevent/blob/64decd48e20f6d20d6f510aa75ab05861fd3d51c/.github/workflows/build.yml#L554 Then you wrongly assume the path: https://github.com/libevent/libevent/blob/64decd48e20f6d20d6f510aa75ab05861fd3d51c/.github/workflows/build.yml#L586 The actual path is dependent on whether the machine is Intel or Apple Silicon. On macos-latest, GitHub will now use...
The Privacy Manifest is to explain reasons why the lib is using any of the API listed here: https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api?language=objc By providing a file in a format like this one: https://github.com/ZipArchive/ZipArchive/blob/main/SSZipArchive/Supporting%20Files/PrivacyInfo.xcprivacy...
Assigning to Rukario to rebase the code in order to address the conflicts, and adding "needs clarification" to answer ckerr's question.
> It looks like sorting by queue now sorts with state as the primary key, and queue as the secondary key. That PR was done by someone else 5 years...
In the absence of replies from Christian, I decided to investigate it myself. My analysis: Charles is right. I compared the behavior of the Mac app client and the Qt...
After comparing the Mac app code and the Qt app code, I've diverged from @muesli initial proposal: - There is no point to make sorting-by-State and sorting-by-Activity identical, so instead...
Hello @nateirwin, `defaultAttributes` is for the whole attributed string, and `listAttributes` is only for list items. I haven't tried `NSParagraphStyleAttributeName` before, so I will make some tests tonight. But to...
@nateirwin, did you find a reason or a workaround?