Wim Reckman

Results 18 issues of Wim Reckman

# Bug report Using contravariance in combination with the splat/spread operator (`...` / argument overloading) results in an error. ### Code snippet that reproduces the problem This snippet contains two...

## Summary The arguments for `HasFactory::factory` have changed since Laravel 9, so the docblocks have to be changed accordingly. https://github.com/laravel/framework/commit/0f0f883cc181c7ccdcf4b9eb740c796e0944e696 In order to test this change, you will need Laravel...

## Summary Let's say we have the following custom cast: ```php class MyCustomCast implements CastsAttributes { /** * @param Model $model * @param string $key * @param mixed $value *...

## Summary I've used dependency injection for the configuration class in order to avoid Laravel's magic. This makes the code more discoverable and will help refactoring down the line. ##...

All the JavaScript files in `/js/third_party` can be related to plugins mentioned on the [plugins page](https://froala.com/wysiwyg-editor/docs/plugins), except for `showdown.min.js`. So I have a couple of questions about this file: *...

In my current project I work with UUID's for all my models. I want the Froala attachments to also use UUID's instead of integers. To do this I need to...

I like to use morph mapping for all model references that are written to the database so that moving a model class won't break any data. See the [Laravel docs](https://laravel.com/docs/8.x/eloquent-relationships#custom-polymorphic-types)....

I've created a fork of this repository in order to create some features, but composer hangs when installing the dependencies. ```bash $ composer --version Composer version 2.0.13 2021-04-27 13:11:08 ```...

The documentation says the following. > Note: in previous versions empty strings would also cause the slug to be regenerated. This behaviour was changed in v2.3.8. When using sluggable with...

Sluggable

**Describe the bug** When creating a mutation with both the `@guard` directive as well as the `@validator` directive on the input, the validation is processed before the guarding. **Expected behavior/Solution**...

enhancement