James Tatum

Results 12 issues of James Tatum

This addresses an issue that can occur when using a zipball/tarball of a tagged version. The version checker encounters an exception which ends the thread before the scene exceptions are...

The readme mentions a `--silent` option for performing silent installs. I see src/logging.js check `process.env.npm_config_disable_logging` but it looks like the code that sets that variable is missing. Setting that variable...

If a function expects an iterable of strings, is it possible to forbid passing in a string, since strings are iterable? Seems like there are many cases where this would...

topic: feature

For SEO, I always figure it's better to pick out a canonical domain - whether that's www.example.com or example.com. It would be nice if the redirect Lambda would handle redirecting...

enhancement

It would be nice if Slack could be used to start and stop the WordPress container. I guess this would need to be another lambda and an API gateway. Since...

enhancement

I noticed that you're using Lambda@Edge to handle default root objects in subdirectories. That's a good solution that works with OAI, but there's another way to do this. This is...

question
CloudFront

The README mentions that the Google password can be supplied via stdin, for use with password managers. This seems to work, but when I try it, I can't answer the...

enhancement
help wanted

Is there a download somewhere that has all the SD card files? My SD card arrived blank/corrupted.

As it turns out, you can run Sendy in ECS, and even on Fargate. Using an EFS volume to persist uploads (see #9), Sendy will happily run on AWS. It...

In order for uploads to persist, you need to create a docker volume for them. This should be added to the readme and docker-compose.