Results 11 issues of Hrvoje

If the Model has an observer with a saving() or creating() method which fails the repository implementation will not consider the the outcome of save(). It is not possible to...

I thought this package is meant to 'abstract the database layer' as stated in the repository description. The repository interface requires me to implement the method whereHas() ``` /** *...

I want to prevent users from seeing blocked users. I have added a criteria in the boot method of the UserRepository. I want this criteria to be applied to all...

Every time I update an entry using the repository's update() method there is an additional query to fetch it.

When using the RequestCriteria it is not possible to specify a default order/sort. In one of the controller methods I want to default sort to 'desc', but it's hardcoded to...

I'm wondering if it makes sense to have the zeroHeader flag in the FileOptions rather than the Archive options. You could keep the option in the Archive as well, to...

enhancement
help wanted

First of all, DataDog is great! We have it integrated on several services, some of which communicate using guzzle, while others use Symfony's [CurlHttpClient](https://github.com/symfony/http-client/blob/5.3/CurlHttpClient.php). We see traces involving multiple services...

feature-request
🤲 up-for-grabs

I'm crazy In case you merge, squash the PR. I was too lazy to clone the repo to my local machine so I edited the files one by one using...

Thank you for examining the [performance](https://github.com/benahm/TestDataFactory/blob/master/docs/PERFORMANCE.md) impact of using this library. I'm having a hard time understanding what the results imply. Are test results for test cases 5 and 6...

Hi guys, Thank you for creating this open-source project. I think it demonstrates what agnostic packages are about. I used it in one of my projects and ended up writing...