Alexander Ustimenko

Results 17 issues of Alexander Ustimenko

Hi Dmitry. I'm just writing a public letter to you. Seems like you have many interesting things in your life. But this project is forgotten and it's miss you. More...

Currently only on default `:pretty` format I can see `within`'s value: ``` DEBUG [b165746b] Running if test ! -d /var/www; then echo "Directory does not exist '/var/www'" 1>&2; false; fi...

new feature

Currently to configure default item's expiration we need to inject in pool anemic class, where inside we have call to setExpiration. In symfony/cache we just have this as a pool's...

For example like this: https://gist.github.com/garex/5cd9b97c40f3369cb8cf60f253868df9 As an option to pdedend, that will get instead of XML -- transformed HTML or other XML. Add some predefined XSLs from similar projects. Main...

Feature
Output

As I understand `video-upload-on-pass: false` is extra-deprecated and now we should use `recordVideo: false`. It would be good to update all docs and examples with actual config params.

**JS:** Ecma 2016. Actual -------- In code completion (I tried both eclipse plugin and atom ones) I able to see base class' constructor args, but not child. Child class is...

Helpful in case of corrupted attachment properties. Minor hotfix. What we recently found is that when autoresend from gmail to yandex -- someone "kills" filename property of attachments. It becomes...

When I want to have log lines in console separated by new lines to be human-readablae -- I can't have them. As I understand, reset string will work even after...

Make code PSR-compatible.

How to made "named"-vars? To write in query something like "SET bla = :mynamed", passing ['mynamed' => 123]? Add answer in *.md as a section.