Caleb Everett

Results 40 issues of Caleb Everett

ion-js crashes when parsing a very large string ``` $ npm ls ion-js [email protected] /home/ANT.AMAZON.COM/calebev/test └── [email protected] $ node -v v18.12.0 ion.load(JSON.stringify(Buffer.alloc(50_000_000).fill('a').toString('base64'))) $ node -p "require('ion-js').load(JSON.stringify(Buffer.alloc(50_000_000).fill('a').toString('base64')))" [641427:0x560ab00] 21984 ms: Scavenge...

### Describe the feature Smithy [recently allowed renaming error shapes](https://github.com/awslabs/smithy/commit/d2f9c0f375815dc76ff9d8f36ac2623e3ef62461) but added a [validator](https://github.com/awslabs/smithy/blob/d2f9c0f375815dc76ff9d8f36ac2623e3ef62461/smithy-aws-traits/src/main/java/software/amazon/smithy/aws/traits/ErrorRenameValidator.java) to prevent renamed errors with aws protocols. Most aws protocols only use shape name in error...

feature-request
p3
queued

I'm pretty sure this explains the behavior I'm seeing, but I couldn't find it documented anywhere. package.json [overrides](https://docs.npmjs.com/cli/v10/configuring-npm/package-json#overrides) are only applied from the root package. If a dependency have overrides...

### Describe the feature Smithy [recently allowed renaming error shapes](https://github.com/awslabs/smithy/commit/d2f9c0f375815dc76ff9d8f36ac2623e3ef62461) but added a [validator](https://github.com/awslabs/smithy/blob/d2f9c0f375815dc76ff9d8f36ac2623e3ef62461/smithy-aws-traits/src/main/java/software/amazon/smithy/aws/traits/ErrorRenameValidator.java) to prevent renamed errors with aws protocols. Most aws protocols only use shape name in error...

enhancement

### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...

Bug
Priority 2
Release 10.x

I find that there are many API's written in rust with an enum variant parameter that I would write in TypeScript with a discriminated union or an overload ```typescript enum...

### Describe the feature The majority of @aws-sdk/* dependencies shared between aws-sdk (and smithy-typescript) clients [are documented as 'internal' stability](https://github.com/aws/aws-sdk-js-v3#stability-of-modular-packages). One effect of the instable api is that clients are...

feature-request
p2
queued

### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...

Bug
Documentation

### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...

Bug
signals

### Expected Behaviour I expect powertools to log all enumerable properties on an error. It's common to include a code, and extra information about an error. For example, node's fs...

logger
need-customer-feedback
feature-request
discussing