Dan Harrin

Results 529 comments of Dan Harrin

Uh, thinking about it more, I'm not going to do that. It would be unexpected behaviour, since saving the relationships is still a distinct process to dehydration. Maybe we just...

The reason we still use `saveRelationshipsUsing()` for `BelongsTo` is that some people don't have it in their `$fillable` array

This is a weird one. The data does seem to update correctly for me, but they don't render at full width.

Maybe Chart.js has trouble rendering if it is hidden. Maybe we could reinitialise it when it enters the viewport again, maybe `IntersectionObserver` would run when the tab is opened?

Yeah, I'm on the edge about if this is a bug or not. I think there are some situations where the relation is loaded and there is no `modifyQueryUsing` that...

The `columns()` method is not a feature of the unordered list component, it is just on the base Component class so gets inherited. I just didn't need it for the...

I will probably get around to it some time

To prevent it from being updated, use a validation rule like this (notification optional). Tested on v4, probably also works on v3 but haven't tested ```php ->rules(fn ($record) => [...

Is there a consistent way to trigger this, ie "clear the browser cache and on the next request it will error"