Lukasz Gornicki
Lukasz Gornicki
In short, no more JSON schema for parameters in v3 -> https://github.com/asyncapi/spec/blob/next-major-spec/spec/asyncapi.md#user-content-parameter-object But I just discovered one example that actually uses `pattern` keyword from JSON schema -> https://github.com/asyncapi/spec/blob/master/examples/rpc-client.yml#L21 - Now,...
Discussion started here -> https://youtu.be/WW5sLVHa0b8?t=474 tl;dr currently guide says that for the release we also need: ```plaintext - Compliant implementation in the AsyncAPI JS Parser and the AsyncAPI JSON Schema...
## Context - Messages in operation  - Messages in operation reply  ## Key of the problem ``` It...
> PS. Let's pretend I created a branch in a fork, and not upstream, ok? 😅 --- #### Breaking Change It must target 3.0 --- This PR is a result...
## Current state - https://github.com/asyncapi/generator/ that is a core - https://github.com/asyncapi/generator-react-sdk for react render engine - https://github.com/asyncapi/generator-filters/ with shared filters - https://github.com/asyncapi/generator-hooks/ with shared hooks - Multiple repositories with templates...
After we introduced react engine for templates rendering, this code was not changed ```js async shouldOverwriteFile(filePath) { if (!Array.isArray(this.noOverwriteGlobs)) return true; const fileExists = await exists(path.resolve(this.targetDir, filePath)); if (!fileExists) return...
use [this PR](https://github.com/asyncapi/generator/pull/925/files) as inspiration, except for: - no changes to workflows - arborist version should not be changed by this issue - supported engines should not be changed by...
tl;dr - we have [AsyncAPI CLI](https://github.com/asyncapi/cli) and `asyncapi generate fromTemplate` - all missing features are added to AsyncAPI CLI, just [docs need update](https://github.com/asyncapi/generator/issues?q=is%3Aopen+label%3A%22good+first+issue%22+label%3A%22%F0%9F%93%91+docs%22) - we no longer invest dev time...
Affected accessibility because of below code from `Sidebar.tsx` ```ts return ( setShowSidebar(prev => !prev)} data-lol={showSidebar} > ``` more details: https://sonarcloud.io/project/issues?pullRequest=744&open=AYtrMfuPCKuSkLgXi7U7&id=asyncapi_asyncapi-react Offering the same experience with the mouse and the keyboard...
**Version bump workflow do not work anymore** This PR https://github.com/asyncapi/asyncapi-react/pull/887 introduced some different way of handling dependency info to react component inside playground `@asyncapi/react-component": "file:../library` Since playground is not released...