John Pedrie
John Pedrie
Tested on v3.5.0 and v3.6.0. It seems that recently, opengraph (seemingly only in the context of Facebook) or twitter cards have ceased to render images when the image source is...
Copied from https://github.com/googleapis/google-cloud-php-recaptcha-enterprise/issues/2 --- Following commit: https://github.com/googleapis/google-cloud-php-recaptcha-enterprise/commit/f933a0b5ecba7c4f6c143979df5986ac7310a4d8 renamed `scopes` to `defaultScopes`. `defaultScopes` is a wrong name as it is ignored by google servers. As a result, `scopes` now need to...
See #3719 for context. PubSub and Spanner allow users to provide their own gapic clients. This allows users additional flexibility in configuring grpc and makes testing simpler. We should support...
Running `ruleguard -rules lint.go ./...` completes with no errors. However, when running the pre-commit hook below, I get many errors about undefined variables and types, and the execution fails. ```...
PHPUnit 5 is still required by Google Cloud PHP since it has support for PHP 5. However in PHP 7.4 the PHPUnit mock builder raises the error `Function ReflectionType::__toString() is...
Currently, GAX does not support IPv6 addresses. Providing an IPv6 hostname will raise `Google\ApiCore\ValidationException`. Example: ```php
related: https://github.com/googleapis/google-cloud-php/issues/3434 The `prettyPrint` system parameter [defaults to `true`](https://cloud.google.com/apis/docs/system-parameters), which results in extra whitespace transmitted over the wire. This should be set to false by default in GAX.