Nikhil

Results 6 comments of Nikhil

Hi Author, Can we please find a solution for this issue?

> Use this one: use Tymon\JWTAuth\JWTAuth; and then $token = JWTAuth::fromUser($user)

I see that, there is one parameter which is accepted by the function `removeActiveItems(excludedId: number)`. So if you are using placeholder, passing 0 or 1 as per the index should...

> This seems to occur when the slideshow directly affects the page width - so when it's the widest thing on the page. In our case, it was because we...

To avoid page reloading, use this simple code ``` window.addEventListener('message', receiveMessage, false); function receiveMessage(event) { if (event.data) { var msg; try { msg = JSON.parse(event.data); } catch (err) { //...

may be give optional support to use GPU?