AI Summary: The `ConfigManager` class in `packages/config/src/manager.ts` is identified as a severe violation of the Single Responsibility Principle, encompassing 2406 lines and 102 methods handling diverse responsibilities from file management to specific configuration types like MCP and ModelScope. This over-burdened class leads to high-severity issues in maintainability, testability, readability, and extensibility. The proposed solution involves refactoring it into multiple specialized manager classes.
Showing 30 opportunities to contribute
AI Summary: This GitHub issue is a 'Good First Issue' designed for absolute beginners to contribute to an open-source project. The task involves adding a specific anime quote to a JSON file, which can be completed in under a minute directly from a web browser without any coding or setup. The details of the quote (Japanese, Romaji, English) are unfortunately cut off in the provided issue body.
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 issue proposes implementing a weekly CRON job to execute a comprehensive suite of estimator tests, specifically `run-tests-no-extras`, `run-tests-all-extras`, and `test-est`. Unlike PR checks, this job should run tests on all available classes, requiring a modification to the test runner's 'detect changes' functionality to differentiate between CRON and PR invocations.
A unified framework for tabular probabilistic regression, time-to-event prediction, and probability distributions in python
AI Summary: The `apps/backend/lib/mcp/` module is inconsistently using the generic `Error` class instead of the project's defined `MCPError` class, which violates code consistency and hinders unified error handling. This prevents leveraging the project's error processing framework, leading to inconsistent error messages and reduced maintainability. The issue provides specific file and line numbers where this inconsistency occurs.
AI Summary: This GitHub issue proposes optimizing `shellcheck` ignores within the `actionlint` pre-commit hook for the Apache Sedona project. A recent failed GitHub Actions run highlighted the need to review the existing ignores. The goal is to identify and remove unnecessary `shellcheck` ignores, which could also lead to general code cleanup and improved code quality.
A cluster computing framework for processing large-scale geospatial data
Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. By default it supports the Google Java Style Guide and Sun Code Conventions, but is highly configurable. It can be invoked with an ANT task and a command line program.
AI Summary: This feature request proposes adding a simple logging mechanism to Nanobot to track token usage and estimated costs from LLM API responses. It aims to capture data like timestamps, models, and token counts, storing them in a dedicated file (e.g., `usage.jsonl`) to provide users with visibility into their spending and model usage when using custom gateways or paid API providers.
AI Summary: This GitHub issue outlines a "Star & Share Campaign" aimed at increasing the star count for the RustChain repository to 200. Participants can earn 2 RTC by starring a list of specified GitHub repositories and sharing information about RustChain or other Elyan Labs projects on social media. Proof of completion, including starred repos and a link to the social media post, must be provided in a comment on the issue.
Earn RTC crypto by contributing to the RustChain ecosystem. Bounties from 1-150 RTC. Star, code, write tutorials, find bugs.
AI Summary: The GitHub issue reports an empty space within the search modal that needs to be minimized, as illustrated by an attached screenshot. The reporter is unsure if the fix should be implemented in the current repository or the `nodejs/nodejs.org` `ui-components` library.
AI Summary: This GitHub issue offers a bounty to create useful CI/CD workflows using GitHub Actions for any Elyan Labs repository. Contributors are encouraged to implement workflows such as linting, testing, auto-labeling, or stale issue closing. A payment of 5 RTC is offered per workflow, with an additional 2 RTC bonus if a workflow successfully identifies a real bug.
Earn RTC crypto by contributing to the RustChain ecosystem. Bounties from 1-150 RTC. Star, code, write tutorials, find bugs.
AI Summary: This is a beginner-friendly, good first issue that involves adding a new grammar point, "〜でしょう", to a list. The task requires no coding, can be completed in under a minute directly from the browser, and is ideal for absolute beginners looking to make their first open-source contribution.
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 issue is an easy bounty for Hacktoberfest, requiring participants to star five specific Elyan Labs repositories: Rustchain, bottube, beacon-skill, grazer-skill, and rustchain-mcp. After starring, users must share their action on X (Twitter) or LinkedIn. Proof of completion should be provided in a comment on the issue to receive a reward of 1 RTC.
Earn RTC crypto by contributing to the RustChain ecosystem. Bounties from 1-150 RTC. Star, code, write tutorials, find bugs.
AI Summary: This is a 'Good First Issue' for new contributors, focusing on adding categorization tests for 'network engineer' and 'network security' job titles. The task involves extending `tests/test_categorize.py` with new test cases, requiring basic Python and Git knowledge, and is estimated to take 30-90 minutes.
Welcome to New-Grad Jobs, a curated repository designed to help recent college graduates discover job opportunities, prepare for their job search, and navigate the early stages of their careers.
AI Summary: This GitHub issue is an 'easy bounty' task, asking users to react with a thumbs-up, rocket, or heart emoji to at least three open issues within the repository. Upon completion, users must comment on this issue with links to the issues they reacted to, and they will receive 1 RTC as a reward.
Earn RTC crypto by contributing to the RustChain ecosystem. Bounties from 1-150 RTC. Star, code, write tutorials, find bugs.
AI Summary: This issue addresses an accessibility problem where decorative SVGs and icons are exposed to screen readers, creating unnecessary noise. The proposed solution is to add `aria-hidden="true"` to these elements to hide them from assistive technologies. Developers are asked to apply this fix to specified locations and search for other instances throughout the codebase.
The Next-gen Open Source learning platform for everyone ✨
AI Summary: This issue requests the creation of a new integration for Postman into the CORE system. The goal is to sync various Postman entities like API collections, workspaces, environments, monitors, and team activity. The integration should follow existing templates, use API Key authentication, and adhere to a specified file structure.
Build your digital brain which can talk to your AI apps.
AI Summary: This GitHub issue reports an inaccuracy in the CVXPY documentation regarding the 'warm start' feature. The documentation suggests that an initial guess can be provided for the first solve by setting the `value` field of problem variables, but the user demonstrates with a code example and references another issue that this functionality is not supported.
A Python-embedded modeling language for convex optimization problems.
AI Summary: This issue requests a new feature: the ability to manually enable or disable "skills" (features). Currently, skills can only be deleted, which is inflexible and makes configuration difficult. Implementing a toggle for enable/disable status would greatly improve configuration flexibility.
AI Summary: The non-functional "dashboard" page needs to be temporarily hidden from the application's menu. This task involves utilizing an existing "Easter egg" component to conditionally hide the page until its underlying issues are resolved. It is intended as an easy task for new contributors, with instructions to be provided on using the Easter egg component and adjusting relevant tests.
The purpose of the site is to improve the quality of public transportation in Israel by providing reliable information to journalists, citizens, transportation companies, and government officials in Israel.
AI Summary: This issue proposes refactoring Rust code within `const` contexts by replacing explicit `match + panic` patterns with the newly const-stabilized `expect()` function (Rust 1.83). This change aims to improve code readability and might require updating build configurations (makefiles) or waiting for an MSRV bump. The task also outlines the specific patch submission process required for the Linux kernel.
Adding support for the Rust language to the Linux kernel.
AI Summary: The user reports that Npgsql's `ExecuteReader` (when used to retrieve schema information like `AllowDBNull`) incorrectly returns `DbNull` for columns in PostgreSQL partition tables. This issue is specific to partition tables, as regular tables correctly report `true` or `false` for nullability, and persists even when using `KeyInfo` or `SchemaOnly` command behaviors.
Npgsql is the .NET data provider for PostgreSQL.
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: The issue proposes refactoring the CMake build system for `clad` benchmarks to improve how compilers are managed. Currently, the build system stores and restores compiler settings for benchmarks; the goal is to eliminate this by creating a dedicated CMake target for benchmarks that applies specific compiler options, definitions, and sets the CXX compiler property directly, avoiding the need for temporary swaps.
clad -- automatic differentiation for C/C++
Self hosted FLOSS fitness/workout, nutrition and weight tracker
AI Summary: This GitHub issue, labeled as a 'Good First Issue', aims to implement support for the `aten::items` operation. All specific details regarding the context, required tasks, and contact points are deferred to a 'main issue' which is not provided within this ticket.
OpenVINO™ is an open source toolkit for optimizing and deploying AI inference
AI Summary: This issue requests rounding the 'average opponent rating' displayed on a user's performance card. This change is needed because decimal ratings are no longer shown elsewhere in the system, and aligning this display will ensure consistency. It's a UI/display-focused adjustment.
New Lichess mobile app in Flutter
AI Summary: The task is to implement a hover interaction for resource cards displayed on the 'learn' and 'contribute' pages. Specifically, when a user hovers over these cards, a stroke (border) with the color rgba(169, 164, 155, 0.75) should appear. A Figma design link is provided for visual reference.
A place to learn about bitcoin development
AI Summary: This GitHub issue is a call for contributions to refactor the filter bar component within the 'Content Library' section of the Studio application. The primary task is to remove all Vuetify framework dependencies and styling from this specific UI element, as part of a broader effort to eliminate Vuetify from the codebase.
AI Summary: This issue requests refactoring the `bf16fma` function within LLVM libc to be header-only and `constexpr` where possible. The goal is to make it a shared math function, ensuring compatibility across Clang, GCC12.2, CMake, and Bazel. This work is part of a broader initiative to enable C++23 `constexpr` math functions via Clang built-ins.
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
AI Summary: This issue proposes refactoring the Go scenario tests to leverage the `fabric-admin-sdk` for all Fabric operations. The goal is to streamline the testing process by eliminating the need to download Fabric binaries and manage shell command invocations, making tests more programmatic and easier to maintain.
Go, Node and Java client API for Hyperledger Fabric v2.4+