Chris Armstrong

Results 15 issues of Chris Armstrong

This is a PR to modernize the build and test infrastructure, including: * using preconstruct to generate ESM and commonjs compatible exports for bundling * removing the use of gulp...

Upgrade to AWS SDK v3

The plugin at the moment makes AWS calls to create the documentation part resources for Request/Response Body, Path Params, Header Params, etc. A CloudFormation resource type now exists for these...

* Wait for stream to become "ACTIVE" before subscribing (helpful with scripts that create a Kinesis stream or use kinesalite) * Handle different ways of specifying the stream ARN in...

enhancement
serverless-offline-kinesis

A nice to have would be the ability to specify a specific version or version string to use when adding a package to an esy-based project e.g.: ```sh esy add...

enhancement
help wanted
good first issue

Some of my spans are being dropped by the lambda nodejs layer. I'm experiencing errors like the following in my CloudWatch logs: ``` 2022-03-02T01:07:36.673Z error exporterhelper/queued_retry_inmemory.go:93 Exporting failed. No more...

bug

I've noticed an intermittent issue where element housing the notification message is not always removed from the DOM after it is faded out (i.e. after the opacity is set to...

This is a fix for issue #55 , where the housing the notify message is not always removed from the DOM because the transitionend event has not fired.

### Is your feature request related to a problem? Please describe. `@opentelemetry/instrumentation-xml-http-request` adds a number of span events for each HTTP request used to profile different stages of the request....

feature-request

At the moment, errors inconsistently set a name, sometimes with spelling mistakes in the message, etc. This PR uses error classes which set the name consistently and fix some error...