Jacob Fricke

Results 6 issues of Jacob Fricke

### Versions: - ide-helper Version: 2.10.0 - Laravel Version: 8.49.2 - PHP Version: 8.0.8 (Laravel Sail: 1.8.4) ### Description: In my project the models are divided into multiple namespaces: -...

bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior `npm list [pkg]` list only packages that have `name = pkg`...

Bug
Priority 2
config:aliases

For various reasons it would be good to be able to record blood pressure (bp) since its an important health indicator. Things to consider: - ability to record multiple values...

enhancement

In my project I have a number of traits for form requests. I like to test those traits individually. To achieve this I create anonymous classes within my test-cases, implementing...

enhancement

I would love to have the ability to test the behavior of the [`prepareForValidation`](https://laravel.com/docs/10.x/validation#preparing-input-for-validation) method. In particular it would be interesting to check, that the function changes the request-values/parameters in...

In my Project I have a unique index on the order column. When reordering the entries I receive a 'duplicate key entry' error for the order column. While investigating the...