lucianojs

Results 9 comments of lucianojs

You can bypass this to run lint. But when I try to use the view of the same specification in the VSCode extension, I see the following messages: ``` We...

@adamaltman Yes, still have this issue on VSCode. Release 0.2.11 (2022-07-04) of plugin. ![Captura de tela de 2022-08-02 09-22-52](https://user-images.githubusercontent.com/5367385/182373576-53c6a877-7f41-46aa-8949-e0a0e4c204c9.png)

@mnaumanali94 I just wanted to demonstrate that the component doesn't render the sample correctly when I use oneOf. This is a valid specification as per the OpenAPI. I had the...

@apidevtools/[email protected] now support OpenAPI 3.1.0. Is it just update this dependency to work? https://github.com/APIDevTools/swagger-cli/blob/8e35d8a45d439ce08268626954dccdd699808b28/package.json#L74

I have a same problem. ## Current Behavior When I use this sample specification: ``` openapi: 3.1.0 info: version: 1.0.0 title: Example.com termsOfService: 'https://example.com/terms/' contact: email: [email protected] url: 'http://example.com/contact' license:...

> we depend on [swagger parser](https://github.com/swagger-api/swagger-js) for parsing the spec per the specification. and therefore don't have much of room to deal with it on our end. will keep this...

Hey guys. Are there any expectations for this to be fixed? I currently work with two schemas, one for input (with fewer fields) and another more complete one with readOnly...

just for knowledge, see description of cordova-plugin-oauth: "On iOS, this uses ASWebAuthenticationSession (iOS >=12), SFAuthenticationSession (iOS 11), SFSafariViewController (iOS >=8,