Mohammed Zafeeruddin

Results 7 issues of Mohammed Zafeeruddin

### PR Fixes: - 1 Added correct course id, content Id Resolves #[684] ### Checklist before requesting a review - [x] I have performed a self-review of my code -...

**Describe the bug** Videos till week-12 are bookmarked by default, and errors out if bookmark being removed **To Reproduce** Steps to reproduce the behavior: 1. Uncheck bookmarks, which are previously...

bug

**Describe the bug** Video options overlap the chapter when they are opened **To Reproduce** Steps to reproduce the behavior: 1. Open a video 2. select chapters **Screenshots or GIFs** ![image](https://github.com/code100x/cms/assets/121102547/85f97173-6709-4775-b03b-fefaa2dde060)

bug

**Is your feature request related to a problem? Please describe.** Its time consuming to use mouse to search videos **Describe the solution you'd like** A better way if search bar...

enhancement

I am trying to convert the file in the following way: ``` const handleFileChange =(e:ChangeEvent)=>{ if(e.target.files){ const file = e.target.files[0] if(file==null){ return } const reader = new FileReader() reader.readAsDataURL(file) reader.onload=(e)=>{...

I tried running the model, the model file is missing where can i get it. ` parser.add_argument('--modelpath', type=str, default='onnx_havepost_models/yolov7-lite-e.onnx', `

### PR Fixes: - 1 Search questions with specific labels - 2 A label dropdown with a search bar - 3 Clear FIlters