Mark Story

Results 653 comments of Mark Story

> we could investigate the use of AI in a CI pipeline to keep translations in sync, if option 2 is viable. Please no LLMs in CI.

Thank you 🎉

> We need a clear strategy for theming. While we can easily adjust the light mode to match the official CakePHP color scheme, there is no predefined brand guide for...

> The arrays seemed like a way to just encode random data used for random support. It was in some ways. We could end up with a lot of methods...

As I'm getting into implementing this there are some changes that need to be made to this plan. `TableSchema` uses indexes & constraints and not foreign key. Constraints are used...

> Retaining the array based metadata methods is fine for 5.x but 6.0 it would be better to keep only the getters for objects, for a clean API. :+1: to...

Closing this as I've completed what I set out to do here.

I like the idea of view fragments as a way to better organize long view templates. Couldn't you also use `element()` for rendering the fragment templates? I think `$this->element('../Controller/_tab_a')` will...

While I can see your points about points about how having the ORM save the internal state would be more useful in your scenario. We cannot simply just make a...

> I do not see why the extra parameter on accessors would not be viable. It would allow developers to write code that behaves differently when the field is accessed...