Viacheslav Turovskyi
Viacheslav Turovskyi
This PR resolves issue #504. - `getBaseUrl()` was made a separate util to make code reuse possible. - URL validation in it is not performed because `node-fetch` performs its own...
This PR adds the official Bounty Program Rules, which are the consolidated and formalized version of information publicly available in free form at https://github.com/orgs/asyncapi/discussions/541#discussioncomment-5462792 https://github.com/orgs/asyncapi/discussions/877#discussioncomment-6970799
This PR introduces for `./apps/studio-next`: - `Cypress` with testing minimal set of web application's UI elements due to upcoming migration to `./apps/design-system` (skeleton of the UI testing that will need...
I am observing weird behavior during dereference, which I am wary to call a 'bug', because most probably it's a result of JS limitations and not an algorithmic flaw. In...
This issue has been created to track the bug reported in https://github.com/asyncapi/cli/pull/1389#issuecomment-2102950792. This bug is NOT a bug of the `Bundler` itself, but rather of the underlying tool, https://github.com/APIDevTools/json-schema-ref-parser. There...
This PR creates the rule `asyncapi3-channel-servers` for the v3 core ruleset. Resolves https://github.com/asyncapi/parser-js/issues/1020