Abhinav Pandey

Results 105 comments of Abhinav Pandey

Hey @AradhyaDixit18 . Sure go ahead!! I'm hell busy right now it's open for peeps. You'd be a great help 😁

One more point I'd like to add here. I noticed the following lines in our `code/src/test.ts` : ```typescript if (false) { r = await axios.delete(cfg.baseUrl + "/api/themes"); console.log("deleteDocs =",r.data); myAssert(r.data,...

> Would you like to be assigned to the issue? Yes. Thanks. I'll try to use `jest` for testing owing to it's flexibility. I can also go with `mocha` with...

@codyzu The built in test runner lacks many features that are commonly used in modern testing, such as mocking, spying, detailed assertion libraries, and test coverage reports. Of course we...

We can add a new section to the `DEV_GUIDE.md` after the 'Fetch Latest Code' section. This new section will provide instructions on how to set the `dev` branch as the...

Docker build and push also fails for now. It says authentiation required. Details in image below :

To resolve the `react-hooks/exhaustive-deps` errors, we should include all necessary dependencies in the `useEffect` dependency arrays to ensure consistent behavior. For cases where dependencies are stable, we can document and...