Jan Pecha

Results 39 comments of Jan Pecha

Hi, there is no flag to keep files in assets directory. Assets directory is always purged and installed freshly. Maybe can help option `assets-target` and configure custom directory for every...

Hello, thanks for idea. I think about it and it's little problematic, because we refresh all assets after each `composer update` / `composer install` so we need all assets be...

Ahoj, díky za PR, napadají mě k tomu ale 2 zádrhely: * `$entity->get($primaryKey)` může místo skalární hodnoty vrátit objekt, tudíž `$value[$entity->get($primaryKey)]` spadne na špatném typu indexu * `$mapper->getPrimaryKey()` vrací název...

Ahoj, možná bych to celé upravil do jiné podoby - koukal jsem jak to entita řeší teď (třeba při úpravě M:N vazeb) a řešením by bylo vytáhnout tu hodnotu primárního...

Thanks, I will look at it more during week. Some questions: **Entity** Why you need `useMapper`? Override of `getReflection()` isn't enough? I have custom `getReflection` & `EntityReflection` on some projects...

Sorry for delay, I was very busy. > The entity gets flagged as changed when the underlying data has not changed at all. I think other behavior can be achieved...

**EntityReflection** - what do you think about #141 ? It allows to create own provider and change everything - properties, getters, setters, `$internalGetters`,...

I plan to drop PHP 5 support and update Tester in Lean Mapper 4.x. For now IMHO would be fine add only `contributing.md` with instructions - how to create branch...

I thought about it and I have some notes. * `vendor/bin/tester -C` doesn't work in Tester 1.7 so `test-local` is useless for now * I don't want to have hardcoded...

It would be great split this PR on 2 parts: 1) manual for contributors 2) changes in `composer.json` We can add contributors manual in separate PR and this PR can...