Sergei Gulin

Results 3 issues of Sergei Gulin

Hi, to store telegram chat id, I need large integers, including those with negative values, but redbean can't do it I have file ```php use RedBeanPHP\R; require dirname(__DIR__) . '/vendor/autoload.php';...

intake
service & support

Hi, There seems to be an issue with indentation when the depth of nested partials. For example: test.mustache ``` indent {{>tpl_inner}} ``` tpl_inner.mustache ``` {{var}} next line1 {{>tpl_inner2}} ``` tpl_inner2.mustache...