Depickere Sven

Results 8 comments of Depickere Sven

I'm getting the following error ``` CONSOLE ERROR file:///node_modules/@angular/core/fesm5/core.js:4002:0: ERROR { "headers": { "normalizedNames": {}, "lazyUpdate": null, "headers": {} }, "status": 404, "statusText": "ERROR", "url": "/var/mobile/Containers/Data/Application/07A47D7F-9A3E-4814-A9B7-DF0C72FEA1D7/Library/Application Support/LiveSync/app/assets/i18n/ko-KR.json", "ok": false, "name":...

Why not use the native fetch from javascript like this? : ``` let fetchRequestForGettingData = function (url) { return fetch(url) .then((resp) => { console.log(resp.status); return resp.json(); }) }; ```

Then could this issue be fixed to https://github.com/swagger-api/swagger-core/issues/3900

Any updates on this issue because it still exists today, other than the work-around?

FYI: it's in the short term roadmap but that's for Swagger Core and Swagger Parser You can read more here https://github.com/swagger-api/swagger-parser/issues/1535#issuecomment-936707841 It seems release 4.x.x of the UI is also...

Possible solution: https://play.nativescript.org/?template=play-vue&id=izWGL9&v=2

@bluekeyes thank you for the clear explanation. While evaluating this Policy-bot rules, we got some feedback: > Once the first rule is approved, that approval is never invalidated, even if...

@Cybermite It's indeed adopted in 3.1.0 Reference: https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#referenceObject