Mohammed Mehdi

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

server

**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: ![image](https://github.com/user-attachments/assets/4e438975-ec66-44f8-b3c0-d9c45200c2f3) ![image](https://github.com/user-attachments/assets/b5229bc7-9bc5-4cb7-8563-ef07f4b29745) AFTER: ![image](https://github.com/user-attachments/assets/455fd9f1-0bec-49d8-98c0-85bf0e86ab40) ![image](https://github.com/user-attachments/assets/32a1b0a8-9770-4f3f-82db-8563741b81e1) **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...

bug

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

bug

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