Brent Shaffer
Brent Shaffer
According to [the symfony docs](https://symfony.com/doc/current/logging/handlers.html) for adding a custom handler, this is how it's done. If it's not working, I'd have to debug further, but this looks accurate to me.
This was added [here](https://github.com/GoogleCloudPlatform/php-docs-samples/blob/master/endpoints/getting-started/test/DeployTest.php) for App Engine Flex, but we now need e2e for `GCE` and `GKE` as well.
@saranshdhingra I'm getting an error on the `unpack` call [here](https://github.com/GoogleCloudPlatform/php-docs-samples/blob/master/bigtable/src/filter_composing_condition.php#L50) because `exactMatch` expects a string and not an array, and the second argument to `unpack` expects a string and not...
I believe the cause of the problem is when tested on projects using "Datastore Legacy", the operation to create the index pass, but when tested on projects using "Firestore in...
@marcofbb a Pull Request is the best way to contribute code. Why do you "not dare"? Here is [some documentation](https://opensource.com/article/19/7/create-pull-request-github) on how to do this.
Also, I see you've defined two functions in that gist. One is for `generate_signed_url_google` and the other is for `generate_signed_url` (in the comment) Which of these are you proposing we...
@Sethbass To fix the issue with your email address, take the following steps from your master branch ```sh # Add this repo (GoogleCloudPlatform/php-docs-samples) as a remote git remote add google...
What would be *even better* is to move the changes you've made to `README.md` to [GoogleCloudPlatform/community](https://github.com/GoogleCloudPlatform/community/blob/master/tutorials/run-symfony-on-appengine-standard/index.md) instead, as that will update the *actual* live tutorial. We are removing all the...
The `waitUntilComplete` function can be used as well, but it does not have an exponential backoff, and so hammers the API a lot more than when using the `ExponentialBackoff` class,...
Thank you for your thorough report of the issue! Now that you say it, I believe this was put into place because there is an eventual consistency issue between a...