Charles Heizer

Results 10 comments of Charles Heizer

I see this is from 2014, has this been implemented?

Thanks! I thought I would check before tackled it!

Hello, I was wondering what the status of this plugin was? I tried getting the source and running bower install in the project and was unable to get it to...

I would like to know the same ...

I needed to support a self-signed cert, which was not trusted in the keychain. Since "NSURLConnection sendSynchronousRequest" does not support delegate. So implemented this ``` - (NSString *)sartSynchronousSessionWithError:(NSError **)error {...

Has there been any traction on this? I'm running in to a need to provide MultiAuth (basic and token). Thanks!

I'm also getting it for --- Your device hardware string is|iPad14,6|"

My Schema is super simple and generic. `class BulkStateSchema(ma.Schema): data = JSON()` and my result is `return {"data": {}}, 201`

OK, thanks. I'm just using the default right now. I was hoping it was as simple as a API_FAIRY config option.

I have an OS X CLI project and i'm having the same issue. 108 - OSStatus status = SecItemAdd((__bridge CFDictionaryRef)publicKey, &persistKey); OSStatus = -25303 and return NULL encoded string. The...