Jáchym Toušek
Jáchym Toušek
So hypothetically... what should I use instead of ``` php ->addSetup('$service->methodA(?)->methodB(?)', ['a', 'b']); ```
Yep, that's what I was afraid of. :-1:
First its a BC break that would force me to update quite a few of my extensions. Second the syntax using question marks is probably the best syntactic sugar you...
`$service` can be replaced with `@self` right?
@pechondra https://getcomposer.org/doc/05-repositories.md#loading-a-package-from-a-vcs-repository
As you know I don't use nette/forms anymore... Currently I don't have a need nor time to solve this.
Closed by accident... it should probably be left open in my opinion.
@Olicek Can you post the code for renderer? I need this on one of my older projects, fortunately only for single checkboxes, no lists. Also your link to the source...
@Olicek Actually I already solved it myself but thanks anyway. ;-)
Because this implementation is wrong and it can be easily added even now using your own compiler extension. I'll put my implementation on GitHub after Nette 2.1 is out.