Mohammed Mehdi

Results 52 comments of Mohammed Mehdi

@gouravkrosx @charankamarapu @Sonichigo Can i get this assigned to me. I have a fix ready.

https://github.com/asyncapi/studio/issues/1144

@aeworxet Please review my changes related to this [line](https://github.com/asyncapi/studio/commit/41365d42b8b0a7bee4197e966b5cc900875937b8#diff-7911c8d6c958d8d261602e2b153659dce570f122db8dc077ad1ed95912edd461R15) in the above PR

@atharvagarwal Thanks for showing interest in this! Issues aren’t typically assigned here, so feel free to directly open a PR to fix the problem. It looks like this issue is...

I would love to work on this. I looked into the code and I can only find react query being usefull [here](https://github.com/asyncapi/modelina/blob/548a19fb3992b660423b50600892b4c177b09a2e/modelina-website/src/components/playground/Playground.tsx#L85-L111) as [mutation](https://tanstack.com/query/v5/docs/framework/react/reference/useMutation) Is there a particular part of...

@AceTheCreator The majority of the load time is actually due to playground loading styles and assets for the text editor. Also [FOUC](https://en.wikipedia.org/wiki/Flash_of_unstyled_content) can't really be solved by adding a loader,...

> Instead of using an activity loader, what do you think about auto-scrolling and highlighting the component where a change is reflected whenever the schema is modified in the playground?...

@AST0008 lets wait for others to validate if this change is really necessary. Then you can pick this issue up 👍. @AceTheCreator should we go forward with this ?

> [@catosaurusrex2003](https://github.com/catosaurusrex2003) what's the advantage of doing this? Just better readability and consistency something like https://github.com/asyncapi/asyncapi-react/blob/c0d23bbeb7b6101712dff957183a37e8c9635952/library/src/components/Schema.tsx#L247 gets converted to ``` ``` but i think this is not a priority now