Vladimír Gorej

Results 241 issues of Vladimír Gorej

The goal of this issue is have validation table headers aligned with the table body (data). ![image](https://github.com/swagger-api/swagger-editor/assets/193286/6ee8d061-9648-4118-9b14-f74e88c30c6d)

type: enhancement
cat: user experience
needs: UX/design input
swagger-editor@next

There are 4 plugins that provide preview for additional specifications (AsyncAPI, API Design Systems): - EditorContentTypePlugin - EditorPreviewAsyncAPIPlugin - EditorPreviewAPIDesignSystemsPlugin - SwaggerUIAdapterPlugin We need to export these plugins as UMD...

type: enhancement
swagger-editor@next

The goal of this issue is to use stable version of `@asyncapi/[email protected]`. Unfortunately this stable version started to use `@asyncapi/[email protected]` under the hood which now uses [Spectral](https://github.com/stoplightio/spectral) for validation and...

cat: dependencies
type: regression
type: upstream bug
swagger-editor@next

AsyncAPI toolkit provides rendering of AsyncAPI definitions. Refs https://github.com/swagger-api/swagger-editor/issues/4585

type: enhancement
cat: dependencies
swagger-editor@next

The flakiness most probably comes from the fact that the bundle is not larger. The goal of this issue is to remove flakiness and bring more stability into e2e tests.

type: regression
swagger-editor@next

Using below definition, and start modifying ` $ref: '#/components/pathItems/aa'` to `$ref: '#/components/pathItems/aaa'`, then to `$ref: `'#/components/pathItems/aaaa'`, we can see how errors in preview pane are accumulating, instead of just displaying...

type: bug
swagger-editor@next

Seems like Create-React-App is dead: https://github.com/facebook/create-react-app/discussions/11086 Facebook dropped it and project it slowly becoming unmaintained. The goal of this issue is to discuss possible alternative and migrate to new building...

type: enhancement
swagger-editor@next

Originally mentioned in https://github.com/swagger-api/swagger-editor/issues/3216#issuecomment-1527018234 List of monaco editor options that enables the triggering completion on key press ``` quickSuggestions: { other: true, strings: true }, matchOnWordStartOnly: false, suggest: { snippetsPreventQuickSuggestions:...

type: feature
swagger-editor@next

Originally discussed in https://github.com/swagger-api/swagger-editor/issues/3216#issuecomment-1526096630 `#` is control character for starting of the YAML comment. Thus it's dropped from the resulting AST. We have to escape it with single or double...

type: enhancement
cat: user experience
swagger-editor@next

Originally reported in https://github.com/swagger-api/swagger-editor/issues/3216#issuecomment-1526096630 Here is a completion case that behaves unexpectably: ```yaml $ref: # comment ``` Instead of $ref suggestions, it gives us Schema Object fields suggestion. --- ###...

type: bug
swagger-editor@next