Arman Poghosyan

Results 36 comments of Arman Poghosyan

Nevermind, I agree that caching/storing map will be better anyways (as it will save resources later on), I have already prepared PR without caching, will submit it and finish the...

I have raised some questions for further discussion under PR #16496

@MattRh @samdark You proposed mapping, but it adds further complexity to use the feature. I'm for caching (which I described under PR) and not defining mapping. So only first call...

@MattRh I see this feature as a very good way to do several things: 1. Do some formatting before using the attribute in the view (yes, there is already a...

@lubosdz I've already answered some of your concerns in discussion earlier here and under the PR, but let me clarify it again for everybody. First of all I see this...

Yep, I'm also for consistent naming and in that case add `isDirty` won't be a big problem as it's not so common to use `isDirty` method name in your models....