Hayk Baghdasaryan

Results 4 comments of Hayk Baghdasaryan

@davidmackhello , have you resolved this issue? I'd be thankful if you told me how.

So what's the consensus on this. Should we completely ditch request batching and make use of HTTP/2?

For me, `event.data.previous_attributes` is still typed as `Stripe.Event.Data.PreviousAttributes`. I would expect a generic that properly infers `Partial` from `Stripe.SomethingUpdatedEvent`. Otherwise, I'm forced to do it like this: `event.data.previous_attributes as Partial`

> Good point, apologies that we missed previous attributes. Filed #1978 Thanks!