Mr. software craftsman
Mr. software craftsman
Please add https://github.com/SimonPersson/ease This is the client side HTTP lib
Does this gem support Broadcast API? https://developers.facebook.com/docs/messenger-platform/send-messages/broadcast-messages
Need to replace - (id)initWithCoordinate:(CLLocationCoordinate2D)coord{ if(self = [[MJReverseGeocoder alloc] init]){ coordinate = coord; } return self; } with - (id)initWithCoordinate:(CLLocationCoordinate2D)coord{ if(self = [super init]){ coordinate = coord; } return self;...
Can you open a setter for 'total'? Some API implementations (for example built on top of MongoDB) don't return 'totalEntries' count in each request for entities and there is a...
My fork contains 2 changes: 1) Fixed issue https://github.com/alexbw/novocaine/issues/15#issuecomment-14393246 2) Now you can manage these variables: # define sampleRateT 8000.0 # define IOBufferDuration 0.0232*2 look at this file https://github.com/soulfly/novocaine/blob/master/Novocaine/Novocaine.m I...
On iPhone5 (and probably iPad mini) this code returns 3 input channels // Check the number of input channels. // Find the number of channels UInt32 size = sizeof(self.numInputChannels); UInt32...
I found one thing which we can actually omit: > If your server is new enough (so implements RFC 6121 correctly), you can skip a roundtrip by skipping the urn:ietf:params:xml:ns:xmpp-session...