Anton C. Swartz IV
Anton C. Swartz IV
``` [2022-08-05 14:16:47] production.WARNING: explode(): Passing null to parameter #2 ($string) of type string is deprecated in phar:///usr/local/bin/expose/app/Client/Http/Modifiers/CheckBasicAuthentication.php on line 92 ``` The php version is php 8.1.8 launching expose...
**Your client library and Google Ads API versions:** * Client library version: `v15.0` * Google Ads API version: `10` **Your environment:** ``` ================= PHP GENERAL INFORMATION phpinfo() PHP Version =>...
For some reason when using WSL and X410 the mouse can only barely control the movement. it takes like 200+ mouse movements to turn 180 degrees
In the readme it shows calling ZoneBuilder::build() via a static method. However when calling it is not setup as a static method.
So after only a few lines the graphical line spacing and the text get out of alignment but adjusting the line spacing for the body to 1.299em fixes the misalignment.
```php try { // Generate a refreshable OAuth2 credential for authentication. $oAuth2Credential = (new OAuth2TokenBuilder()) ->withClientId(env('GOOGLE_ADS_CLIENT_ID')) ->withClientSecret(env('GOOGLE_ADS_CLIENT_SECRET')) ->withRefreshToken($refreshToken) ->build(); } catch (\Throwable $e) { return $this->job->fail(); } try { //...
I was wondering the ETA for when the PHP driver will be available for surrealdb?