dakur
dakur
Ok, so what do you suggest then? There should be some way how to affect generated code, if we can not afford to change it.
I don't understand. Generated code is of type `string` so what method do you think of that will be able to change it?
Ok, why not, as basic solution that should be enough. 👍
I've just ran into this issue as well. Was kind of confused what happened. I render form with ``, fields with ``, but I have one special composite field which...
I've just came accross this. I want NOT to use `Nette\Security\User`, but I can't because if it's baked into `Presenter`, `UserPanel` etc. While I agree that `User` class has bad...
It make sense to me as well. Why should be presenter aware of what is component sending to itself e.g. when making asynchronous request? I was a bit confused about...
> I'm taking back statement about static analysis, phpstan understands it https://github.com/phpstan/phpstan#custom-early-terminating-method-calls Yeah, but it has [its problem](https://github.com/phpstan/phpstan-nette/issues/51) – you have to mirror each such call into phpstan-nette config which...
> I'm currently writing DI documentation, but it will take a few more weeks. Cool. I just wanted to post it somewhere as it is not the first time I'm...
I was just confused by this as well.
I also like this change, especially the idea behind it – you never want to *accidentally* erase your database just because you mistyped or applied your habit from local development...