This project is an Alexa skill prototype for controlling the Music Assistant server. It provides a Flask-based web service, an Alexa skill handler, an API, and ASK CLI integration with Docker deployment support.
Showing 30 opportunities to contribute
AI Summary: This GitHub issue proposes adding a new PPL function called `isnotempty` to complement the existing `isempty` function. The goal is to provide a more direct and readable way to check for non-emptiness, similar to how `isnotnull` exists alongside `isnull`, rather than relying on `not isempty`.
Query your data using familiar SQL or intuitive Piped Processing Language (PPL)
AI Summary: This issue proposes refactoring the `generate_model_card` function, which is currently only accessible through the command-line interface (CLI). The goal is to move this functionality into the `ModelMeta` class as a method, allowing for more direct programmatic access to generate model cards.
MTEB: Massive Text Embedding Benchmark
AI Summary: This GitHub issue suggests adding documentation for the recently introduced 'endpoint group' feature. The documentation should be integrated into the Routing section, providing clear explanations and examples to guide developers on its proper use and understanding.
A Rust web framework for APIs. So simple it feels like cheating.
AI Summary: This issue requests a new documentation page detailing how to integrate Granola meeting notes with Honcho using the Granola MCP server. The guide should explain the use case, provide setup instructions for the Granola MCP, outline the workflow for extracting and storing meeting data in Honcho, and include code snippets for common patterns like mapping participant data.
Memory library for building stateful agents
AI Summary: Students need to be able to update their profile with a preferred name and optional secondary contact details (email and phone number). This allows SABC to have accurate contact preferences and alternative ways to reach students. The task involves adding new fields to the student profile page and updating the backend to store this information.
Student Information Management System. Post-Secondary Student Financial Aid System
AI Summary: The `Protected` component has a bug in its `useEffect` hook where a variable referenced within the effect's callback is missing from its dependency array. This omission can lead to stale closures or incorrect re-execution of the effect.
A global authentication state toolkit for React with prebuilt UI screens and a globally accessible useAuth() hook. No separate stores, persistence layers, or setup files required. Integrates directly at the app layout level, with auth state remaining consistent across refreshes without manual persistence.
Simplified Photosynthesis and Evapotranspiration Model: process-based ecosystem model for simulating carbon and water fluxes.
AI Summary: The user is encountering a 404 error from the Alexa API for the `/alexa/latest-url` endpoint, preventing sound from their Alexa device. This occurs despite the Music Assistant skill, its interaction model, and the Music Assistant API itself all showing as healthy (200). The issue points to a specific integration or routing problem between Music Assistant and the Alexa service.
This project is an Alexa skill prototype for controlling the Music Assistant server. It provides a Flask-based web service, an Alexa skill handler, an API, and ASK CLI integration with Docker deployment support.
AI Summary: The issue describes a UI problem where the 'read by' avatars for a message in rooms with many users overflow the display area, making the interface cluttered. The suggested solution is to replace the individual avatars with a numerical count of readers (e.g., 'X users read') when the avatars exceed the available space.
AI Summary: The user requests support for multiline input in the `ask` feature, as the current single-line input is inconvenient for longer prompts and modifications. They propose a fixed-width, floating window that can accept multiple lines of input and ideally offer Vim-like normal/visual/insert modes for efficient editing, acknowledging that the underlying `snacks` library might only support single-line inputs.
Integrate the opencode AI assistant with Neovim — streamline editor-aware research, reviews, and requests.
AI Summary: This GitHub issue proposes a new feature allowing users to select their preferred LLM model directly from the frontend settings panel. This requires the backend to dynamically discover and expose available models from the active LLM provider via a new API endpoint, and persist the user's chosen model in MongoDB. The goal is to give users flexibility over cost, speed, and quality tradeoffs without requiring backend redeployment.
AI Summary: This GitHub issue suggests updating outdated links within the project's README file. The current links pointing to `userapina.com/guides/` are no longer valid. The user provides specific new URLs for 'Getting Started,' 'Database,' 'Authentication,' and 'CLI Reference' to replace the broken ones, and also suggests considering adding new links or simplifying existing ones to core concepts.
A Rust web framework for APIs. So simple it feels like cheating.
AI Summary: This is a tracking issue to remove redundant `propTypes` and `defaultProps` from TypeScript components. For each component, the task involves ensuring that prop documentation is maintained via the `Props` interface and that default values are set using function parameter defaults. Many components have already been updated, with a few remaining.
💎 An accessible, theme-ready design system built for learning applications and Open edX.
AI Summary: This GitHub issue reports an inconsistency in the vertical margin between the standfirst (introductory text) and the byline (author/date) on blog post headers. The spacing visually changes when navigating to a blog post from the main `/blog` listing page compared to direct access. The suggested resolution is to implement a common component for these elements to ensure consistent styling across all contexts.
AI Summary: This tracking issue details the process for converting existing React components from JavaScript (.jsx) to TypeScript (.tsx). The conversion involves migrating `propTypes` definitions and their documentation to TypeScript `Props` interfaces, and replacing `defaultProps` with default function parameters. This effort aims to remove deprecated APIs, enable an upgrade to React 19, enhance developer error detection, and eliminate console warnings.
💎 An accessible, theme-ready design system built for learning applications and Open edX.
Burn is a next generation tensor library and Deep Learning Framework that doesn't compromise on flexibility, efficiency and portability.
AI Summary: This 'Good First Issue' invites contributors to add a specific quote from Hunter x Hunter by Gon Freecss ('I won't run away anymore!') to the `anime-quotes.json` file. The task is clearly defined as easy, with detailed, step-by-step instructions and the exact JSON object provided for insertion, making it ideal for new contributors.
Aesthetic, minimalist platform for learning Japanese inspired by Duolingo and Monkeytype, built with Next.js and sponsored by Vercel. Beginner-friendly with plenty of good first issues - all contributions are welcome!
AI Summary: This GitHub issue reports several problems with 'snippets' in the editor, including broken syntax highlighting when using destructuring or `@render` with objects, a lack of autocomplete functionality, and the failure of snippets to auto-close like other block structures (e.g., `{#if}`). The reporter considers these issues mild in severity and suggests prioritizing other tasks.
AI Summary: The `TensorflowIrisIT` integration test in the Wayang project experiences non-deterministic failures, manifesting as a `WayangException`. The error occurs specifically during the execution of a `JavaCollect` operation within the Wayang Java executor, suggesting a potential issue within the Wayang runtime or its interaction with TensorFlow.
Apache Wayang is the first cross-platform data processing system.
AI Summary: The user reports that the `rndx.Draw` function from `rndx_lib.lua` renders transparent colors incorrectly, making them appear less transparent than intended. A provided code example and screenshot demonstrate this by comparing `rndx.Draw` with the engine's native `draw.RoundedBox`, both using the same alpha value, where `rndx.Draw`'s output is noticeably more opaque.
Because drawing rounded shapes should be simple, fast, and beautiful. 🇵🇸 🎉 🇵🇸
AI Summary: This GitHub issue proposes enhancing the `create-service.yml` rule by adding detection for the `sc.exe` command. This follows a previous improvement where `create process` and `reg add` blocks were combined for cleaner, more reusable rules. The goal is to further improve rule cleanliness and adherence to the DRY principle by integrating `sc.exe` service creation patterns.
Standard collection of rules for capa: the tool for enumerating the capabilities of programs
AI Summary: The `gleam export erlang-shipment` command is currently including development dependencies in its output. The user is seeking clarification on whether this behavior is intentional or an unintended bug, as they could not find an answer in existing discussions or issues.
⭐️ A friendly language for building type-safe, scalable systems!
AI Summary: The GitHub issue reports a UI alignment problem in the 'Apply Operations' dialog. Specifically, the 'Created columns' section at the bottom of the dialog is not aligned consistently with the other columns displayed, as illustrated by the provided screenshot.
OpenRefine is a free, open source power tool for working with messy data and improving it
AI Summary: The issue highlights a critical limitation where interactive dialogs in slash command integrations have a hardcoded 3-second timeout. This short duration frequently causes integrations with external vendor solutions to fail due to network and application latency, severely limiting the platform's viability for integrations. The proposed fix is to either increase the default timeout or make it configurable via an environment variable.
Mattermost is an open source platform for secure collaboration across the entire software development lifecycle..
AI Summary: This GitHub issue reports an inconsistency in import paths within the `packages/tts/src/platforms/bytedance/` directory. Files in this directory use relative paths like `../../core/index.js` instead of the configured path alias `@/core/index.js`, which violates code consistency compared to other parts of the `tts` package. The fix involves updating two specific files to use the `@/` alias for imports.
AI Summary: This GitHub issue aims to increase test coverage for code introduced in PR #12, which failed Codecov checks. The task involves identifying untested lines in the updated logic (e.g., `src/fix/python.rs`), writing new unit/integration tests, and ensuring all tests pass locally and satisfy the Codecov CI threshold.
A command-line utility that automatically detects and fixes common mistakes in shell commands with a focus on speed and usability.
AI Summary: This GitHub issue proposes adding obstacles, such as asteroids, to the game to increase its difficulty and encourage players to move more. The current game is perceived as too easy, allowing players to remain stationary. The solution involves implementing new in-game elements that players must avoid.
🦖 Classic arcade shoot 'em up built with Java & FXGL. Contributions welcome – game & Next.js docs.
AI Summary: This GitHub issue offers a bounty for users to review the BoTTube platform on ToolPilot. Participants must visit BoTTube, explore its features, then leave a genuine review on its ToolPilot listing, providing a screenshot as proof. The reward is 2 RTC per person, claimed by opening a new issue with the screenshot and their RTC wallet address.
Earn RTC crypto by contributing to the RustChain ecosystem. Bounties from 1-150 RTC. Star, code, write tutorials, find bugs.