Lukasz Gornicki

Results 169 issues of Lukasz Gornicki

At the moment, to get a beautiful markdown in slack, I need to convert input first with this action https://github.com/LoveToKnow/slackify-markdown-action. My input message looks like `[${{github.event.issue.title}}](${{github.event.issue.html_url}}) \n ${{github.event.issue.body}}` so I...

enhancement

#### Reason/Context - Parser is not only for node.js but should work in the browser too. I recently broke `bundle.js` by introducing a library that doesn't work in the browser....

enhancement

#### Reason/Context Parser has many tests but not all cases are covered. https://github.com/asyncapi/tck/ was created to hold all the possible valid and invalid cases. We should make sure that with...

enhancement

#### Reason/Context Sometimes on Windows tests fail. We fixed it on CI but contributors are still affected on local development. #### Description - add an explanation to [Develop section in...

enhancement
good first issue
area/docs

#### Reason/Context The parser should be fast and lightweight. We should always make sure about it on PR level: - measure bundle size to not make browsers cry when fetching...

enhancement

#### Reason/Context We rely on JSDoc not only to generate API ref docs but now also to generate TypeScript types. We should take case for the quality of those. ####...

enhancement
good first issue
Hacktoberfest
area/javascript

#### Describe the bug We do not check if there is a parser available for a given custom `schemaFormat` and throw not meaningful error that `PARSERS[String(...)] is not a function`...

enhancement
good first issue

#### Reason/Context Have a mechanism that validates examples of payload. Examples are used as part of rendered docs and by mocking tools and should be 100% accurate. #### Description Ajv...

enhancement

Related to https://github.com/asyncapi/community/discussions/187 This is a proposal on how I would like us to start collecting case studies/use cases that entire AsyncAPI community could benefit from: Contents of this PR:...

#### Reason/Context We do not know how many people use AsyncAPI. The most accurate number we could get is the amount of the AsyncAPI users that work with AsyncAPI documents....

enhancement
keep-open