Aaron Brager

Results 113 comments of Aaron Brager

@rlam3 no, there may be keychain errors at any time. Your app should handle failure cases gracefully. Using `try!` is not graceful.

@rlam3 I would be happy to provide a code sample. Can you post a full stack trace and the method you're calling so I can see how you're getting this...

I spent some time a while back on this in the Alamofire project (an http manager). The struct-to-dictionary conversion could be done trivially using `Mirror`, but afaik there is no...

From the WordPress 4.2.2 release notes: > WordPress versions 4.2 and earlier are affected by a critical cross-site scripting vulnerability, which could enable anonymous users to compromise a site. WordPress...

@i336 A few notes: • Touch ID stores a one-way hash of your fingerprint, not your fingerprint itself • The issue you mention with booleans is only true if you...

@mayoff @steventroughtonsmith Wish I had seen this before I wrote https://github.com/steventroughtonsmith/cartool/pull/24. Some elements from this PR are definitely more elegant than mine. I think you may need the `[CUICatalog -initWithURL:...

@jgable Would it be okay if we closed this issue? I confirmed with @ravi77o and @david-huber that it's not under active development.

@jbachand feel free to fork the fastlane repo and make a new branch from the `joshdholtz-deliver-detect-existing-app-store-languages` branch. I don't think Josh is working on it any more. There are some...

It looks like the name is being passed through when creating the accessory service https://github.com/Brandawg93/homebridge-nest-cam/blob/be36f79aec298352264fc953a0b28a818de61d77/src/accessory.ts#L81-L85 (In this case, I believe `this.accessory.displayName` is `Driveway` in your example and `name` can be...