Spyros Lamprinidis

Results 5 comments of Spyros Lamprinidis

Just a follow up on what i have seen. this happens with the electron browser on the base images. It does not happen on the chrome image (cypress/browsers:chrome67) using the...

As described in PR https://github.com/DenisOgr/yii2-cronjobs/pull/6

May we not add something like the snippet below: ``` if (!file_exists($stdout)){ touch($stdout); } ``` so that we create file instead of just having the is_writable check?

please view in ths PR: https://github.com/DenisOgr/yii2-cronjobs/pull/7

@alexweb we have done this here https://github.com/PeoplePerHour/yii2-cronjobs it is based on denisogr work but with a few additions