Sebastiaan Luca

Results 21 comments of Sebastiaan Luca

@JosephSilber Chiming in here, we have a similar issue. On a simple page where we check **one ability** (`$this->authorize('view-admin-dashboard');`), it runs 2 (almost duplicate) queries (one for checking the forbidden...

Thanks for getting back to me so quickly, @JosephSilber! We did the checks with both cache on (our default setting) and cache off, but didn't notice any difference. When cross-request...

Thank you for going out of your way to set this up, I appreciate it. I'll do a proper debug later on to see what's going on and let you...

Just set up a Laravel Zero project and was wondering why this wasn't working. It seems to register only package commands, nothing in `app/Commands`: ``` 0 => "Illuminate\Console\Scheduling\ScheduleRunCommand" 1 =>...

![Screen Shot 2020-04-20 at 13 43 26](https://user-images.githubusercontent.com/711940/79747999-ed29b080-830c-11ea-903a-b122d06cdfda.png) Still an issue and no fix at the moment. Using a `datetime` type and `moment.utc(item.created_at).valueOf()`.

Had to add an entire day to each of my datetime x-axis entries just to get the last month to show up. January still doesn't show. ```javascript moment.utc(item.date, 'Y-MM', true).add(1,...

Tried to apply the fix locally, but it doesn't seem to do anything?

Good tip! Remembered I had to solve this in the past too. For those interested: ```php

My memory's a little foggy trying to remember this use case 😅 Given the example in the opening post where a users has a lot of messages and we want...

Can't get it to work either. Did some debugging and it sends the encoded payload to the socket, but the app doesn't do much 😄 Debugbar v3.5.2 Laravel Framework 8.20.1...