Saransh Dhingra
Saransh Dhingra
Hi @oprudkyi I tried the following code snippet: ```php $instanceId = ""; $databaseId = ""; $spanner = new SpannerClient(); $instance = $spanner->instance($instanceId); $database = $instance->database($databaseId); if (!$database->exists()) { throw new...
I think this is taken care in #4982 If you pass the env variable `GOOGLE_CLOUD_BATCH_DAEMON_FAILURE_DIR` with a string `false`, that should prevent logging of the failed items. I am closing...
Hi @icedevelopment Just to update you. The fix for removing the warning is simple as you already have discovered. However, the methods `touch`, `file_put_contents`(with an empty string) and `fwrite` with...
Hi @niyonx Did the steps mentioned by @bshaffer help? Are you still seeing the error?
Hi @miraleung First of apologies for a late follow up on this, but I have a few questions on this. The step 5 uses a `gcloud auth login` but then...
Hi @pentium10 I know it's been a while that any activity has happened on this PR, but there are 2 small errors that need to be resolved. As John has...
Hi @anguillanneuf I know this issue was filled a while ago, but can you mention why is it important to use the fully qualified names instead of the friendly names?...
> All that is required is these two lines at the bottom of each sample file. This seems a bit _"un-natural"_ for us to do. As a thought, having this...
> couldn't test in local, since feature not enabled in my gcp proj @vishwarajanand Could we test in one of the allowlisted projects
@glasnt I believe that is happening due to the use of `?->` operator in the `RouteServiceProvider.php` file. This was introduced in PHP 8, while the linter is running an image...