Ralph J. Smit

Results 20 issues of Ralph J. Smit

## What are the steps to reproduce this issue? 1. I installed Honeybadger in a Laravel project according to the instructions. 2. I added Honeybadger to the register method: ```...

bug
help wanted

I noticed in Git after publishing the config that there were some inconsistencies in the spelling of the project name in the config. I also fixed some capital letters after...

Noticed a small typo when reading the docs :)

Apparently the extra form fields are not filled, causing any (custom) components in the `->withExtraFields()` that use entangle to crash on the Livewire missing property. Thanks!

### Package filament/filament ### Package Version v3.2.127 ### Laravel Version v11.34.2 ### Livewire Version v3.5.12 ### PHP Version 8.3.10 ### Problem description When I open a page for the first...

bug
unconfirmed
medium priority

Hello, I noticed that when serializing any `instanceof` with the result being an expression fails. For example, code that fails is: ```php $this instanceof (Foo::class) ``` Practical example: ```php if...

### Package filament/filament ### Package Version v4.0.12 ### Laravel Version v12.28.1 ### Livewire Version v3.6.4 ### PHP Version 8.3.25 ### Problem description I am trying to convert some forms to...

enhancement
medium priority

Under certain timing conditions (slow network, long-running pages, parallel requests), `wire:model.live` updates could cause data loss by replacing entire nested objects instead of updating individual properties. The `MessageBus` buffers messages...

Hello, thank you very much for all the great work you did and are doing on Livewire! Quite often it happens that you add a new middleware to your routes,...

New Feature