KaranPalan

Results 7 issues of KaranPalan

### Desired Behavior Add a PDF guide for Musicblocks guide and make it available to download ### Checklist - [x] I have read and followed the project's code of conduct....

Issue-Enhancement

### Have you read a contributing guide? - [X] I have read CONTRIBUTING.md - [X] I have searched the existing issues and didn't find any that were similar - [...

bug

### Description of the bug I attempted to set up the project locally using Docker, but encountered issues related to Vue.js during the process: ![Image](https://github.com/user-attachments/assets/9095b4c7-feae-466c-9d6c-8e178ed1b0c9) I tried resolving the issue...

bug

**What kind of change does this PR introduce?** - Improved the color contrast of arrows in "Go Back" and "Up Next" buttons in dark mode. (used #2563EB for Arrow svg...

### Describe the bug In the FAQ section, when a question is expanded by clicking on its tab header, clicking on the same header again does not toggle it closed....

🐛 Bug
Status: In Progress
Status: Accepted

Fixes #623 Introduced linting schemas and auto-fixing linting issues in the schemas by integrating the [@sourcemeta/jsonschema](https://github.com/sourcemeta/jsonschema/) cli #### Changes made: 1. New commands added: ``` $ node bin/typescript-json-schema --help Usage:...

ref https://github.com/modelcontextprotocol/modelcontextprotocol/pull/1417#pullrequestreview-3198110654 Hello maintainers, I recently created a pull request in [modelcontextprotocol](https://github.com/modelcontextprotocol/modelcontextprotocol). The PR focused on fixing linting issues using the [jsonschema cli's](https://github.com/sourcemeta/jsonschema/blob/main/docs/lint.markdown) auto-fixing command (`jsonschema lint --fix`). For context,...