Filip Ganyicz
Filip Ganyicz
- Bazar Version: 0.9.1 ### Description: Is there any reason to return public url instead of full path when using disk other than local or public? This yields unexpected results....
This is due to how Symfony serializer works. When the serialized object (event) contains a method with the name of the attribute, return value of that method is preferred and...
When both Ray and Flare are installed on a Laravel project and a report function is called inside of a view, the Laravel app ends up in an infinite loop...
Split from https://github.com/livewire/livewire/pull/9550 This PR only solves the `#[Isolate]` bug, whereas the previous PR also included a change to `#[Async]`. The issue lies in multiple requests being fired at the...