Brent Shaffer

Results 407 comments of Brent Shaffer

Thank you for your report! This should be fixed when this package is upgraded to the latest version of protobuf... something that unfortunately may take a while (~3 months). It's...

It's worth mentioning that you can fix this using phpstan's `--autoload-file` option: ```sh $ phpstan analyse src --autoload-file=phpstan_boostrap.php ``` ```php // phpstan_bootstrap.php use Google\Protobuf\RepeatedField; use Google\Protobuf\Internal; require __DIR__ . '/vendor/autoload.php';...

**Here are the ways this option can currently be used:** - `SpannerClient` constructor - `Database::execute` - `Database::runTransaction` - `Database::transaction` - `Operation::transaction` - `Transaction::commit` **Supplying Isolation Level here will throw an...

This requires more research, mostly because when calling the `listen` methods (which are the methods where this is necessary), the API throws an exception because the routing headers aren't supplied...

These classes are generated, but these should be fixed by https://github.com/googleapis/google-api-php-client-services/pull/6295 once it's merged

@vishwarajanand looking at the changelog, guidance for the API Key variable was removed. Let's check with the auth team and see what the status is on supporting API keys @TimurSadykov...

@grandpaslab The issue is that either a `$scope` or `$authUri` are required to use the Self Signed JWTs, and since `AuthTokenMiddleware` does not pass in an `$authUri` (this may be...

@ryanneufeld thank you for your submission! I'll take a look. Do you know if the spec defines this as a valid use of `kid`? Or is it primarily that you've...