Eric Pfeiffer

Results 17 comments of Eric Pfeiffer

Any progress on updating the bundle so this is automatically included when downloaded through the marketplace?

Have you figured out a way to be able to have the custom forms styles applied globally? I'm new to tailwind and would like to have form inputs styled globally...

Wasn't sure if there was really a way to write tests to be able to seed some test data before running the migration. If there is, I'd be happy to...

@bennothommo In my limited testing it didn't make a ton of difference, but changing VARCHAR to int obviously made the biggest difference. I can remove the index changes if you'd...

I tried to find out if there was a way to run a query to determine if there are non-int values in a column, but I couldn't really find anything....

@LukeTowers I've tested it locally with a blank Winter CMS project, created a job class that fails so it gets added to the `failed_jobs` table and is working correctly. I...

Found a short-term workaround. It appears I can sort a column which has a type of `partial`. ```yaml columns: [...] 'pivot[order]': label: Sort type: partial sortable: true path: $/acme/test/views/partials/_reorder_handle.php ```...

I just discovered you can disable the sorting behavior for the relation widget, so I guess this no longer an issue for me. https://wintercms.com/docs/backend/relations#configuring-relation:~:text=showSorting,true Not sure if this is actually...

Any chance you can merge this?

> 7.2 is EOL anyways, it might be good to remove it: > https://www.php.net/supported-versions.php Could also remove the platform override all together from the composer.json file so that the developer's...