Andréas Lundgren
Andréas Lundgren
`herd coverage` still not working on Windows, and `herd debug` produces XDebug timeouts in console
@mpociot I'm happy to report that `herd debug` seems to work as expected after the update to v1.11.1 (aside from some xdebug timeouts in console). However, `herd coverage` still isn't...
| Q | A | ------------- | --- | Bug fix? | no | New feature? | yes This PR adds helpers to be able to use `withoutDefer()` and `withDefer()`...
Input ```blade @props([ 'as' => 'h1', 'dot' => true, ]) class('text-balance text-4xl font-bold tracking-tight text-gray-950 sm:text-6xl') }}> {{ $slot }}@if ($dot).@endif ``` Output ```blade @props([ "as" => "h1", "dot" =>...
This PR updates the StorefrontSessionManager to store the currency in the session.
> [!NOTE] > Builds on #2186 *(I think the changes are included here as well..?)* This PR introduces significant updates to the `StorefrontSession` system, focusing on improving type safety, enhancing...
### What Happened I have copied the test structure from Pinkary, with an Arch folder and an `ArchTest.php` file in the root. I have added a new testsuite to `phpunit.xml`...
### Platform Windows ### Operating system version Windows 11 Home (25H2 26200.7019) ### System architecture Windows ### Herd Version 1.23.0 ### Bug description A couple of weeks ago there was...
Currently most methods and properties use variants of `incTax` and `exTax`, while one place (CartLine::$unitPriceInclTax) uses `inclTax`. This could be unified to `inclTax` and `exclTax` in v2, which makes both...
The documentation around Order Notifications is sparse. https://docs.lunarphp.com/1.x/reference/orders#order-notifications It's not clear what the difference between `Mailers` and `Notifications` are. Defining a `Notification` seems to do nothing in an app as...