Mo Khosh

Results 92 comments of Mo Khosh

@CharlieEtienne Yes, it's not super elegant, but you can do it in the edit modal like this: ```php use Filament\Forms\Components\Actions; use Filament\Forms\Components\Actions\Action; protected function getEditModalFormSchema(?int $recordId): array { return [...

1. This was an interesting video, I recommend we all watch it: https://www.youtube.com/watch?v=qScVFyOGL_Y 2. I suggest we brainstorm some ideas about the public API, and discuss pros and cons. 3....

here's an idea what if we don't have migration files. we just have a migrate command that looks at your model and creates/alters the table to match your model. that...

> Symfony style? Great for development, scary for live databases. I think anything touching your live database is scary anyway. What do you think makes it more scary though? In...

> I have once done an Entity (Model) change which caused the "auto migrate' feature to rename the column by dropping it and recreating it, resulting in an empty table....

> To be clear: Tempest is targeting small and medium projects, not big projects. That's great. And it makes me wonder why we're worrying about things falling apart even more....

Hey, I couldn't reproduce this bug. Do you mind creating a reproduction repo? This is how it currently renders in my apps:

Hey, Please explain what the issue was and attach a video if necessary. Also there are so many unrelated changes in this commit. And the pr is from your main...

This is generally a nice idea. However, there are quite a few issues that prevent me from merging this: 1. The PR is to `main` branch, which means this will...

Thanks for the idea.