godiez

Results 10 comments of godiez

Hi, I run into this bug, but actually I got the first fail (timeout / duplicate), then a re-submit the form (without reload the page) and works fine.

Yeah, sure. On this [file](https://github.com/KonstantinCodes/mautic-recaptcha/blob/master/Views/Integration/recaptcha.html.php) Here's my full code on 'recaptcha.html.php' file: ```

Hi, As you can see in the [send()](https://github.com/kawankoding/laravel-fcm/blob/master/src/Fcm.php#L76) function, it returns the response as follows: `array:5 [ "multicast_id" => XXXXXXXXXXXXXX "success" => 1 "failure" => 0 "canonical_ids" => 0 "results"...

Hi, I got this error. I'm trying to set different values to 'time_to_live' field (0, 60, 100 seconds) but it does not work. Any ideas?

Solved! The problem was `curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, CURL_IPRESOLVE_V4);` [here](https://github.com/kawankoding/laravel-fcm/blob/master/src/Fcm.php#L105), I put my certificate files as describe on [stackoverflow](https://stackoverflow.com/questions/28858351/php-ssl-certificate-error-unable-to-get-local-issuer-certificate/32095378#32095378)

I'm very new to singer packages, but I've been debugged the code and it seems a "problem" with this [line](https://github.com/singer-io/tap-facebook/blob/master/tap_facebook/__init__.py#L729) (something related with the catalog), if you bypass it (i.e:...

Well, I've figured out to make it work. The "problem" is **selected** keyword in the [metadata](https://github.com/singer-io/getting-started/blob/master/docs/DISCOVERY_MODE.md#metadata) section. Here is my _properties.json_ file. `{ "stream": "campaigns", "tap_stream_id": "campaigns", "schema": { "properties":...

@WillAsh Hi! Well, I can try. Open a new issue instead and I would see if I could help you.

Hi, Try wit this: ``` curl --request POST \ --url https://app.activecollab.com/api/v1/issue-token \ --header 'Content-Type: application/json' \ --data '{ "username": "[email protected]", "password": "XXXXXX", "client_name": "Test App", "client_vendor": "Test" }' ```