Jan

Results 6 issues of Jan

Since Laravel 8 the Trait [Prunable](https://laravel.com/api/8.x/Illuminate/Database/Eloquent/Prunable.html) exist ([Doc](https://laravel.com/docs/9.x/eloquent#pruning-models)), it would be nice to have it in upcoming releases.

Since Laravel 8 the Trait [Prunable](https://laravel.com/api/8.x/Illuminate/Database/Eloquent/Prunable.html) exist ([Doc](https://laravel.com/docs/9.x/eloquent#pruning-models)), it would be nice to have it in upcoming releases as annother option to `snooze:prune`.

On iOS the @1, @2 and @3 images are all 2732x2732 px. Xcode also gives a warning when running "The launch screen exceeds the memory limit and may not display...

**Describe the bug** Promise does not resolve on preloading Assets **To Reproduce** ```ts NativeAudio.preload({ assetId: 'sound.mp3', assetPath: 'public/assets/sound.mp3', audioChannelNum: 1, isUrl: false, }) .then(() => console.log('loaded')) .catch(e => console.error(e)) ```...

## Bug Report In our Sentry logs I increasingly see the error ‘Current directory does already exist.’ It is triggered when writing files where a path is specified. The recursive...

platform: web
needs reproduction
needs reply

### PHP Version 8.4 ### Laravel Version 11.8 ### Package Version 13.6 ### Description In our cicd pipeline we are testing with pest in parallel in this testing stage audits...