Alexander Borisov

Results 48 comments of Alexander Borisov

Maybe we can use existing `AutoMapperPlus\Configuration\AutoMapperConfigInterface::registerMapping`? ```php $config->registerMapping(\DateTime::class, DateTimeDto::class); ``` And use this mapping for all DateTime objects if there is no explicit mapping for property

Собственно тесты от этого и упали... Пока от меня 👎

What version of php do you use? Looks like php < 5.6 did not support reading from `php://input` multiple times. Try to remove `IngineTools::logIt('bot', print_r($_REQUEST,true) . file_get_contents('php://input'));` line

https://github.com/TelegramBot/Api/blob/master/src/Types/User.php#L109 - вот же он

Последняя на данный момент - 2.3.22. Есть ветка 3.1.0, но она не релизнута, как я понял. @MyZik должен ответить подробней

Looks like you pass reply markup as an array. [Check the phpDoc](https://github.com/TelegramBot/Api/blob/master/src/BotApi.php#L318-L319)

Looks like there is [a problem](https://mattallan.me/posts/how-php-environment-variables-actually-work/#getenv-doesnt-always-work) with getenv and nginx fastcgi_param

@samdark Yes, but this is not enough. Often I need different services definitions for different environment (e.g. logger). It would be great to provide standard way to do that. As...

As I understand those packages don't provide lazy loading but only decoration

Any news on this issue? > i think the idea was to create a ControllerReference object and use the esi fragment render method to get the url to that fragment....