jp

Results 10 issues of jp

The following tests are currently failing when running the test suite locally: - Tests\Feature\Http\Livewire\SubmitYouTubeLiveStreamTest > it shows a success message with full youtube url too - Tests\Feature\Http\Livewire\SubmitYouTubeLiveStreamTest > it clears...

Fixes #126 Following on from a discussion started by @asgrim in https://github.com/jgrossi/elephpant.me/issues/126, this PR adds the ability to be able to mark Elephpants as "prototypes", which will then prevent them...

Pretty much the same as `toBeConnector` or `toBeRequest` but for Plugins.

Using the `toBeTriedAgainOnFailure()` Expectation gives an error: ```php Too few arguments to function {Namespace}::__construct(), 0 passed in ``` Same issue happens with `toHaveRetryInterval()` and `toUseExponentialBackoff()`

> [!NOTE] > As part of #50670 I was [asked by @driesvints](https://github.com/laravel/framework/issues/50670#issuecomment-2176247928) to reattempt my previous PR (https://github.com/laravel/framework/pull/47983) for Laravel 12, so here we go! PR body is the same...

At the moment, if you have a job and you specified the number of times it should be retried, you could test it like this: ```php test('job') ->expect('App\Jobs\TestJob') ->toBeTriedAgainOnFailure() ```...

good first issue

### Self-Hosted Version 24.8.0 ### CPU Architecture x86_64 ### Docker Version 24.0.7 ### Docker Compose Version 2.29.2 ### Steps to Reproduce 1. Go to Dashboard 2. Look at Discover Link...

### What: - [ ] Bug Fix - [x] New Feature ### Description: I was speaking to Nuno on Discord about making `en` the default language used for the Profanity...

There's no Expectation to expect a class to use `HasRequestPagination` rather than `HasPagination`.

good first issue