Suraj Muraleedharan

Results 22 comments of Suraj Muraleedharan

Hi, I did a Java upgrade and forgot to update the Dockerfile with the new Java version. It seems it was the issue. Could you please update the code (I...

Thank you for these tips. I will try to address them. I plan to learn React and rewrite the UI part while keeping the backend as Java and also, planning...

Hello, Sorry for the delayed response, I was on a vacation. I have not implemented the user management and quiz management tabs. Only the pages are ready, I will implement...

Hi, Thank you for reaching out to me. I am happy to know that it worked on a Windows Hyper-V VM. I didn't try the app on a VM before....

I guess openjdk is deprecated and may not be available for all arch, can you try the following instead? instead of `FROM openjdk:18-jdk` can you use `FROM eclipse-temurin:18-jdk`? I am...

Awesome 👍 . I just upgraded the project to java 19 with eclipse-temurin as the image.

* Currently there is no way to show only the current user because the idea was to mimic the Kahoot feel. But, I have plans to add a game configuration...

Ohh... Now I got it. I have noticed that, yes, that is something that needs to be fixed. I will try to resolve it. Thank you for the screenshots and...

I love to improve the product, so any feedback is welcome 😃 . I will try to fix it one by one 👍

Awesome 🤩 . I haven't tried Ansible yet. But if it is a configuration inside the repository, please feel free to raise a PR.