Tomáš Kudělka
Tomáš Kudělka
Hello, Wouldn't it be better to have in composer.json just PHP version dependancy? And deal with everything else via phar. Similar to https://github.com/phpstan/phpstan. I would like to install it via...
Hello, how long are the requests waiting to get response from php-fpm? Is there any timeout? Is it possible to add any timeout? Thank you.
Hi, in ErrorPresenter I create catchall route looking like this `[]` to get `{link this}` or `{link 404!}` working in the error template. But I need to prepend it to...
Hi, I just wanted to ask for a few examples of what you use the library for in real life. Why do you need to serialize closures? I can see...
Hello, I know that using EntityManagerDecorator is recommended by Doctrine authors, but according to this issue https://github.com/doctrine/orm/issues/5820 and my own experience, it's not ready to be heavily used yet. Does...
Cau, napadlo me prevest hodnotu v setDateFilter() nejdrive na PHP DateTime objekt a teprve pak ho poslat ve formatu Y-m-d do SQL dotazu... aby clovek mohl vyhledavat datum v libovolnem...
Hi, Im using glusterfs 11.1 in docker. I have 2 replicas setup + 1 arbiter (instance1, instance2, instance3 - arbiter). There is a plenty of files missing on instance2 brick...
Version: 3.0.6 Hi, I have `{define title}{$title}{/define}` in @layout.latte. Then, in for example default.latte I have `{capture $title}test{/capture}` and I got `Undefined variable $title`. With `{var $title="test"}` instead of `{capture}`...
Parameter customerId has to be string to work in Strings::shorten (and other string functions, for example trim , strip_tags, ...)