Milan Pavlik

Results 44 comments of Milan Pavlik

[Related (internal) conversation](https://gitpod.slack.com/archives/C027AUU7BC3/p1656342397417029)

Manually configured staging environment to send `invoice.finalized` webhooks

Stripe signing secret is now loaded into staging/production with https://github.com/gitpod-io/ops/pull/3974

A [WIP](https://github.com/gitpod-io/gitpod/pull/12456/files) for finalizing invoices. Currently, the finalization event doens't tell us which AttributionID it is for. It only gives us the Invoice ID. We'll need to link the InvoiceID...

We won't be going with this approach. Instead we'll approach it with https://github.com/gitpod-io/gitpod/issues/12741

Hi @begoat, Thanks for raising. Will try to look into it today. Is there anything specific about your `react-native` setup or is it similar to the standard react-native setup?

Hi @begoat, I can reproduce the problem but I do not have a fix yet. It appears that react-native does not allow the `http` or `https` modules from node to...

The issue is two fold. 1. RN appears to traverse the import tree and flags up any missing imports. Because the imports are traversed we reach a statement attempting to...

Awesome, thanks for posting this. It would be useful to create a react native example in the repo. Would you be interested in contributing? I'm happy to walk you through...

I suggest you set a breakpoint on https://github.com/improbable-eng/grpc-web/blob/master/example/go/exampleserver/exampleserver.go#L42 and step through it.