beshoo

Results 115 comments of beshoo

Dear @metalwarrior665. Am still confused with this message "Google presented already enqueued place, skipping" is it a **BUG**? While the address is valid, why crawler is skipping it? What is...

@metalwarrior665 any update about this bug?

> You can try variant api > > ` ` https://next.vuetifyjs.com/en/components/text-fields/#variant ![image](https://user-images.githubusercontent.com/4635115/194313452-09963309-a89a-4d29-bc24-3d2c63a44dce.png)

I would like to mention that this problem may not appear on some browsers. The strange thing if I open the vuetifyjs website : https://next.vuetifyjs.com/en/components/text-fields/#variant The problem does not appear....

It seems if we disable the "**--v-theme-on-background**" it fixes the problem

> > --v-theme-on-background > > how to do that? I just disable that from the inspect window, am not sure how to do that from the code base.

> yes, it fixed it. Yes, but how to PL this? I can not find the source code for it!

it seems Laravel can not see any header here \vendor\laravel\framework\src\Illuminate\Http\Concerns\InteractsWithInput.php ``` public function bearerToken() { $header = $this->header('Authorization', ''); $position = strrpos($header, 'Bearer '); if ($position !== false) { $header...

same as this https://github.com/tymondesigns/jwt-auth/issues/1026 but i don't understand how to fix the project to BE AUTOMATED

still dont have solution? i've facing the same issue