Steve Madsen

Results 19 comments of Steve Madsen

Rails core is dealing with the flip side of this issue: https://github.com/rails/rails/issues/6127 The problem is that if `options` already has some stuff in it, and you update a single key...

I don't see anything in the source code that attempts to access either the calendar or contacts. Where did you get your copy of the application?

If you look at the code in `+[FAKIcon iconWithCode:size:]`, the likely culprit is that `+iconFontWithSize:` is returning a `nil` font. Since you also mention you're using frameworks, my guess is...

Is support for something like this still on the roadmap? I have a similar use case (in an iOS share extension), where the lifetime of the process could be very...

Another instance in the wild: the JWTs delivered by Apple's [App Store Server Notifications v2](https://developer.apple.com/documentation/appstoreservernotifications/responsebodyv2) utilize a certificate chain in the `x5c` header parameter.

I did some debugging on this today and the filtering in Apple's API is not exact or even a prefix match. If you filter on a bundle ID of `company`,...

This is still a problem with the latest SDKs (ChimeSDK 0.8.0, ChimeSDKMedia 0.5.2). It makes it harder to track down odd behavior with the extra noise on the console.

Aside from the `pcantrell-null-annotations` branch, what else needs to be done to make Nocilla work better in Swift 3? I've used this library in the past and would like to...