Daniel Weaver

Results 35 issues of Daniel Weaver

This pull request adds support for dot notation which is supported elsewhere in the framework but currently is not supported via the `Arr::only()` helper. Example: ```php $array = ['taxonomies' =>...

### Make sure you've done the following: - [X] I have checked that this issue has not already been reported. - [X] I have validated that this issue is not...

bug
P-Blocked

This is to fix #617 It allows the event to propagate through if there are no mapbox targets nearby. This sort of breaks the one tap move drawing functionality, but...

events
touch-specific

Sometimes one might have need of rendering a blade component directly from say a controller or maybe a customized component instance from a model method. For example: ```php public function...

It seems the following should work but it does not: ```vue ``` This works: ```vue ``` The reason why the former doesn't work is because the click away code is...

When interacting with the User model, description is the only attribute which is aliased but not included in the appends. So despite the alias making it easier to access it...

I would be interested to see if TipTap support could be added. I can attempt a preliminary PR if you think it's a good idea.

Importing tables from HTML causes the content of table cells to not be wrapped in paragraph tags which Tiptap js then complains is invalid content. This takes the wrapper code...

This fixes https://github.com/ueberdosis/tiptap-php/issues/25 The issue is that the count method of checking if an array is multidimensional does not account for an edge case of a sub empty array: https://3v4l.org/16rVK...

Would be awesome if Antlers supported the continue and break control structures: https://www.php.net/manual/en/control-structures.break.php https://www.php.net/manual/en/control-structures.continue.php Currently if you have a loop and you want to skip an item: ```antlers {{ posts...