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