Lukasz Gornicki

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

❔ Question

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

stale
enhancement

## Context - Messages in operation ![Screenshot 2023-11-16 at 18 32 44](https://github.com/asyncapi/spec/assets/6995927/d2ad5569-b53e-42ff-9b79-67cbfdd9f59f) - Messages in operation reply ![Screenshot 2023-11-16 at 18 33 29](https://github.com/asyncapi/spec/assets/6995927/ecddf219-0e0a-48ef-87f0-bad25c91f5eb) ## Key of the problem ``` It...

🐞 Bug
keep-open

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

enhancement
bounty

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

bug

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

enhancement
good first issue
area/javascript

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

enhancement
stale

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

bug
stale

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

bug
good first issue