David Grudl

Results 480 comments of David Grudl

- getBody() vs getParsedBody(): imho second one is better - support for application/x-www-form-urlencoded: nice, but IMHO useless - support for application/json: really useful, but doesn't cover fact that Json::decode has...

For the next version there are plans to move to middleware and there will be probably a lot of changes. So currently I do not want make a BC break...

I reverted fix for #90.

Point https://github.com/nette/forms/issues/114

This is a problem where is no simple and right solution.

This `ip2long($host)` needs to be called with host, the authority includes the port.

To avoid confusion, this has nothing to do with PSR-7, so it does not matter whether it is stable or not.

@hrach is finer caching granularity correct fix for this issue? Partial row should re-execute query and not to throw error.

He means that you changed `getTargetPresenter` -> `getTargetPresenters` and it's return value. But getTargetPresenter is internal method, so it is not BC break.