Malcolm Hall

Results 54 issues of Malcolm Hall

I implemented CKPrettyError and have used it in some of the operations but some more need changed, if you agree to how it has been implemented. It matches how ObjC...

[About CloudKit and Quality of Service](https://developer.apple.com/library/content/documentation/Performance/Conceptual/EnergyGuide-iOS/PrioritizeWorkWithQoS.html#//apple_ref/doc/uid/TP40015243-CH39-SW15) However I'm not sure if there is anything within the Swift foundation that would make use of it. Note _discretionary_ means that the operation...

Just now some of the TIMESTAMPs are created or parsed as seconds with a decimal, they should be converted to milliseconds, i.e. timeIntervalSince1970 + 1000 and rounded. I say, some...

It's quite hard to explain the reason for the callback queue but I'll try. The callback queue is what calls the `CKOperation` blocks and keeps them in order and prevents...

Do you have plans to implement the registerForNotifications feature?

But could I suggest a small improvement: in the finish method, inside the perform block, if it called a new method finishOnDispatchQueue to set the state instead of setting it...

Start recording then stop, it crashes!

I noticed an issue with files being locked by QLVideo, reproduce as follows: 1. Connect to AFP share. 2. QuickLook a mp3 file (not a mkv!) then exit QuickLook 3....

``` configure: error: C compiler cannot create executables See config.log' for more details. fatal error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo: can't open input file: simulator_build/lib/libproj.a (No such file or directory) cp: simulator_build/include/*: No such...