Tanya Fesenko

Results 17 comments of Tanya Fesenko

I completely agree that "find references" is very useful. In Eclipse it has severals levels: Do we want to support all of them with the same look-n-feel? Or, will "Find...

Related issue: https://github.com/RepreZen/SwagEdit/issues/180

@jencodingatwork , thank you for reporting your case. Please note that sometimes SwagEdit shows this error when the machine is offline, you can see details in issue #180. Can in...

## OpenAPI v3 I do see an `int64` type in the OAS3 header parameter template: ```yaml name: ${name} in: header description: ${ID} required: true schema: type: array items: type: ${integer}...

@tedepstein , this is because `OpenApi3ContextTypeProvider` is based on JSON Schema and `SwaggerContextType` is based on regex. I see you assigned this issue to the `Next Sprint`. We will migrate...

Hi @ibigpapa . Thank you for reporting this issue. I can reproduce it both for Swagger v2 and OpenAPI v3 models. I understand that it can be really frustrating. Let...

Hi @vnalla , Sorry to hear that you are having this issue with KaiZen-OpenAPI-Editor and thank you for reporting it. I can't see this problem on my build. Can you...

@ghillairet , @andylowry , this is our latest build (from six hours ago), the problem is in duplicate instances of `javax.mail`. ``` org.osgi.framework.BundleException: Could not resolve module: com.reprezen.swagedit.openapi3 [1098] Unresolved...

I suggest to limit the scope of this issue to the following: Do not show an error dialog, show a warning instead. When invalid sequences are encountered, create a warning...

Also see #408 "Add content assist for security requirement scopes in case of oauth or openIdConnect schemes". Probably these two issues will use similar implementation approach (but for two different...