Johann Fradj
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.
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, ]); ```...
This PR allows a job to define a cloud task id and thus leverage the powerful Google Cloud Task deduplication mechanism. Indeed Google provide a guarantee [deduplication mechanism](https://cloud.google.com/tasks/docs/reference/rest/v2beta3/projects.locations.queues.tasks/create#body.request_body.FIELDS.task) > Explicitly...