Sander Muller

Results 10 issues of Sander Muller

RawGit is used to insert the infobox JavaScript (https://cdn.rawgit.com/googlemaps/v3-utility-library/master/infobox/src/infobox_packed.js). This now returns a 404. I see at https://rawgit.com/ that the service is being shut down. Quote from RawGit: > RawGit...

This form builder is great, and does basically exactly what the Symfony form builder does, except more in the Laravel style. However, one thing that doesn't work as well as...

Exports in Laravel Nova on Vapor are giving a `Illuminate\Contracts\Filesystem\FileNotFoundException` while working locally. Exception message: > File not found at path: temp/laravel-excel-e0Eeo8ZF7f6SYKKmzbqDI5GTKLBAlLtt.xlsx This PR lets the disk handle the creation...

I have added extra fields to the CalendarEvent entity, how do I display these, for example, on hover or click? I added the description field, but the fullCalendar `eventClick: function...

question

Allow BackedEnum and set default guardName Fixes the following PhpStan error: ``` ------ -------------------------------------------------------------------- Line app/Console/Commands/EnsureRolesAndPermissionsAreSetCommand.php ------ -------------------------------------------------------------------- 29 Method Spatie\Permission\Contracts\Role::hasPermissionTo() invoked with 1 parameter, 2 required. ✏️ app/Console/Commands/EnsureRolesAndPermissionsAreSetCommand.php 29...

revisit for future version

@staudenmeir can you look at the 3 remaining phpstan errors? PHPStan is saying that the values cannot be `null` in these cases, and I would agree from a theoretical look...

### Bug description When typing out Japanese special characters, in this case `クイズ` the search result is not selected when clicking the search result, but another option (first option, not...

bug

Currently the load once function docs example makes it load just once, however the loading icon remains present the second time its searched. See ![ed7e71ef-c164-4add-acca-985c26de85a9](https://github.com/user-attachments/assets/4d8a4f5b-f6bf-4061-8627-c42bff965e69)

This PR makes prevents the plugin from throwing exceptions when no user is logged in due to calling `->can()` on `null` as part of the authz checks. The PR has...

This addition is a follow-up to #57663 and makes it possible to use `WithCachedConfig` in the base `TestCase` and disable it for certain tests that override the ENV or Config....