Ben Limmer

Results 104 issues of Ben Limmer

The WP2Static S3 addon allows invaliding CloudFront distributions when deploying. An invalidation would make `index.html` (and other likely cached paths) immediately update when new content is posted. I think it...

Previously, the site_prefix was not taken into account when creating the DNS entries.

This PR updates `main.tf` to pass the `site_prefix` variable to the CloudFront module. The module references the site prefix when creating the Wordpress bucket: https://github.com/TechToSpeech/terraform-aws-serverless-static-wordpress/blob/abc903d9d3aabbb2fbb51e47679c0b2c61b3f6e7/modules/cloudfront/distribution.tf#L4-L5 However, `site_prefix` was not passed...

**Describe the bug** We noticed a significant increase in response times for GraphQL queries that produce large payloads after we enabled `dd-trace` for our project. Here's what we've seen: |...

bug
core
community
async_hooks-perf
performance

In #144 a deprecation warning was added stating that `ember-cli-mocha` 0.15.0++ can use the new native test helpers. However, I think that's not quite right. `ember-cli-mocha` 0.15.0 uses `ember-mocha 0.13.x`,...

I'd like to be able to filter all changes to `pg_temp_*` tables from wal2json messages. However, the existing `filter-tables` solution does not allow for wildcards within table names (see also...

feature

## The Problem In the current cloudwatch_lambda.js ([pinned version link](https://github.com/SumoLogic/sumologic-aws-lambda/blob/22a1dcb518ee53b2cbf66e4d17ba010e76a22081/cloudwatchlogs/cloudwatchlogs_lambda.js)), the lambda is being marked as complete by calling `context.succeed`: https://github.com/SumoLogic/sumologic-aws-lambda/blob/22a1dcb518ee53b2cbf66e4d17ba010e76a22081/cloudwatchlogs/cloudwatchlogs_lambda.js#L96 However, this is very old syntax. It was deprecated...

Similar to `eslint` and others, could we have a comment to skip linting of specific blocks of code? For instance, in eslint I could do this: ```js /* eslint-disable */...

enhancement
help wanted

`npm exec` is new with NPM 7, so it errors with NPM 6. `npx` will work with npm 6 and 7.

As mentioned by @bcardarella in [this comment](https://github.com/DockYard/ember-async-button/issues/84#issuecomment-212072057), it sounds like the original maintainers have placed this project into maintainence mode. He mentioned that DockYard will be exploring other options with...