David Grudl

Results 462 comments of David Grudl

Great, thanks

At the moment, it is difficult to make a clean solution, so I'll implement it in the next bigger version. However, in nette/http 3.1 the name has changed to `_nss`...

I understand that, I am leaving the issue open.

I added the option to configure row normalizer to disable conversion of intervals: ```php $db = new Nette\Database\Connection(...); $db->setRowNormalizer((new Nette\Database\RowNormalizer)->skipInterval()); ```

Where exactly is problem? Any side effect?

I understand what the problem is. The same thing can happen if two inputs are together in one form-group, so a better solution is the error state only to turn...

> Does this look good to you? Thanks, it looks great! > I spent unnecessary time to find out how to run the tests so that most of them are...