Caleb Everett

Results 40 issues of Caleb Everett

Expressing the Node.js compatibility matrix and API guide as typescript .d.ts files would let users statically check that they are only using supported features, and provide inline IDE documentation. Users...

enhancement
help wanted
javascript

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Some packages in the npm registry use a npm-shrinkwrap with resolved...

Release 8.x
Bug

### Use case I'd like to use the `logMetrics` middleware without seeing a warning that I'm not publishing metrics, or writing an empty metrics object to EMF. I have a...

metrics
feature-request
confirmed

### Use case ``` import { Logger } from '@aws-lambda-powertools/logger' const err = new Error('message') console.log(err) new Logger().error("err", err) ``` Compare native node formatting, with clear new line and indentation,...

logger
feature-request
discussing
need-more-information

### Describe the bug Chaining methods reset ExtraContext to `{}`. `it.skip` will use `{}` instead of `Context`. While `it.skip` will work it's not as ergonomic as `it.skip` especially when assigning...

help wanted
p2-edge-case

### Describe the bug When importing certain modules with cyclical imports vitest will evaluate a file before it's imports are undefined, causing unexpected `TypeError: _ is undefined` errors. I was...

upstream
vite-node
p2-edge-case

### 🚀 Feature Proposal I have a project that uses [npm workspaces], typescript [project references], jest and ts-jest. I've noticed that while ts-jest will use typescript source from the current...

Webpack, esbuild, or other bundlers are somtimes used outside a browser context, for example packaging for Lambda. I couldn't find any examples of using a napi-rs library with webpack or...

## Motivation ("The Why") At my workplace npm projects have dynamic project specific configuration - such as registry and authentication. Previous internal build tools set this configuration in environment NPM_CONFIG_...

### Describe the feature The sdk code gen creates a lot of duplicate code for every command and type in the service model. Optimizing the code generator to use more...

feature-request
p2
queued