Miloslav Hůla
Miloslav Hůla
Could you provide Tracy dump file?
@mrceperka Btw, which nette/cahing version?
What about E_USER_WARNING on big number? To force user enclose it in quotes as a string. JSON has the JSON_BIGINT_AS_STRING only for interoperability between 32-bit and 64-bit systems.
> What to do with numbers such as 0x123456789123456781345678913? I would prefer to return them as decimal string however I'm not aware of any efficient solution to perform the conversion....
IMHO, template file is internal thing of Control, thing of encapsulation. Control may use more templates too, that's why you usualy set template file in `render()` method. Why do you...
Timestamp with timezone is not covered [by test](https://github.com/nette/database/blob/4b4a269d2b92d8fc922230996889128948a5e346/tests/Database/ResultSet.normalizeRow.postgre.phpt). U guess, noone used it. One possible solution is fixing normalization :)
I'm not sure but... Latte does not tokenize CSS, CSS is one context. And colon escaping simple disallows you to pass `javascript:` into `url()`.
@soaj1664 As I wrote, Latte has only one CSS context. It supposes that variable contains CSS property value only, not the property name(s).
Why weekness? Such implicit assumption seems secure to me. You can use: `...` And the CSS context is not for tag attribute only. You can use Latte syntax in CSS...
I'll migrate it to newer version soon, so I'll update it.