Vishwanath

Results 20 comments of Vishwanath

> Hello! I had to face this same issue, and managed to overcome it with a pretty clean hack. Here is my solution: > > ```js > > > >...

@ful-stackz Thanks for the hack though! Really appreciated. Is there any way to suppress this error? I've searched on Stackoverflow and tried some fixes, but they're not working.

A relational DB is much more logical to use here, rather than a NoSQL database, so I guess that's why he used MySQL.

Sure, please let one of the maintainers change the status to Ready for Dev. Then you can start working on it.

> hey @FrozenHearth this branch has a conflict error please resolve it. Thanks for the review. Resolved the conflict.

Thank you very much! @eddiejaoude

Anyone wants to take up this issue? CC @ManishBisht777 @eddiejaoude

Thanks @SaraJaoude ! Just a question; do you recommend I ONLY add the jsconfig file OR additionally also make changes to all files to replace `../../components` with `@/components`

Related - Can we use a toast message or something similar to show errors? As of now, I see we are using `console.log(error)` to show errors.