Maarten Kuiper

Results 6 comments of Maarten Kuiper

In `config/app.php` add the following to `aliases`: ``` 'Chat' => Musonza\Chat\Facades\ChatFacade::class, ``` And while you're at it, you probably need this too in `providers`: ``` Musonza\Chat\ChatServiceProvider::class, ```

> Here's how TablePlus handles table column sorting right now ... To be fair, the only thing you really have to do when re-ordering is enter the number for the...

Same problem here. The deleted entries show up in the 'Recently deleted items' that can be found in the menu for the desktop app. Raycast should probably not be querying...

I am also running into this issue. I have text fields with specific input names and have created rules for those names, but generic text is entered instead when I...

Sounds like a great idea! Feel free to use the scalars we've created. I don't think we'll need to integrate this package with your scalars package, as this package on...

In that case it would probably be a good idea to move the parsing of a string to a Carbon object to the scalar. Sounds like a good idea to...