Lukasz Gornicki

Results 169 issues of 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...

enhancement

### 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!...

Area: JavaScript and Node.js
OS: Windows
investigate
bug report

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:...

bug
good first issue
stale
area/typescript

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` 😄 ![Screenshot 2023-04-26 at 08 36 52](https://user-images.githubusercontent.com/6995927/234489922-6a1ccf19-35d2-4d34-9bd2-585a4d5b3ef0.png)...

enhancement
help wanted

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...

bug
stale

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...

question
stale

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:...

bug
good first issue
keep-open
area/typescript

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...

enhancement

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...

bug
Hacktoberfest

#### 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...

enhancement