Lukasz Gornicki
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...
#### 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....
#### 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...
#### 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...
#### 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...
#### 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. ####...
#### 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`...
#### 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...
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....