Dave Cardwell

Results 11 issues of Dave Cardwell

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior After create an RSA KMS key in Localstack you get a...

type: bug
status: triage needed
aws:kms

puppeteer v14.1.1 on macOS 12.4 M1 Pro Saw the error below when calling `fakeBrowser.shutdown()`, caused by the puppeteer’s `BrowserRunner` code trying to kill the process group when FakeBrowser had already...

By default laravel-multiauth checks that `admins.active = 1`. This change allows you to configure the credentials that are passed along with the username and password by adding a `credentials` setting...

Thank you for the new `vitest/prefer-expect-assertions` rule. While testing I found that the rule is triggered when using the `test()` context argument’s version of `expect`: ```ts import { describe, expect,...

When attempting to upgrade from `v0.27.2` to `v1.67.0` we found that Axios is no longer passing through the third `requestDetails` argument to the `beforeRedirect(…)` function. This contains the request’s original...

pr::types

The `.textContent` attribute of a `DocumentFragment`—such as the one returned by a ``’s `.content` attribute—is `null`. ```js import { parseHTML } from "linkedom"; const { document } = parseHTML(""); const...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Enhancement description https://docs.aws.amazon.com/lambda/latest/dg/telemetry-api.html I’m trying to create a Lambda Extension that relies on...

type: feature
aws:lambda
status: accepted

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior It is common to use a key alias when performing commands...

type: bug
aws:iam
aws:kms
status: backlog

### Is there an existing issue for this? - [X] I have searched the existing issues ### Feature description > Amazon VPC IP Address Manager (IPAM) is a VPC feature...

type: feature
status: backlog
aws:ipam

### Describe the bug When attempting to upgrade from `v0.27.2` to `v1.67.0` we found that there has been a regression and Axios is no longer passing through the third `requestDetails`...