Dan Harrin
Dan Harrin
I'll let you know when the roast is ready... Jokes aside, I'll take it from here and add commits or create a new PR. Thanks for your work
I know what the problem is, but I don't know to fix it really. Before a Livewire request is returned, we check if there are any notifications that are due...
A helpful PR would be to enhance `tests/src/Actions/ActionTest.php` with extra nested action tests that fail. Then I can fix the failing tests. Are you able to do that?
Not sure what you mean? Tested against the output of the PHP function, no need for a browser test
It's not a screenshot, it stores text: https://pestphp.com/docs/snapshot-testing
Hey! Appreciate this is a real issue but don't think there is a fix on the Filament side without first investigating if its a Livewire issue, which I think it...
Hi! Default values are only applied on Create and not Edit pages, so as we dont overwrite existing data. See https://filamentphp.com/docs/3.x/forms/fields/getting-started#setting-a-default-value You could use `$set()` to set the value of...
Can you please try to work out reproduction conditions for the error? Nothing is truly a "random" failure
Have you had a look at the `fi-prose` CSS to see what might be causing it?
Try this: ```css *:where(:not(.fi-not-prose, .fi-not-prose *, br)) + *:where(:not(.fi-not-prose, .fi-not-prose *, br)) { margin-top: calc(var(--spacing) * 4); } ```