Andrew Schmadel

Results 33 issues of Andrew Schmadel

## Description Adds a missing `await` to ensure that the error-handling code in `changeVisibilityTimeout` actually works. ## Motivation and Context We recently saw a bunch of unhandled promise rejections, and...

## Description This change implements an internal work-queue inside of SQS-consumer using [fastq](https://www.npmjs.com/package/fastq). This change enables SQS-consumer to process more than 10 messages concurrently, and also allows messages to be...

Have you given any consideration to creating a python package that (roughly) replicates the functionality of the CLI? I've got a (stripped-down) fork that I've been using with AWS Lambda,...

``` ESLint: 8.8.0 TypeError: Cannot destructure property 'type' of 'node' as it is undefined. Occurred while linting /Users/schmod/myCode/myTest-unit.ts:118 Rule: "ava/assertion-arguments" at isString (/Users/schmod/myCode/node_modules/eslint-plugin-ava/rules/assertion-arguments.js:206:9) at /Users/schmod/myCode/node_modules/eslint-plugin-ava/rules/assertion-arguments.js:294:10 at /Users/schmod/myCode/node_modules/enhance-visitors/index.js:25:12 at /Users/schmod/myCode/node_modules/enhance-visitors/index.js:15:7 at...

bug
help wanted

### What does this PR do? This PR improves compatibility with graphql servers that use [graphql-tools](https://www.graphql-tools.com/) to transform their schemas. This will ensure that resolver span timings are correctly recorded...

bug
community
integrations

The behavior of `kue.createQueue({ worker: false })` is inconsistent with the documentation. Currently, this flag _only_ controls whether or not the queue will process jobs created with `.every()`. Queues created...

The dev branch contains several new and notable features. Specifically, the completion of #316 and #518 (throwing errors when resources can't be resolved) is a really big deal. What needs...

See #565. This fixes a regression introduced after `dev` diverged from the master branch.

With the merge of #539, IE conditionals are no longer being parsed correctly. In particular, conditionals that are visible to other browsers are not fully recognized or replaced (leaving fragments...

This project could use some unit tests.