Malcolm Hall

Results 133 comments of Malcolm Hall

Same problem here, upgraded from 0.6.5 to 0.6.7 and that nvram command still shows 065. I've never reset nvram before what is the easiest way? Also it would have been...

I found this [SharedAsyncSequence](https://github.com/reddavis/Asynchrone/blob/main/Asynchrone/Source/Sequences/SharedAsyncSequence.swift) via [Consuming an AsyncStream from multiple Tasks](https://forums.swift.org/t/consuming-an-asyncstream-from-multiple-tasks/54453)

I’d like to suggest `Task.winner`

So now we know they added it as a private API so that you could make use of it in your public API...will you be using it? 😉

Maybe there is a way to implement it differently depending on Meteor's version number?

Nice! By the way I should mention so far I've only used this on the client so not sure about the server. Update: doesn't appear to work on the server:...

https://github.com/apple/swift-corelibs-foundation/blob/19249417b01573bd6aa32b9a24cc42273315a48b/Foundation/NSOperation.swift ``` /// - Note: Quality of service is not directly supported here since there are not qos class promotions available outside of darwin targets. open var qualityOfService: NSQualityOfService =...

When the number of record is too large something different happens which could be the reason. It can either fail that the request was too large or it allows it...

Turn on CloudKit.verbose which will output the JSON and put it in a text editor and go to position 35373 and see what it looks like.

Ah yeh sorry, at line 200 in CKURLRequest.swift try something like: let dataString = NSString(data: data, encoding: .utf8) CloudKit.debugPrint(dataString as Any)