Results 90 comments of Max Kurapov

@wilsonianb I like that idea, keeps it pretty tidy. I wonder if there is a way to add a flag to `createValidatorMiddleware` to skip parts of validation, instead of needing...

I think no need to revert for now especially if it's functional, but I'd like to explore the idea of having this be bypass handled in `app.ts` and default parameters...

I'm understanding this would effectively turn on `httpsig` verification for every Open Payments API call. This will cause the example postman collection requests to break. I think we will need...

Thanks for the explanation @sabineschaller , I was using the access tokens from the auth seeds, using `authorization: GNAP dev-access-token` for the Postman requests like in the config ended up...

Adding to @eric-parsons 's solution. I noticed ``` afterAll(() => { nock.cleanAll() nock.restore() }) ``` would not be enough to prevent a memory leak. Sometimes it looks like there would...

Hi @mikicho, yes, same with 13.5.1. I made a simple example here: https://github.com/mkurapov/nock-memory-leak

@VladimirChuprazov changing the order of imports works for me in the test repo, but not in the repo where I am trying to address the leaks. In any case, I...

Thanks for the reply @sentientwaffle - anything that can be done in the meantime?

Now with continuation polling this screen doesn't need the `interact_ref` finish url, but potentially we can convert this issue into "prettifying" the ASE interaction page.