Mohammed Mehdi
Mohammed Mehdi
Fix for #442. This PR has small update in the Google App Engine Setup. See the Issue for more information.
### Google App Engine Deployment in Readme is not Right: - The node Version needs to be correct for it. - peer version 1.0.2 - Nodejs version: NAN. i am...
**Description:** This fixes the issue of website crashing due to too many recursions. BUT Even if we put a recursion limit of 10 to the function like this -> [https://github.com/catosaurusrex2003/asyncapi-react/blob/9b73e41b7a644992851068d6cf327a5775eb7884/library/src/helpers/schema.ts#L521-L569](https://github.com/catosaurusrex2003/asyncapi-react/blob/9b73e41b7a644992851068d6cf327a5775eb7884/library/src/helpers/schema.ts#L521-L569)...
**Description** As described in this issue https://github.com/asyncapi/studio/issues/771 when a document has got recursion in it the rendering crashes due to too many recursion. This causes the app to go into...
**Description** changed the breaking point from `1280` (xl in tailwind) to `1536` (2xl in tailwind) BEFORE:   AFTER:   **Related issue(s)** #954 #906
**Description** Added a new format command. used [js-yaml](https://www.npmjs.com/package/js-yaml) which was already a dependency. -f flag defines the output format. if -o flag is provided writes output to a file, else...
### Describe the bug. see the blank space between components and operations whenever you expand and collapse a node in the tree the blank space is retained by the node...
#### Describe the bug According to the application logic `Blocks visualiser` should NOT display in sidebar if document is version 3. So when a person edits the document and an...
**Description** This is a proof of concept to explore how we can implement this in our playground text editor and the documentation preview. 📌 Goal: Whenever a user makes a...
## **The problem** The current schema UI assumes a deep understanding of the AsyncAPI specification, making it difficult for many users to interpret. Since schemas can be recursive and heavily...