Tornike Razmadze

Results 5 issues of Tornike Razmadze

I have following code, which runs perfectly on my local machine: ```go func scrape(url string) (string, error) { opts := append(chromedp.DefaultExecAllocatorOptions[:], chromedp.NoSandbox, ) allocCtx, cancel := chromedp.NewExecAllocator(context.Background(), opts...) defer cancel()...

needs info

What is the best way to implement Authorization / Authentication for this architecture?

``` start.elf is not compatible this board requires newer software ``` ![IMG_3003](https://user-images.githubusercontent.com/793804/164994567-e5b05650-8f4f-4f4c-b075-9b7537584518.jpeg) This is the message I get after installing 1.91 version on the sdcard. the device is Pi 4B....

addes support for .watch file where one can list the directors outside the watching path to watch the list of directors should be in relative paths separated by \n

In laravel 5.1 UserProviderInterface has been removed so I changed it to the correct one from Illuminate\Contracts\Auth\UserProvider.