Peter Elmered
Peter Elmered
I've been trying to get sourcemaps to be generated in this webpack config but I can't get it to work. I'm not really used to the loaders and plugins you...
Like I wrote about in issue #7, I wanted to have the form only in a modal and display the comments in an infolist. I think this UX works better...
I've been having issues with this package when I use autoloading of migrations from domain paths in my project that uses DDD, in specific this package: [lunarstorm/laravel-ddd](https://github.com/lunarstorm/laravel-ddd). I get error...
When you input very big numbers with the mask it change to to the scientific format with exponent like: `1.2454564645556566e+21` This is then stripped into for example 124545646455,565.66 which is...
### What Happened The security preset for architecture testing reports `parse_str` as disallowed. However, the problematic behavior of this function has been deprecated since PHP 7.2 and removed since PHP...
Implement support for returning multiple items from `FakeCarHelper::getWeighted()` when you pass `$count > 1` as the second parameter.
Hello, I would like this to support JSON:API [error objects](https://jsonapi.org/format/#error-objects). Is this something that you have considered? I might contribute an PR for this if this is something that you...