Ross Coundon

Results 7 issues of Ross Coundon

For example, to create a single connection using a connection string we do: ``` mysql.createConnection(connectionString); ``` I can't seem to find a way to do the same to create a...

enhancement
feature request

When the _describeTable method throws an error, the catch block references this._waitFor() which isn't a function Line 58 in dynamodb-streams.js ``` async _describeTable(tableName) { try { await this.client.waitFor('tableExists', {TableName: tableName}).promise();...

bug
pkg: serverless-offline-dynamodb-streams

This is an amazingly rich component, so credit and kudos where it's due. I was wondering, for smartphone users, Is there a way to enable swiping to move forwards and...

I did a small performance comparison with the standard MySQL connection and the new driver in a lambda function. (using [this](https://github.com/depot/kysely-planetscale)) I found that when using the serverless driver the...

I don't think this is an issue with this repo but wanted to ask this question here as you're likely to have experience. I did a small performance comparison with...

**Describe the bug** When using `gt` or `lte` ElectroDB adds an erroneous filter expression which can cause the DynamoDB client to throw a validation error because filter expressions cannot contain...

# Expected Behavior Types to resolve when using the ES build # Current Behavior The TypeScript compiler complains that it cannot find the declaration file when importing from jimp/es #...