Frank Essenberger
Frank Essenberger
Typescript tightened the rules for the `this` pointer see here: https://github.com/Microsoft/TypeScript-wiki/blob/main/Breaking-Changes.md#typescript-44 As a consequence a this is undefined here in the parser: https://github.com/APIDevTools/json-schema-ref-parser/blob/f6886ab9ee576754791f2a194b140a637dd98a87/lib/index.js#L162 I guess in the mentioned place the...
We used the [following work around](https://github.com/SAP/cloud-sdk-js/blob/main/packages/openapi-generator/src/parser/swagger-parser-workaround.ts) in our project: ```ts export async function resolveBound( document: OpenAPIV3.Document ): Promise { return resolve.bind(SwaggerParser)(document); ``` This sets the `this` pointer to the `SwaggerParser`...
This could be a quick win to include it: https://www.npmjs.com/package/axios-retry
Here a second use asked about resilience: https://answers.sap.com/questions/13572567/cap-transient-error-handling.html# Potentially we should increase priority on this.
So after a long time there is some progress and we created a ADR to implement a resilience on a flexible middle ware approach: https://github.com/SAP/cloud-sdk-js/pull/2320 as graph team colleagues @mtamagnini...
No I wanted to ping @johenning from the sap graph team. Sorry.
Thanks for the feedback. We tried to make it possible to also bring a custom solution in case the options are not flexible enough.
Replaced by @2789 since auth flow could not be stopped completely.
Hello @piejanssens, welcome to our repo. Regarding your questions I did the following: 1. Reached out to the SFSF colleagues because I think the best way would be a proper...
So we went in the discussion and our first priority is to get the service owner(s) to get some solution. We reached out to both possible solutions: Destination Service and...