Tom Fotherby
Tom Fotherby
I added a vertical line that takes up 1 col, for use on the left of a `span-n` block. Sometimes, the `colborder` is no use because the left column (which...
The [README.md](https://github.com/aws-samples/amazon-personalize-automated-retraining/blob/master/README.md) says: ``` RetrainingRate | Rate at which the Personalize should be retrained, defaults to 7 days if not set. ``` We were having trouble figuring out the format...
Hi, Is there any way I can get `Yii-PHPDocCrontab` to _append_ to the log file specified in `@cron-stdout` rather than overwrite it? For example, If I have: ``` /** *...
It is brilliant that Webistrano keeps previous versions of recipes after each edit. It would be even better if it displayed the time each version was created. Use Case: Bob...
It would be nice if Webistrano showed the time elapsed between each command executed as part of the deployment recipe. Use Case: Bob notices that deployments are taking longer than...
In order for me to deploy quickly, I have a browser bookmark to our Webistrano deployment page, e.g. http://www.example.com:8000/projects/1/stages/1/deployments/new?task=deploy We use [trac](http://trac.edgewall.org/) as a issue management system and I'd like...
One of our emails has a multi-line HTML comment in it and I noticed it messes with [EmailReplyParser](https://github.com/willdurand/EmailReplyParser). Example PHP code: ```php
Today we added our first [FIFO sqs queue](https://aws.amazon.com/blogs/aws/new-for-amazon-simple-queue-service-fifo-queues-with-exactly-once-delivery-deduplication/) and we noticed our sqs-exporter stopped working. Apon checking the Prometheus targets (http://127.0.0.1:9090/targets) I could see the sqs-exporter servicemonitor was showing as...