Roy Paterson

Results 9 comments of Roy Paterson

I just found this the hard way too :-(

I started to write a PR but then realized my issue was actually something else. I'm not sure how much sense it makes to support POST in this way. If...

This just burned me too, thank you for the fix @doggy8088

This just caught me out too. Can we revert #249?

Just noticed the `x-fetch-attempts` header - something like that could work as an interface for this - e.g. a new header `x-fetch-started-at` or `x-fetch-duration`.

~That would work, but if you're going to add another custom resource, why not add one that accepts an arbitrary email/domain identity and waits for it to become verified? That...

The `cause` property is a JS standard: * [MDN Error: cause](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/cause) * [NodeJS error.cause](https://nodejs.org/api/errors.html#errorcause) - added in v16.9.0