Results 7 comments of Matt

I don't, I'm afraid. I encountered this error in a different context a few days ago. I started looking at JetsStrap yesterday and was looking through issues to see if...

Hi! Fair enough. I will double check that. It didn't seem to create any settings records for users when I migrated, but I'll do some testing. Side note - I...

Hello again. So I've just taken another look at this and found two things: 1. My proposed solution is a bad idea. If you load a large number of historic...

Thank you, I'll keep my eye out.

No worries. I wrote a quick and dirty command to do it in the meantime. ``` public function handle() { $this->withProgressBar( User::select('id')->get(), function ($user) { $user->settings()->initialize(); } ); return 0;...

I understand. It would be very helpful to have in the future, but I appreciate that it isn't straightforward. For now, I'm just taking the body text and assuming it...