Dan Harrin

Results 538 comments of Dan Harrin

Hmm no I don't think we should add a method like that to Filament to be honest, the dynamic schema is the correct way to go in this case.

Thanks for the detail here! Reading through, I don't know if there is much we can do about the situation, but if Livewire adds "interruptible" requests as a feature we...

Instead of this flag that just selects the first, shouldnt there be an argument where you pass in the name of the namespace, like the model namespace, so you can...

Hi, the CLI has now been refactored for v4, so if you want to implement this please put it on that branch, with the suggested change above too

Hi all, I think this issue has been fixed in v4 of the framework, so I am closing it. I ended up removing Choices.js and building a custom select where...

How many rows were in your import CSV?

Also there is no Filament import code and example import file in your reproduction repo, this is going to get closed if its not reproducible

Were there 7 million rows in your import file? There should be one row for each failed row in the CSV. You can check this in the `imports` table, it...

Were there any server exceptions originating from the import, or are the rows all validation related? If there were server exceptions, maybe job retries kicked in. You could try using...

I'm going to close this as there isn't really enough info for us to work with here. v4 has an alternative retry strategy for imports too, which I think could...