Propaganistas

Results 5 issues of Propaganistas

### Before submitting a new icon request, please confirm the following: - [X] I have [searched all issues](https://github.com/Templarian/MaterialDesign/issues?q=is%3Aissue) to make sure there isn't a request for this icon. - [X]...

Icon Request

`Inertia::share()` accepts an array, an Arrayable or `($key, $value)` arguments. In the latter, `Arr::set()` is being used, resulting in the key-value being _added_ to existing shared props. In the first...

**What package within Headless UI are you using?** @headlessui/vue **What version of that package are you using?** v1.7.19 **What browser are you using?** Safari for iOS (on iPhone) **Reproduction URL**...

### What happened? I've set defaults for the PdfBuilder in a service provider's `boot()` method as described in the docs. When a PDF gets generated in a queued job: -...

bug

It appears that scheduled tasks defined in Laravel 11's new `bootstrap/app.php` file using `withSchedule()` are not discovered by this card: https://laravel.com/docs/11.x/scheduling#defining-schedules ```php use Illuminate\Console\Scheduling\Schedule; ->withSchedule(function (Schedule $schedule) { $schedule->call(new DeleteRecentUsers)->daily();...