daily-code icon indicating copy to clipboard operation
daily-code copied to clipboard

Results 365 daily-code issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Terms and conditions , privacy - policy pages are not introduced in the code. **To Reproduce** 1. Go to footer and click on terms and conditions or...

bug

### **Problem Statement** Currently, in the daily-code project, users can submit their code solutions similar to the LeetCode platform, and they can view their accepted submissions in their profiles. However,...

enhancement

https://github.com/code100x/daily-code/assets/134310734/9485aace-e7da-4b2c-a6b7-824773f393b9 Updates - * Fixed the code vulnerability as requested ### Checklist before requesting a review - [ ] I have performed a self-review of my code - [ ]...

We have a lot of components in `packages/ui` that are using `apps/web` This is a circular dependency. We should move these back to ui

bug

### **Closes #410** ### **Problem Statement** Currently, in the daily-code project, users can submit their code solutions similar to the LeetCode platform, and they can view their accepted submissions in...

### PR Fixes: - 1 The login error happening in the slides - 2 The issue is related to package importing and exporting https://github.com/code100x/daily-code/assets/66407522/e99f20c0-5145-4833-a62f-f25e2fbee598 ### Checklist before requesting a review...

### PR Fixes: - 1 fix the import in the LesssonView.tsx - 2 fix the export from packages/ui Resolves #408 ### Checklist before requesting a review - [x] I have...

**Describe the bug** While setting up the project I found 2 import errors in LesssonView.tsx **Screenshots or GIFs** ![LessonView tsx - daily-code - Visual Studio Code 11-05-2024 13_07_56](https://github.com/code100x/daily-code/assets/59289499/d8be3d82-cdfa-4296-9d0d-83a185d8c251) ![localhost-3000-tracks-Auth-auth-1](https://github.com/code100x/daily-code/assets/59289499/66a19603-ef39-4183-a0b1-ff039a7ca7dc)

bug

### PR Fixes: - setupDB.sh shell bug fix Initially, when we use this script, it throws a unique constraint error as we are running the seed twice. Fixed that by...

When we use this script, it throws a unique constraint error as we are running the seed twice. Steps to reproduce the behavior: 1. Drop the DB 2. Rerun the...

bug