Lukasz Gornicki
Lukasz Gornicki
#### Reason/Context We just released a new feature in Generator -> https://www.asyncapi.com/docs/tools/generator/using-private-template #### Description Would be great to enable new flags in `asyncapi generate fromTemplate` command that enable user to...
### Description Our CI failing because of cache. Repo: https://github.com/asyncapi/cli Example: ```bash npm ERR! code EEXIST npm ERR! syscall open npm ERR! path C:\npm\cache\_cacache\tmp\076[5](https://github.com/asyncapi/cli/actions/runs/8552018373/job/23432266983?pr=1340#step:8:6)ef1c npm ERR! errno -4075 npm ERR!...
Parser do not validate if channel that is referenced in reply with location has `null` in address
Like in the title So I have such document ```yml asyncapi: 3.0.0 info: title: Account Service version: 1.0.0 description: This service is in charge of processing user signups channels: replyChannel:...
In Parser v1 we use `@apidevtools/json-schema-ref-parser` and now I see that v2 uses `@stoplight/json-ref-resolver` which is marked as deprecated and points to `@apidevtools/json-schema-ref-parser` 😄 ...
Old API had https://github.com/asyncapi/parser-js/blob/master/src/old-api/asyncapi.ts#L157 I could do `asyncapi.traverseSchemas(generateDiagram);` on my parsed AsyncAPI document and iterate over all schemas of the document and pass my custom function inside. There is nothing...
For v1 we had `API.md` with a nice generated overview of all the API that library exposed. Now in readme we link to `Parser API` but this is not really...
Like in the subject. Document: ```yml asyncapi: 3.0.0 info: title: Account Service version: 1.0.0 description: This service is in charge of processing user signups channels: userSignedup: address: user/signedup parameters: test:...
What we want to propose is not something new in the open-source realm. Every project at scale has, at some point, faced issues that we are currently encountering on the...
I try https://www.asyncapi.com/tools#Documentation%20Generators and I guess it do not take me to proper section because of page load delay `` is in place, so anchor is correct. Although best anchors...
#### Reason/Context Now when you go and see case study: https://www.asyncapi.com/casestudies/adeogroup There is text generated: `tl;dr just go and have a look at full production-used AsyncAPI document` and you can...