Ramakant Sharma

Results 103 comments of Ramakant Sharma

@jokestax can you please handle review comments and resolve conflicts?

tested locally, working as expected great work @itsCheithanya @rootxrishabh :rocket: :raised_hands: ``` > ~# cat /etc/os-release PRETTY_NAME="Ubuntu 24.04.2 LTS" NAME="Ubuntu" VERSION_ID="24.04" VERSION="24.04.2 LTS (Noble Numbat)" VERSION_CODENAME=noble ID=ubuntu ID_LIKE=debian HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/"...

@rootxrishabh please rebase the PR and handle CodeQL failure.

@abhashsolanki18 there are some other issues as well that we're facing in CI, we're working on it, once it's fixed i will revert back here.

@abhashsolanki18 can you please handle the ci failure? We could merge after all tests are passing.

> hey @rksharma95 are the changes being merged? thanks. PR is failing end-to-end tests. cannot merge until it passes the CI. can you please handle the failures.

Closed with #1991

> ``` > RUN groupadd --gid 1000 default \ > && useradd --uid 1000 --gid default --shell /bin/bash --create-home default > USER 1000 > ``` > > @rksharma95 as per...