David Jiménez

Results 6 issues of David Jiménez

Hi! I have this test assertion in my tests: ```php SendWelcomeEmail::assertPushed(function (SendWelcomeEmail $job) use ($user) { return ($job->user->id === $user->id) && !empty($job->new_password); }); ``` And I get this error in...

### Is your feature request related to a problem? Please describe. When the next/prev link text is generated, it takes the text from the frontmatter of the current page you...

enhancement
theme

### Description The following code: ```php

enhancement

There is no way to trigger an AJAX request when an element is visible in the viewport. I see 2 problems: 1. The intersect trigger only happens after the scroll...

### PHP Version NA ### Laravel Version NA ### Package Version NA ### Description Website is not accesible: ![image](https://github.com/owen-it/laravel-auditing/assets/4275886/2996c1ce-a297-49c2-940c-56971bb80b78) ### Steps To Reproduce Open https://laravel-auditing.com and check the Netlify error...

### Problem OpenFoodFacts has different APIs, for example, the [beauty API for Cosmetic products](https://wiki.openfoodfacts.org/API/OpenBeautyFacts). The API is [98% similar](https://support.openfoodfacts.org/help/en-gb/11-open-beauty-facts/101-where-can-i-find-the-open-beauty-facts-api-and-data-exports) to food API. Right now the package can only use the...

✨ enhancement
🧴 Open Beauty Facts
🎯 P1