Johann Fradj

Results 9 issues of Johann Fradj

As it is, It's not possible to use path as key because directories contained in path doesn't exists. maybe something like this may fix the issue - (void)writeData:(NSData*)data toPath:(NSString *)path;...

Hello, I think that the the method prototype isn't totally correct: ``` public function replyTo(string $message_id): self ``` Indeed, it should allow to set the value to null, so the...

This PR adds support of the [CTA URL](https://developers.facebook.com/docs/whatsapp/cloud-api/guides/send-messages/#cta-url-buttons) message. Should respect OP guidelines README updated Tests implemented Successfully tested on my own project.

approved

Other warnings seems to be already fixed. I have to tell dropbox guys that their version of your (awesome) lib is not up to date ;-)

Hi, Your Macro is broken on the new iPhone 5 (4" screen) // macro for checking if we are on the iPad in iPhone-Emulation mode # define IsIPhoneEmulationMode (!IsIPad &&...

Adding inline compiler instructions to avoid the following warning: "WEPopoverController.m: warning: Unused Entity Issue: Property access result unused - getters should not be used for side effects"

Hello, I want to use the speech API to convert speech into text. --- ### TL;DR Using: ```php $explicitConfig = new Google\Cloud\Speech\V2\ExplicitDecodingConfig([ 'encoding' => Google\Cloud\Speech\V1\RecognitionConfig\AudioEncoding::ENCODING_UNSPECIFIED, 'sample_rate_hertz' => 16000, ]); ```...

api: speech