Jason Hoetger

Results 10 issues of Jason Hoetger

Migrating PR #62. Support deleting HAR pages by pageRef, to avoid keeping very old and unnecessary HAR data in memory indefinitely.

feature request

### Description Since koa and express were added to `optionalDependencies` in [this commit](https://github.com/typestack/routing-controllers/commit/37b2a34bef2caf0cfeb1afa7ba7288be2b98f9ec), adding routing-controllers as a dependency now installs both koa and express as runtime dependencies. This unnecessarily bloats...

type: fix
status: needs triage

I didn't see a list of breaking changes in 3.x anywhere. What caused the major version number bump? What do consumers of 2.x need to know in order to upgrade?

enhancement

**Is your feature request related to a problem? Please describe.** `useLocalstorageState` can result in hydration errors due to differing values on the initial server-side and client-side renders, based on the...

### Describe the bug Installing @aws-sdk/lib-storage results in a missing peer dependency warning for @aws-sdk/abort-controller. @aws-sdk/lib-storage [declares a peer dependency on @aws-sdk/abort-controller here](https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-storage/package.json#L33). However, it looks like @aws-sdk/abort-controller is optional...

investigating
bug

I use fastify rather than express, and would like to avoid pulling all of express into my production dependencies. (Express itself has 31 direct dependencies, too.) Making it a peer...

The vendored terraform-provider-aws is currently 0.4. The 1.0.0 release [contains a change](https://github.com/terraform-providers/terraform-provider-aws/pull/1425) that enables the AWS provider to use ECS Task Roles. Without this change, `terraform init` can't interact with...

dependencies

The types update in 3.1.0 appears to have caused an issue when importing and using Anvil in a typescript project, at least when using ESM. In 3.1.0 (but not 3.0.1),...

Do you expose typescript types for webhook payloads? It would be great to be able to consume webhooks in a type-safe way.

**Description** When there are multiple keys that cannot be represented as properties, the generated enum converts them all to `_`, which makes it impossible to use those values in the...

bug
PRs welcome
good first issue
openapi-ts