Alexander Makarov

Results 1732 comments of Alexander Makarov

@copilot add tests that ensure that `rel="noopener noreferrer"` is added for links with `_target`.

I'd add it to each template instead.

crontab itself: ``` 0 1 * * * . /root/env.sh; /usr/bin/php /app/yii my:command >/proc/1/fd/1 2>/proc/1/fd/2 ``` docker-compose: ```yaml services: app: image: php-image cron: image: php-image healthcheck: test: ["CMD", "pgrep", "cron"]...

Overall a bit complicated. Might worth using https://github.com/aptible/supercronic instead, which doesn't require magic to deal with environment variables.

Better to add it to the guide.

@copilot add a test for it and make sure it pass.

@max-s-lab did the update for the framework itself. If you have time, you can do the same for this extension and send a pull request.

Interesting. Any idea what setting is used for it?