Thomas Brillion
Thomas Brillion
I had faced the same issue. This solved me. [https://github.com/kamranahmedse/driver.js/issues/247#issuecomment-774016683](https://github.com/kamranahmedse/driver.js/issues/247#issuecomment-774016683)
I'm using "bacon/bacon-qr-code": "^1.0.3", "laravel/framework": "^8.0.3", "pragmarx/google2fa-laravel": "^1.3",
I hope this commit will be merged soon because it is seemed to be that this will solve my problem too.
I tried as you mentioned but it didn't work as expected. The shared-files are not listed in returned collection. ```php $adapter = new GoogleDriveAdapter($service, 'root',['defaultParams' => ['files.list'=>['q'=>'sharedWithMe']],]); $filesystem = new...
`info(GoogleReCaptchaV3::verifyResponse($request['gRecaptchaResponse'])->isSuccess())` gives **1** and `info(GoogleReCaptchaV3::verifyResponse($request['gRecaptchaResponse'])->getMessage())` gives **'The action is timeout.'**.
I got the same issue. Can I know if someone has solution ?
@seth-setiadha I have figured out a workaround for the time being. I extended the `Inertia\Response` class mainly and custom Render class instead of `\Inertia\Inertia::render()`. The following is the code FYI....
Hey @0xcrypto , are you able to make Xcode recognize your phone? I have no idea why my Xcode doesn't recognize my phone even though I have built it.
FYI, I have found a solution and wrote an article about it [here](https://medium.com/@thomasbrillion/lets-xcode-in-linux-for-real-ae36cde4cfeb).