Results 88 comments of Max Kurapov

> It's an unused asset, so in theory it should not matter what the previous scale was, it was never used, so it won't have an effect on anything, no...

What do you think about original PR review comment? > Should we create an openPaymentsServerErrorMiddleware like we do in backend to catch all of the GNAPErrors to have a single...

@hajjimo do we want to close this until we are ready to publish the new sections? In the meantime we can just use the google doc?

@golobitch exactly, 1. Receive `outgoing_payment.created` webhook 2. If enough balance on user account, call `fundOutgoingPayment` 3. If not enough balance (or some other system error), call `cancelOutgoingPayment` 4. Reply 200

`startCursor` & `endCursor` already optional

- Just tried, https://github.com/drwpow/openapi-typescript/issues/993 seems to be an issue still (as of v6.2.0)

@adrianhopebailie given we now have `resourceServer` and `authServer` as properties on the wallet address, probably less relevant? Unless you see the benefit of resource-specific URLs, although that might complicate things...

> using ts-node instead of explicit build step. Never really liked the idea but its the more common use-case with nodemon. Tried it briefly but ran into some typescript errors...