Austin Eldridge

Results 7 issues of Austin Eldridge

## Environment * `chrome-aws-lambda` Version: `5.5.0` * `puppeteer` / `puppeteer-core` Version: `5.5.0` * OS: `Mac` * Node.js Version: `v12.18.3` * Lambda / GCF Runtime: `nodejs12.x` ## Expected Behavior This code...

bug

This continues the work done in #239, based on the puppeteer@12 branch to also add support for newer versions of typescript due to some types removed from `lib.dom.d.ts`.

These changes prevent `puppeteer-cluster` from thinking that the browser has closed with `Protocol error (Runtime.callFunctionOn): Target closed.` or `Navigation failed because browser has disconnected!` and issuing retries when `cluster.close()` is...

### Describe the bug According to https://stripe.com/docs/api/invoices/line_item#invoice_line_item_object-id, `invoice.id` should be required. As I am upgrading to v10.0.0, it looks like it was made optional https://github.com/stripe/stripe-node/blob/0cd1aa77f2a14f4446bc6190c908e78244f19c3b/types/2022-08-01/Invoices.d.ts#L12 ### To Reproduce Perform any...

bug

**Is your feature request related to a problem? Please describe.** I have an API Gateway setup to use AWS_IAM and require an AWS Signature Version 4 to provide data. I...

feature-request
API
SSR

Attempt to address #112 by adding some concurrency management

Guessing this should be merged into a `next` branch, but this brings support for `trpc @next` (v11). Details of this PR are in https://github.com/kdy1/trpc-openapi/pull/2. This was built on top of...