Sami Walbury
Sami Walbury
- Laravel Version: 9.21.6 - PHP Version: 8.0.20 - Database Driver & Version: n/a (no database involved) ### Description: When using `Bus::fake()` to test a task which calls `$batch->fresh()` -...
In the Contributing guide it says to put our integration file under `to be determined` - but it's not clear what you mean by that. From looking at other PRs...
When validating an array Laravel [lets us validate array items](https://laravel.com/docs/9.x/validation#retrieving-all-error-messages-for-a-field) using the `fieldname.*` syntax which can result in the error bag containing messages which are returned as `fieldname.`. These are...
I'm developing a Laravel package which uses Actions to be used `AsClass` and `AsCommand`. When I try to register the commands in my service provider I get an error: because...
I started migrating SlimControllers for a project of mine, before realising the project had too many other dependencies so I've stopped the attempt. I thought I'd publish this in case...
Is it possible to have Named Routes, which I can then use in $app->UrlFor() ?
The plugin struggles to identify running timers if they don't have all their fields set, even though some of these fiels are optional with Toggl, leading to this workaround: >...
This is a quick-fix for the issue where starting a new timer doesn't reset the already running button. Currently the plugin leaves it for the next Polling to update, which...
An imperfect fix for the issue below. There's no way to get a prompt which has focus, but this might enable a workable workflow for somebody. This may break when...
Obsidian Version: 1.1.9 Bubble-Space-Theme version: 1.6 When in dark mode the lovely stars which make up checklists became misaligned (at some point in the last few weeks/months, I can't really...