Alex Rattray (Stripe)

Results 22 comments of Alex Rattray (Stripe)

Awesome! Will discuss expected behavior in the PR

cc @dmnd is this mergeable?

Ah, sorry, I assumed this used tmlanguage but did not check. Apologies. Have you raised an issue on the vscode repo asking for that? Or does one exist? Might be...

@adriaanvanrossum @wooDzu @sholladay can you say more about why you think this would be nice to have / what you would use it for / how often it comes up?...

Yeah, I think if we were to offer this, we'd want a configurable limit on the number of concurrent requests to be made at once, probably with a default of...

Thanks for sharing context & thoughts, @sholladay! Curious to hear from others in the community what their use-cases might be as well (similar or different). You asked about the async...

Awesome, thanks! I think we'd like to do something here, but I don't anticipate it happening anytime soon. In the meantime, feel free to upvote the PR and use a...

Hi @lensbart , Thanks for sharing this. I'll look into whether we can do anything on our side about `tsconfig.tsbuildinfo` bloat. However, I'm curious whether this amount of data in...

Hi @Unibozu , We've spent a lot of time looking at supporting multiple API versions with stripe-node's TypeScript definitions. (To clarify for other readers, this library is compatible with _all_...

In the meantime, we recommend casting, as in this example: https://github.com/stripe/stripe-node/master/8f3c3ec/examples/webhook-signing/typescript-node-express/express-ts.ts#L58-L60 ```ts const charge = event.data.object as Stripe.Charge; ``` In the future, we hope to type events well enough that...