Jan Pecha
Jan Pecha
@dakujem I created #136. It's ok for you?
I agree - in some cases (if it will be usefull) we can change visibility from `private` to `protected`. For example in `EntityReflection` (alternatively, I have been thinking about some...
Change `private` to `protected` is only one from ways how to achieve extensibility. Would be fine if you create test for every your use case and we can try to...
I agree - I welcome every change that moves LM forward. PR would be great. Then we can discuss and try to find optimal sollution - in some cases it...
IMHO is error in function `getClientWidth` https://github.com/ganlanyuan/tiny-slider/blob/c6db194fc5a65da030e04f7d262e84f7d4d5b9e1/src/tiny-slider.js#L541-L549 It iterates to root (`getClientWidth(el.parentNode)`) and throws error.
Hello, what is your use-case? Why do you need this change?
> I need to extend CliRunner to support more options. And that requires an extended CommandProcessor. Can you give me some examples? Maybe exists better solution.
Implemented as bb195e30442bc5206b30fa9a304e20ea8e96458f
Ahoj, rozšířit `IEntityFactory::createCollection()` o volitelný parametr `$entityClass` mi přijde jako rozumný požadavek. Klidně pošli PR :)