Fran Méndez
Fran Méndez
* **Version**: 2.3.6 * **Platform**: Linux (Ubuntu) Hi, when running `ied install` on a Docker image on CircleCI I'm getting the following error: ``` /usr/local/lib/node_modules/ied/node_modules/rxjs/Subscriber.js:227 throw err; ^ Error: EINVAL:...
Hi, I think it would be nice to convert this: `````` ```js `````` into a code block with a class called `lang-js`, for instance: ``` html ... ``` I'm trying...
#### Describe the bug By default, `channel.servers()` returns an empty array. When a `servers` property is not present in a channel definition, the meaning is that this channel is present...
### What? Write a chapter of the getting started guide expanding on reusability. It should go right after #6. We should keep it simple and explain how to reuse parts...
### What? Come up with an idea of a tutorial with the purpose of explaining correlation IDs and how to define them using AsyncAPI. Ideally, there should be some working...
We don't get parameters example in the Markdown template. That'd be very useful.
The `socket-client.service.tsx` file does not have tests. We should add them. The file in question is here: https://github.com/asyncapi/studio/blob/master/src/services/socket-client.service.tsx.
Spin off from this conversation: https://github.com/asyncapi/spec/issues/663#issuecomment-1158094050. ## Summary We use different referencing mechanisms in the spec: * By name in components: SecurityRequirement Object * By name in servers: Channel.servers property...
**Is your feature request related to a problem? Please describe.** I want to be able to add and/or override parts of the content of an AsyncAPI document, for instance, being...