Iván García Sainz-Aja

Results 10 issues of Iván García Sainz-Aja

With some API specifications it's common to have multiple files as part of the same API Examples: - Asyncapi as .yml + Avros as .avsc, - OpenAPI + examples files,...

Enhancement

## What happened? When trying to run programatically palantir java formatter: ```java var formatter = com.palantir.javaformat.java.Formatter.create(); formatter.formatSourceAndFixImports(source); ``` Throw the following exception ```log java.lang.IllegalAccessError: class com.palantir.javaformat.java.ImportOrderer (in unnamed module @0x544fe44c)...

**Description** As reported in VSCode AsyncAPI Preview: https://github.com/asyncapi/vs-asyncapi-preview/issues/200 After upgrading to latest: `"@asyncapi/react-component": "^1.2.7"` It shows a blank page when document contains validation errors This are the configuration options used:

stale

If asyncapi.yml contains any minor validation error this react component does not render any documentation at all even if the rest of the file contains useful and valid information. Example...

stale

Can I integrate a blog into the website, I was trying to add a gatsby plugin like `gatsby-theme-blog` but I run into dependencies issues (regarding react-17...) and then it broke...

### Describe the bug. Glee does not support connecting to non-ssl Kafka brokers. For instance local kafka broker started with docker-compose. https://github.com/asyncapi/glee/blob/master/src/adapters/kafka/index.ts#L38 ### Expected behavior It should support it ###...

bug
stale

AsyncAPI-Preview + Spectral for VSCode form a perfect combo interms of UX/DX for asyncapi editing: - with this extension you can navigate and preview your API definition - while Spectral...

enhancement
gsoc

Provide and alternative preview based on markdown that visualizes message payload as MermaidJS Class Diagrams https://mermaid.js.org/syntax/classDiagram.html - Support exporting this markdown preview as text so it can be included in...

enhancement
stale
gsoc

## User story. As a developer, I can get the outer Location for a JsonPath, so that I can copy to clipboard, delete it or insert as a sibling. ##...