Manish Kumar

Results 7 issues of Manish Kumar

**Describe the bug** After initializing Konami. ie: `import { useEffect } from "react"; import Konami from "konami"; function App() { useEffect(() => { new Konami("https://google.com"); }, []); return Hello World;...

Improvement
Bug

closes #2243 ## Summary by CodeRabbit - **New Features** - Enabled drag-and-drop reordering for keywords in multiple dialogs, including Custom Section, Interests, and Skills. Users can now rearrange keywords intuitively,...

### Is there an existing issue for this feature? - [x] Yes, I have searched the existing issues and it doesn't exist. ### Feature Description Currently Draggable tags are only...

enhancement
needs triage
v4

**Describe the bug** The BlogAppbar was interfering with text selection below it due to improper padding. Adjusting padding ensures better accessibility. **To Reproduce** Steps to reproduce the behavior: 1. Visit...

bug
needs-triage

### PR Fixes: 1. Adjusted BlogAppbar padding (p-6 → px-6 pt-6 mt-6) to prevent it from blocking text selection behind it. 2. Introduced a subtle hover effect on text to...

### Description #### Added Arabic & Russian (cyrillic) Funboxes Added two new funboxes `Arabic` & `Russian` with gibberish word generators. Also added logic to automatically force the Arabic language if...

frontend
assets
packages

### Problem any multi-key insert mode mapping (e.g., `Vim.map("jk", "A", "insert")`) causes the character before the cursor to be deleted when the mapping is triggered. ### Example: `$` represents the...