Help Wanted

Discover open source projects where your contributions truly matter

While large projects overflow with contributions, smaller initiatives eagerly await your expertise and passion

Supporting the Open Source Community

Not all open source projects are the same. Let's help where contributions can have the most impact.

The Reality of Large Projects
Projects like Node.js, Rust, and WebKit receive hundreds of contributions daily. Their maintainers are already overwhelmed managing the existing queue of pull requests. Your valuable contribution might wait months for review or get lost in the backlog.
Where Help is Needed
Smaller projects often have active maintainers eager to review and merge contributions. These are the projects that need your skills and time - where every pull request gets the attention it deserves.
Active Maintainers
We only list issues from projects where maintainers are actively reviewing contributions. No more wondering if your pull request will ever be noticed. These creators are ready to collaborate with you.
Meaningful Impact
Contributing to smaller projects means your code gets used right away, helping developers who are building useful tools for our community. Your contributions won't sit in a review queue - they'll make a difference today.

"The best time to join a project isn't when it's famous. It's when it needs you."

Active Requests for Help

These maintainers are ready to review your contributions today

Showing 368 opportunities to contribute from the last 17 hours

AI Summary: The task requires fixing a layout issue in a React application where the sidebar does not always stretch to the bottom when the content area exceeds the browser window height. Additionally, text overflow within the sidebar menu needs to be resolved. The fix should ensure consistent sidebar height and prevent text overflow in the sidebar menu items.

Complexity: 3/5
good first issue

Checkmate is an open-source, self-hosted monitoring tool built with React.js, Node.js, and MongoDB, designed to track server uptime, response times, and incidents in real-time with beautiful visualizations. Get powerful insights and proactive alerts to keep your services running smoothly.

More

Checkmate is a self-hosted, open-source monitoring tool that tracks server uptime, response times, and incidents in real-time. Key features include website and port monitoring, real-time alerts, and insightful visualizations, helping users maintain optimal service performance.

JavaScript good-first-contribution good-first-issue good-first-project

AI Summary: The issue describes misaligned text and dropdown elements within the "JWT" section of the Checkmate application's user interface. The task is to correct this alignment issue to improve the user experience. This likely involves adjusting CSS styling or layout components within the React.js framework.

Complexity: 2/5
good first issue design

Checkmate is an open-source, self-hosted monitoring tool built with React.js, Node.js, and MongoDB, designed to track server uptime, response times, and incidents in real-time with beautiful visualizations. Get powerful insights and proactive alerts to keep your services running smoothly.

More

Checkmate is a self-hosted, open-source monitoring tool that tracks server uptime, response times, and incidents in real-time. Key features include website and port monitoring, real-time alerts, and insightful visualizations, helping users maintain optimal service performance.

JavaScript good-first-contribution good-first-issue good-first-project

AI Summary: The task requires refactoring Go test code in the KubeRay project to remove redundant calls to `test.T().Run`. It involves identifying tests where `t.Run` is used unnecessarily and simplifying the code by removing the redundant calls. The refactoring should maintain the existing test functionality.

Complexity: 1/5
enhancement good first issue

A toolkit to run Ray applications on Kubernetes

Go apache deep-learning kubernetes

AI Summary: The task requires fixing a Clippy lint error related to unnecessary lifetimes in the `TextArea_` struct within the Rust codebase of the `fzf-make` project. This involves removing or adjusting the explicit lifetimes in the `PartialEq` implementation to satisfy the linter.

Complexity: 2/5
good first issue code quality

A command line tool that executes commands using fuzzy finder with preview window for make, pnpm.

Rust cli crates-io fuzzy-finder
Add a new destination! about 1 hour ago

AI Summary: Add a new, unique destination to the existing list of two travel destinations in the Travel Destinations app.

Complexity: 2/5
enhancement help wanted good first issue
[Rule] Convention about 1 hour ago

AI Summary: The task requires documenting coding conventions for a project related to bias mitigation in machine learning algorithms. This includes establishing naming conventions for variables, functions, and classes; defining a commit message structure with header, body, and footer; outlining issue and pull request conventions; and providing a concise description of these requirements.

Complexity: 3/5
good first issue

AI Summary: The task requires fixing Android Studio warnings in a Kotlin file of the Wikimedia Commons Android app. Contributors should run a code inspection, choose a file with warnings, fix them, and create a pull request. The goal is to onboard new contributors with a simple, initial task.

Complexity: 2/5
good first issue code-quality

The Wikimedia Commons Android app allows users to upload pictures from their Android phone/tablet to Wikimedia Commons

Kotlin android commons good-first-issue

AI Summary: Add functionality to the Unity package to automatically create a SliceDataMap ScriptableObject if one doesn't already exist in the Resources folder upon first use. Alternatively, a button to manually create this asset should be added to the 25-Slice Editor window.

Complexity: 3/5
enhancement good first issue

A Unity package for handling advanced 25-slice sprites.

C#

AI Summary: Implement a Unity editor extension that adds a "25-Slice Image" option to the right-click context menu in the Hierarchy window. Selecting this option should create a new GameObject with the `TwentyFiveSliceImage` component already attached.

Complexity: 3/5
enhancement good first issue

A Unity package for handling advanced 25-slice sprites.

C#

AI Summary: The task involves implementing the community post retrieval feature for the Unicon R1.0 project. This is the second part of the implementation, suggesting that some groundwork might already exist. The focus is likely on refining the functionality and addressing any remaining bugs or edge cases.

Complexity: 3/5
good first issue

project_Unicon_R1.0 / 2차 프로젝트

CSS

AI Summary: Automate the generation of the `docs/api/internal/*.rst` files to avoid manual synchronization, reducing errors and workload. This likely involves using a tool like Sphinx and its autodoc functionality to automatically generate these files from the project's source code.

Complexity: 3/5
DOCS good first issue CI/CD

Beautiful ridgeline plots in Python

Python data-analysis data-science data-visualization

AI Summary: The task requires refactoring the pwndbg's `LLDBValue` class, replacing its custom logic with the more efficient and standard `lldb.value` functionalities. This involves cleaning up existing code and potentially simplifying the `create_value` method using `lldb SetValueFromCString`. The goal is to improve code maintainability and efficiency.

Complexity: 3/5
enhancement good first issue code cleanup

Exploit Development and Reverse Engineering with GDB Made Easy

Python binary-ninja capture-the-flag ctf

AI Summary: This task requires reviewing the project's transition from mypy to pyright, ensuring adherence to pyright best practices. This includes comparing the new pyright settings with the old mypy settings, and maximizing pyright's strictness level to identify and resolve potential type-related issues.

Complexity: 3/5
good first issue CI/CD

Beautiful ridgeline plots in Python

Python data-analysis data-science data-visualization
Ralph's place about 2 hours ago

AI Summary: Update OpenStreetMap entry for Ralph's place in the Philippines using the provided edit link and ensure all information is correct and up-to-date. This involves verifying the location details and adding or updating relevant tags such as `currency:XBT`, `payment:onchain`, or `payment:lightning` as needed, according to the BTC Map tagging instructions.

Complexity: 2/5
help wanted good first issue verify-submission Philippines

Location data for BTC Map pulled from OpenStreetMap

More

The btcmap-data project addresses the need for accurate and up-to-date location data of Bitcoin accepting businesses by collecting data from OpenStreetMap. Key features include a streamlined workflow for submitting, verifying, and adding locations through GitHub issues and integration with the BTC Map website.

HTML bitcoin foss openstreetmap

AI Summary: The task involves improving the OMEGAPy library by adding new features, simplifying the codebase, and incorporating any new ideas to enhance its functionality. The current issue highlights a need for code assistance due to time constraints on other projects.

Complexity: 4/5
help wanted good first issue

OMEGAPy Library. All OMEGAPy packages will be available for free.

Python
Google Open Source about 2 hours ago

AI Summary: The task involves providing a concise paragraph summarizing information from a project description and issue details. The project description indicates a personal repository, and the issue links to Google's Go open-source project, suggesting a potential task related to Go programming within the personal repository.

Complexity: 2/5
bug documentation duplicate enhancement good first issue

This is my personal repository.

AI Summary: The task involves reviewing all Orchard Core extensions within the Lombiq Open-Source Orchard Core Extensions solution to identify those that implement `INavigationProvider` for the 'admin' menu. These implementations should be refactored to leverage the `AdminMenuNavigationProviderBase` from the Helpful Libraries for simplification and consistency. Additionally, other `INavigationProvider` implementations that do not target the admin menu should be checked for potential improvement through `NavigationProviderBase`.

Complexity: 3/5
good first issue

Looking for some useful Orchard Core extensions? Here's a bundle solution of all of Lombiq's open-source Orchard Core extensions (modules and themes). Clone and try them out!

C# orchard orchard-cms orchard-core

AI Summary: The task involves recreating the game screen of a website (https://ampersand.xyz/) in the style of Dragon Quest, using React, Typescript, and Vite. The existing project is a React-based profile site, providing a foundation. The main challenge lies in replicating the visual style and possibly some game-like functionalities from the example website.

Complexity: 4/5
good first issue

ドラクエ風プロフィールサイト

TypeScript react tanstack-router typescript
Instituo Origem (OnVeg) about 2 hours ago

AI Summary: The task involves updating OpenStreetMap data for a Bitcoin accepting merchant in Brazil. This requires verifying existing information, confirming its accuracy through in-person visit (already done), and then using the provided OpenStreetMap edit link to update the relevant tags and information if needed. No additional verification is needed.

Complexity: 1/5
help wanted good first issue verify-submission Brazil

Location data for BTC Map pulled from OpenStreetMap

More

The btcmap-data project addresses the need for accurate and up-to-date location data of Bitcoin accepting businesses by collecting data from OpenStreetMap. Key features include a streamlined workflow for submitting, verifying, and adding locations through GitHub issues and integration with the BTC Map website.

HTML bitcoin foss openstreetmap

AI Summary: The task requires making the database file path configurable in the Dust media server application, allowing users to specify the location of the `dust.db` file. It also necessitates setting a default file path based on the operating system, using environment variables for platform-specific application config directories.

Complexity: 3/5
enhancement good first issue

Your digital collection of eBooks and Digital Comics

TypeScript

AI Summary: The task requires migrating a bash script responsible for generating YAML and related files (like .env) used in a Terraform configuration to use Go templates. This involves integrating Azure CLI commands within the Go code, likely using a library to wrap the commands for easier execution and error handling. The goal is to improve maintainability and potentially enhance the configuration process.

Complexity: 3/5
enhancement help wanted good first issue

Example using Terraform with Databricks Bundles and VS Code Tooling and catalogs as External Managed Storage

HCL
Upgrade to Vite 6 about 3 hours ago

AI Summary: Upgrade the project's dependencies to Vite 6. This is expected to be a straightforward change given the project's simplicity.

Complexity: 2/5
help wanted good first issue

Website to help debaters allocate speaker and adjudcator points quickly and thoroughly.

TypeScript bp british-parliamentary debate

AI Summary: The task requires modifying the pytest configuration to accept a command-line argument specifying the path to a credentials file. The test script (test_earthspy.py) needs to be updated to prioritize environment variables for credentials but fall back to the provided file path if environment variables are not set.

Complexity: 3/5
enhancement good first issue

Monitor and study any place on Earth and in Near Real-Time using the Sentinel Hub services developed by the EO research team at Sinergise

Python earth-observation python satellite

AI Summary: The task requires analyzing Pony compiler behavior related to unreachable code detection in function branches, specifically focusing on scenarios involving early returns and match statements. The goal is to determine if the compiler's error reporting is accurate and consistent across different code structures and versions.

Complexity: 3/5
help wanted bug needs investigation good first issue discuss during sync

Pony is an open-source, actor-model, capabilities-secure, high performance programming language

C actor-model pony-language pony-source

AI Summary: Refactor the `wireup` container to remove the `warmup` functionality, creating a separate utility function with both synchronous and asynchronous versions. This involves extracting the `warmup` logic, ensuring it functions correctly as a standalone utility, and adding an asynchronous counterpart for improved performance and flexibility.

Complexity: 3/5
enhancement good first issue

Performant, concise, and easy-to-use dependency injection container for Python 3.8+.

Python aiohttp dependency-injection dependency-injection-container
Create containers about 3 hours ago

AI Summary: Determine if a dedicated container is necessary for the pricer submodule within the Hiram project. This involves investigating the submodule's dependencies and resource requirements to assess the need for isolation and potential benefits of containerization.

Complexity: 2/5
good first issue

AI Summary: Implement Github Actions workflows for building, testing, and releasing smart contracts. This involves configuring workflows to run on pull requests and releases, automating the build and testing process, and potentially integrating with a release process.

Complexity: 3/5
enhancement good first issue

A collection of smart contract implementations for the Provenance Blockchain

Rust

AI Summary: The task is to fix a dead URL link in the Owncast project's Storybook documentation. This involves investigating why the link `https://owncast.online/components/?path=%2Fdocs%2Fowncast-styles-colors--default-theme` is broken, potentially by checking Storybook's configuration, stories, and environment variables, and then updating the link to a correct, working URL or removing it if the page no longer exists.

Complexity: 2/5
documentation good first issue

Take control over your live stream video by running it yourself. Streaming + chat out of the box.

Go activitypub broadcasting chat

AI Summary: Rename the function 'angled_taper' to 'euler_taper' in the QNNGDS project, as per issue #105. This likely involves refactoring code to update any references to the old name.

Complexity: 2/5
good first issue

AI Summary: The task requires updating the `collection/CONTAINERFILE` to replace the legacy `ENV key value` format with the recommended `ENV key=value` format on lines 3 and 14. This involves a simple find-and-replace operation to fix two warnings related to the environment variable declaration style.

Complexity: 2/5
enhancement good first issue

NextBike data analysis for your city. Includes Data gathering, aggregation, cleanup and display

Python

AI Summary: The task requires removing the `version` attribute from the `collection/docker-compose.yaml` file to resolve a deprecation warning. This involves a simple file edit.

Complexity: 1/5
good first issue

NextBike data analysis for your city. Includes Data gathering, aggregation, cleanup and display

Python

AI Summary: The task requires modifying a section generation process to execute each section individually based on user requests, while also providing an option to run all sections. This involves restructuring code to remove a loop and add functionality for selective section execution and a "run all" feature.

Complexity: 3/5
good first issue
enhancement good first issue

Performant, concise, and easy-to-use dependency injection container for Python 3.8+.

Python aiohttp dependency-injection dependency-injection-container

AI Summary: Adjust the line-height of small text elements, specifically in 'Alternative names' (Candidate page) and 'Timestamps' (Candidate and Position pages), to 1.5 (or 18px) for consistency with the overall UI line-height.

Complexity: 2/5
good first issue medium UI/UX quality

More

freeats is a web application that allows users to create accounts and provides a user registration functionality. It uses Docker and Docker Compose for easy setup and deployment, and supports PostgreSQL databases, either built-in or externally managed.

Ruby ats open-source rails

AI Summary: Adjust the line-height of dropdown menu options within buttons to match the line-height of select dropdown menus (21px), ensuring consistency in the user interface.

Complexity: 2/5
good first issue low UI/UX quality

More

freeats is a web application that allows users to create accounts and provides a user registration functionality. It uses Docker and Docker Compose for easy setup and deployment, and supports PostgreSQL databases, either built-in or externally managed.

Ruby ats open-source rails

AI Summary: Adjust the font-weight of USER_NAME and DATE elements within the Task modal and Candidate page from 500 to 400. This involves locating the relevant CSS selectors and modifying their `font-weight` property.

Complexity: 2/5
good first issue low UI/UX quality

More

freeats is a web application that allows users to create accounts and provides a user registration functionality. It uses Docker and Docker Compose for easy setup and deployment, and supports PostgreSQL databases, either built-in or externally managed.

Ruby ats open-source rails
Pruebaaaaaaaaas about 4 hours ago

AI Summary: The task involves addressing two issues, #7 and #2, within a React project created using StackBlitz. The description suggests these issues might be relatively simple to implement or resolve, requiring checkbox updates.

Complexity: 2/5
good first issue

Created with StackBlitz ⚡️

JavaScript

AI Summary: Increase the timeout duration of the theme activation snackbar from 10 seconds to 20 seconds in the WordPress.com Calypso application to improve accessibility. Alternatively, remove the timeout completely.

Complexity: 3/5
[Type] Bug Accessibility Good First Issue Triaged [Feature] Theme Showcase [Status] Auto-allocated

The JavaScript and API powered WordPress.com

TypeScript es2015 es6 es6-javascript
Fix footer text height about 4 hours ago

AI Summary: Reduce the height of the footer text in the Toughbyte FreeATS application to 21px, matching the line-height, to address excessive height issues on desktop and mobile devices. This involves modifying the CSS or styling of the footer text element.

Complexity: 2/5
good first issue low UI/UX quality

More

freeats is a web application that allows users to create accounts and provides a user registration functionality. It uses Docker and Docker Compose for easy setup and deployment, and supports PostgreSQL databases, either built-in or externally managed.

Ruby ats open-source rails

AI Summary: This task requires changing the color of secondary text in several UI elements from 'tblr-gray-600' to 'tblr-gray-500'. This includes labels in assignees sections (position, scorecard, scorecard template) and the 'No questions' text in question cards. The change should align with the updated card styles from the related issue #20.

Complexity: 2/5
good first issue medium UI/UX quality

More

freeats is a web application that allows users to create accounts and provides a user registration functionality. It uses Docker and Docker Compose for easy setup and deployment, and supports PostgreSQL databases, either built-in or externally managed.

Ruby ats open-source rails
Reduce number of requests about 5 hours ago

AI Summary: Optimize web scraping script to reduce the number of HTTP requests by leveraging redundancy in the API responses. The current script makes multiple requests to obtain data that is largely duplicated across responses. The optimization will involve making fewer requests and calculating the missing data locally.

Complexity: 3/5
enhancement good first issue

Scrape HUK-Coburg private health insurance premiums for years of life

TypeScript health-insurance huk huk-coburg

AI Summary: Adjust the spacing between the Name field and the Questions card on the Scorecard template's edit page from 8px to 24px without affecting the view mode. This likely involves modifying CSS or styling within the template.

Complexity: 2/5
good first issue low UI/UX quality

More

freeats is a web application that allows users to create accounts and provides a user registration functionality. It uses Docker and Docker Compose for easy setup and deployment, and supports PostgreSQL databases, either built-in or externally managed.

Ruby ats open-source rails

AI Summary: The task involves fixing a broken link on the ethereum.org website's 'What is Ethereum' page. It requires navigating to the specified URL, identifying the broken link, and updating it to the correct address. No screenshots are provided.

Complexity: 1/5
bug 🐛 good first issue dev required

Ethereum.org is a primary online resource for the Ethereum community.

Markdown blockchain chakra-ui ethereum

AI Summary: Adjust the spacing between the text and timestamps in the Position header on the Position page's header card (View mode) from 8px to 16px to match the Candidate header's spacing. This involves modifying the CSS or styling of the affected elements.

Complexity: 2/5
good first issue medium UI/UX quality

More

freeats is a web application that allows users to create accounts and provides a user registration functionality. It uses Docker and Docker Compose for easy setup and deployment, and supports PostgreSQL databases, either built-in or externally managed.

Ruby ats open-source rails

AI Summary: The task requires fixing a bug in the Zimic library where array-type search parameters are not correctly logged in unhandled request warnings. The current logging only displays the last value of an array parameter, while the expected behavior is to log all values as an array.

Complexity: 3/5
bug good first issue

TypeScript-first HTTP request mocking

TypeScript api http mock

AI Summary: Remove the 4px top margin from the Score element on the Scorecard page's view mode. This involves inspecting the CSS or styling of the Score element and adjusting the top margin property. It is a minor styling adjustment.

Complexity: 2/5
good first issue low UI/UX quality

More

freeats is a web application that allows users to create accounts and provides a user registration functionality. It uses Docker and Docker Compose for easy setup and deployment, and supports PostgreSQL databases, either built-in or externally managed.

Ruby ats open-source rails

AI Summary: Reduce the size of the avatar in the header card's edit mode on the Candidate page from 112x112px to 64x64px, leaving the view mode size unchanged. This likely involves adjusting CSS or image handling within the application's frontend code.

Complexity: 2/5
good first issue low UI/UX quality

More

freeats is a web application that allows users to create accounts and provides a user registration functionality. It uses Docker and Docker Compose for easy setup and deployment, and supports PostgreSQL databases, either built-in or externally managed.

Ruby ats open-source rails

AI Summary: Implement input fields in the deck menu to allow users to specify exact quantities for actions involving multiple cards, improving precision and control over deck manipulation.

Complexity: 3/5
enhancement good first issue

a playtesting app for trading card games

TypeScript

AI Summary: The task involves adding the `exit_group` system call to the existing `terminate-process.yml` rule in the capa rules repository to enhance its capability of detecting process termination techniques. This requires familiarity with the capa rule format and Linux system calls.

Complexity: 2/5
good first issue rule idea

Standard collection of rules for capa: the tool for enumerating the capabilities of programs

AI Summary: Adjust spacing in the Task modal and Candidate page to improve visual presentation. Specifically, increase spacing between tabs and the notes section in the Task modal and between the positions section and notes section on the Candidate page.

Complexity: 2/5
good first issue low UI/UX quality

More

freeats is a web application that allows users to create accounts and provides a user registration functionality. It uses Docker and Docker Compose for easy setup and deployment, and supports PostgreSQL databases, either built-in or externally managed.

Ruby ats open-source rails

AI Summary: The task is to refactor the structure of interstitial data within the Superstreamer project. Currently, interstitials are represented using a single object with optional fields for `time`, `uri`, and `vastUrl`. The improvement requires changing this to a discriminated union, allowing for two distinct types of interstitials: one defined by a VAST URL and another by a local asset URI. This improves type safety and clarity.

Complexity: 3/5
good first issue

An open, scalable, online streaming setup. All-in-one toolkit from ingest to adaptive video playback. Built for developers in need of video tooling.

TypeScript advertising api ffmpeg

AI Summary: The task requires modifying the token menu initialization logic in the ArcaneTable application to include cards designated as "start in play" when creating tokens from a deck. This involves updating the code to correctly identify and add these cards to the token menu during the deck setup process.

Complexity: 3/5
bug good first issue

a playtesting app for trading card games

TypeScript

AI Summary: Adjust the spacing between the text area and the reply toggle/buttons in the Task modal and Candidate page to match the 8px spacing used in new thread notes. This involves modifying the CSS or styling to reduce the current 16px spacing.

Complexity: 2/5
good first issue low UI/UX quality

More

freeats is a web application that allows users to create accounts and provides a user registration functionality. It uses Docker and Docker Compose for easy setup and deployment, and supports PostgreSQL databases, either built-in or externally managed.

Ruby ats open-source rails

AI Summary: Implement a dimmer and loader effect using Semantic UI in a Vue.js application to prevent users from submitting a form multiple times while waiting for a response.

Complexity: 3/5
enhancement good first issue

至青宇宙學校資料累積&查詢檢索生成系統

Vue

AI Summary: Adjust the spacing on the Dashboard page of the Toughbyte FreeATS application to match a provided Figma mockup. Specifically, increase the top margin of the "Your candidates" heading from 16px to 32px to align with the design specifications.

Complexity: 2/5
good first issue low UI/UX quality

More

freeats is a web application that allows users to create accounts and provides a user registration functionality. It uses Docker and Docker Compose for easy setup and deployment, and supports PostgreSQL databases, either built-in or externally managed.

Ruby ats open-source rails
Calidonia about 5 hours ago

AI Summary: The task is to add or update the OpenStreetMap entry for Calidonia cafe in Baja California, Mexico, using the provided details such as name, address, location coordinates, payment methods, opening hours, contact information, and other relevant information. This involves using OpenStreetMap editor and following the tagging instructions available in the project's Wiki.

Complexity: 3/5
help wanted good first issue location-submission Mexico

Location data for BTC Map pulled from OpenStreetMap

More

The btcmap-data project addresses the need for accurate and up-to-date location data of Bitcoin accepting businesses by collecting data from OpenStreetMap. Key features include a streamlined workflow for submitting, verifying, and adding locations through GitHub issues and integration with the BTC Map website.

HTML bitcoin foss openstreetmap

AI Summary: Adjust the horizontal padding of the filters container on all grid pages within the Toughbyte FreeATS application from 16px to 20px to ensure consistent UI alignment with tables and cards.

Complexity: 2/5
good first issue medium UI/UX quality

More

freeats is a web application that allows users to create accounts and provides a user registration functionality. It uses Docker and Docker Compose for easy setup and deployment, and supports PostgreSQL databases, either built-in or externally managed.

Ruby ats open-source rails
Cool about 5 hours ago

AI Summary: The task involves analyzing a project focused on payment providers, specifically Finzly's APIs, and a related GitHub issue concerning MetaMask. The goal is to understand the project's scope and the issue's context to create a concise explanation.

Complexity: 2/5
documentation duplicate enhancement help wanted good first issue invalid wontfix

AI Summary: The task requires handling `aiohttp.client_exceptions.ConnectionTimeoutError` exceptions that occur when connecting to the `http://phys.hacettepe.edu.tr/index.php` URL within the Hacettepe Duyurucusu Telegram bot. This likely involves implementing retry mechanisms or more robust error handling for network requests.

Complexity: 3/5
enhancement good first issue

Get the latest from Hacettepe with this amazing Telegram Bot!

Python beautifulsoup4 hacettepe telegram-bot

AI Summary: The task requires modifying the conjugate gradient descent method in the `extras/gradient.py` file to enable GPU computation using CuPy instead of NumPy. This involves replacing the `with_numpy` decorator with `with_numpy_cupy` and adapting the calculations to utilize the appropriate array module for GPU operations.

Complexity: 3/5
good first issue perf

Doing non-Cartesian MR Imaging has never been so easy.

Python cuda gpu mri

AI Summary: The task requires implementing a `HiddenGuard` in Rust for an LSM-tree compaction process. The guard must safely manage the visibility of compacted segments, preventing deadlocks while ensuring that segments are correctly exposed after the compaction is complete. This involves careful consideration of locking mechanisms and thread safety.

Complexity: 3/5
good first issue help wanted refactor test

K.I.S.S. LSM-tree implementation in safe Rust

Rust key-value-storage log-structured log-structured-merge-tree

AI Summary: The task requires adding functionality to the GrowthBook platform to allow users to change the owner of an experiment. This involves modifying the user interface to include an option for editing experiment owners and updating the backend to support this change.

Complexity: 3/5
enhancement good first issue

Open Source Feature Flagging and A/B Testing Platform

TypeScript ab-testing abtest abtesting

AI Summary: The task requires extending the MEDS data extraction process to handle boolean columns in the input data. This involves modifying the `convert_to_sharded_events.py` script and potentially the YAML configuration schema to correctly interpret and convert boolean data into the MEDS format, ensuring compatibility with the existing pipeline and error handling.

Complexity: 3/5
good first issue priority:high MEDS-Extract

A simple set of MEDS polars-based ETL and transformation functions

Python

AI Summary: The task requires modifying Graphite's text layer editing functionality to prevent deselection when clicking on properties. This involves ensuring the text layer remains selected after interacting with its properties panel, enabling smooth property adjustments.

Complexity: 3/5
Good First Issue Rust Paper Cut

2D vector & raster editor that melds traditional layers & tools with a modern node-based, non-destructive, procedural workflow.

Rust 2d-graphics art compositor

AI Summary: The task requires fixing a bug in the Trino Gateway where a trailing slash in the `proxyTo` URL of a routing configuration causes an error due to the creation of an illegal double slash in the resulting URL. The solution involves modifying the gateway's URL construction logic to handle and remove trailing slashes from the `proxyTo` URL before appending the rest of the path.

Complexity: 3/5
good first issue

AI Summary: The task requires debugging a waybar system monitor module to fix incorrect disk space values and restore a missing icon. This involves examining the waybar configuration (modules.json), potentially investigating the underlying scripts used for disk space calculation, and verifying the icon's presence and correct rendering.

Complexity: 3/5
bug to fix help needed good first issue

My personal dotfiles for Hyprland on top of Archlinux with a sexy installer

More

hyprarch2 simplifies Hyprland installation on Arch Linux with a streamlined installer script. It provides a pre-configured, aesthetically pleasing desktop environment based on a heavily modified fork of ml4w-dotfiles, requiring familiarity with Arch Linux and bash scripting for optimal use.

Shell archlinux dotfiles hyprland
add card count for hand about 6 hours ago
enhancement good first issue

a playtesting app for trading card games

TypeScript
help wanted good first issue

A modern CSS framework to suit professional teams as well as tinkering hobbyists.

CSS

AI Summary: The issue describes a bug in the `nipoppy reorg --dry-run` command. The command does not log file-copying or symlinking information when the dry-run option is used, making the dry-run functionality less useful. The fix requires removing unnecessary conditional logic to always log this information, even in dry-run mode.

Complexity: 3/5
good first issue

Lightweight framework for neuroimaging-clinical data organization/processing

Python

AI Summary: The task requires debugging a styling issue in the `org-ql` package's `org-ql-block` when used with `org-modern`. It involves investigating why TODO keyword styling is incorrect in `org-agenda-custom-commands` while tag styling is correct, likely requiring examination of the interaction between `org-ql`, `org-modern`, and Org's styling mechanisms. A solution may involve adjusting CSS rules, tweaking `org-ql-block`'s output, or modifying how `org-modern` applies its styles.

Complexity: 4/5
help wanted compatibility good first issue priority:C

A searching tool for Org-mode, including custom query languages, commands, saved searches and agenda-like views, etc.

Emacs Lisp emacs org-agenda org-mode
Recovery phrase about 6 hours ago

AI Summary: This task requires implementing recovery phrase generation and usage for password recovery. It involves generating a 24-word recovery phrase based on user language preference using a BIP-0039 compliant wordlist, securely storing and retrieving it, and using it to decrypt the encryption key for password changes.

Complexity: 4/5
good first issue security

An encrypted file system written in Rust that is mounted with FUSE on Linux. It can be used to create encrypted directories

Rust cryptography encryption filesystem

AI Summary: The task requires changing the default values of `marketo__enable_campaigns` and `marketo__enable_programs` variables from `False` to `True` in the dbt Marketo package and its source package. This will enable the `marketo__campaigns` and `marketo__programs` models by default. The change necessitates updating the `config(enabled)` statement within the relevant SQL files and clearly documenting this breaking change in the release notes. Additionally, the impact on users outside of Quickstart, who may now need to explicitly disable these models, needs to be considered and communicated.

Complexity: 2/5
good first issue type:enhancement

Fivetran's Marketo dbt package

Shell

AI Summary: Update the website's displayed numbers for contributors, subscribers, and stars to reflect the current values (25+, 250+, 100+, respectively). This likely involves finding these numbers within the website's code and updating them to more accurate values.

Complexity: 2/5
good first issue

Official website of djangoindia community.

TypeScript django django-rest-framework docker

AI Summary: The task requires modifying the CiviForm program dashboard to conditionally render the 'disabled' tab. It should only appear if there are actually disabled programs; otherwise, it should be hidden to avoid user confusion. This involves front-end UI adjustments and potentially some back-end logic to check for the existence of disabled programs.

Complexity: 3/5
bug good first issue needs-triage

CiviForm simplifies the application process for government benefits programs by re-using applicant data for multiple benefits applications. It's being developed by Google.org and Exygy, in collaboration with the City of Seattle and community contributors.

Java civic-tech government public-interest-technology

AI Summary: Implement a hover provider in the VS Code extension that displays documentation for named arguments of Liquid filters, specifically for the `width` argument of the `image_url` filter. This involves extending the existing language server to provide this information and updating the VS Code extension to utilize it.

Complexity: 4/5
enhancement good first issue area:language-server

Everything developer experience for Shopify themes

TypeScript formatter intellisense language-server

AI Summary: The task requires adding support for the Mistralai/Pixtral vision language model to the SGLang framework. This involves integrating the model into the existing infrastructure, potentially requiring modifications to the backend runtime and frontend language to handle its specific characteristics and input/output formats. Leveraging existing examples of other vision language models within SGLang would streamline the development process.

Complexity: 3/5
good first issue help wanted

SGLang is a fast serving framework for large language models and vision language models.

Python cuda inference llama

AI Summary: The task requires enhancing the RuneLite plugin's task import functionality. Currently, if imported tasks lack the 'taskTypeName' property or have a mismatched 'taskType', there's insufficient user feedback. The improvement involves adding a clear message dialog box to inform users about these issues during the import process from external sources.

Complexity: 3/5
bug good first issue

A RuneLite plugin that provides a panel to track tasks & export for external services

Java

AI Summary: The task involves updating the `public-tree-map.md` file to add a `github-handle` variable for Mark Jackson, ensuring proper YAML formatting and verifying no visual changes occur on the project webpage. This requires familiarity with Jekyll and YAML.

Complexity: 2/5
good first issue role: front end role: back end/devOps P-Feature: Project Info and Page size: 0.25pt ready for merge team

Hack for LA's website

JavaScript docker docker-compose gh-pages

AI Summary: The task requires updating the `public-tree-map.md` file to include a `github-handle` variable for Isabelle Wagenvoord, ensuring the change doesn't affect the webpage's appearance. It involves simple file editing and testing.

Complexity: 2/5
good first issue role: front end role: back end/devOps P-Feature: Project Info and Page size: 0.25pt ready for merge team

Hack for LA's website

JavaScript docker docker-compose gh-pages

AI Summary: The task involves updating OpenStreetMap with details of a VivoBarefoot store in Ostrava, Czechia, using the provided information such as address, coordinates, payment methods, contact details, and opening hours. This requires familiarity with OpenStreetMap's editing interface and potentially the BTC Map tagging guidelines.

Complexity: 2/5
help wanted good first issue location-submission Czechia

Location data for BTC Map pulled from OpenStreetMap

More

The btcmap-data project addresses the need for accurate and up-to-date location data of Bitcoin accepting businesses by collecting data from OpenStreetMap. Key features include a streamlined workflow for submitting, verifying, and adding locations through GitHub issues and integration with the BTC Map website.

HTML bitcoin foss openstreetmap

AI Summary: The task requires modifying the Appwrite API controller to validate SMTP username and password when updating SMTP settings. Currently, the validation is missing because `SMTPAuth` is not set to `true` in the API call. The fix involves setting `SMTPAuth` to `true` to enable authentication and checking the return status of `$mail->SmtpConnect()` to ensure the credentials are valid before updating the settings.

Complexity: 3/5
bug good first issue product / auth

Your backend, minus the hassle.

TypeScript android appwrite backend

AI Summary: The task involves updating the `public-tree-map.md` file to include a `github-handle` for Emily F., ensuring proper YAML formatting (using spaces for indentation), and verifying the website's appearance remains unchanged across different screen sizes using Docker. This requires familiarity with YAML, Markdown, and ideally, Docker and Jekyll.

Complexity: 2/5
good first issue role: front end role: back end/devOps P-Feature: Project Info and Page size: 0.25pt ready for merge team

Hack for LA's website

JavaScript docker docker-compose gh-pages

AI Summary: Refactor the `printOccurrences` function in `lib/helpers/display.js` to use streams for improved performance when printing occurrences in large SBOMs. This involves modifying the function to utilize the `createStream` function (shown in the provided example) to process and output the occurrences incrementally instead of loading everything into memory at once.

Complexity: 3/5
good first issue

Creates CycloneDX Bill of Materials (BOM) for your projects from source and container images. Supports many languages and package managers. Integrate in your CI/CD pipeline with automatic submission to Dependency Track server. GPT: https://chatgpt.com/g/g-673bfeb4037481919be8a2cd1bf868d2-cdxgen

JavaScript bom cbom containers

AI Summary: The task involves analyzing an issue concerning online language courses. The issue description includes images and a location link, likely related to a course provider or learning resource. The goal is to understand the issue and provide a concise summary. This requires basic analytical and communication skills.

Complexity: 2/5
bug documentation duplicate enhancement help wanted good first issue invalid question wontfix

AI Summary: The task is to modify the `HeadV2` component in `src/components/popup/HeadV2.tsx` to display a default lock icon when application information (`appInfo.name`) is unavailable instead of using the first two characters from the URL. This involves replacing the fallback logic that extracts characters from the URL with a default icon display, thereby enhancing the user interface with a more user-friendly representation when application details are absent.

Complexity: 2/5
good first issue

🦔 Secure wallet management for Arweave

TypeScript

AI Summary: Debug and fix a broken Bootstrap dropdown menu in a weather website built with JavaScript, Node.js, and Express. The issue involves using a Bootstrap bundle where the dropdown functionality is not working as expected.

Complexity: 3/5
enhancement help wanted good first issue

Weather website built in JavaScript

JavaScript google-maps-api googlemaps help-wanted

AI Summary: Implement hover effects for the login button on the index page, inverting background and text colors for both light and dark modes.

Complexity: 2/5
good first issue ui

Discover your Last.fm music persona with Persona.fm

TypeScript collaborate drizzle drizzle-orm
Fix dark mode about 8 hours ago

AI Summary: The task requires debugging and fixing the dark mode functionality in a weather website built with JavaScript, Google Maps, and Bootstrap. The map's dark mode toggling is malfunctioning, and Bootstrap's dark mode isn't properly implemented.

Complexity: 3/5
enhancement help wanted good first issue

Weather website built in JavaScript

JavaScript google-maps-api googlemaps help-wanted

AI Summary: The task involves creating a referral leaderboard feature for the GlobalTags LabyMod addon. The leaderboard should display the top 10 players with the most referrals in a given month, resetting monthly. The UI should integrate seamlessly within the addon's settings, showing player heads, names, and referral counts.

Complexity: 4/5
feature good first issue

Get yourself a custom GlobalTag that's publicly visible to anyone using this addon.

Java

AI Summary: The task requires refactoring the ArConnect project to replace instances of the `navigate()` function with React Router's `<Link>` and `<Redirect>` components for improved routing management and better user experience.

Complexity: 3/5
good first issue

🦔 Secure wallet management for Arweave

TypeScript

AI Summary: Enhance the `FieldDataset` class in the `sparsecoding` library to provide options for loading both whitened and unwhitened images, and to choose between using `quilt` or random sampling for patch extraction.

Complexity: 3/5
enhancement good first issue

Reference sparse coding implementations for efficient learning and inference.

Jupyter Notebook

AI Summary: Refactor navigation logic in the ArConnect project to utilize the new features of `useLocation()`, such as `navigate('prev')`, `navigate('next')`, `navigate('up')`, `navigate(number)`, and the `back()` function, removing redundant manual implementations and improving the handling of URL parameters.

Complexity: 3/5
good first issue

🦔 Secure wallet management for Arweave

TypeScript

AI Summary: The task requires improving the project browser tool in the Crown Engine by enhancing its new item creation functionality. The improvement should involve adding input validation to prevent the creation of items with empty or invalid names (like ".."), ideally providing real-time feedback to the user through enabling/disabling the "OK" button based on the validity of the entered name.

Complexity: 3/5
bug good first issue

The flexible game engine.

C++ 2d 3d data-driven

AI Summary: The task requires fixing a test in the PowerSystems.jl Julia package. The test, which checks the parsing of PSS/e data, fails when a system is present in the PSB cache. The fix involves modifying the test to account for the cache, ensuring it runs reliably during both continuous integration and local development.

Complexity: 2/5
good first issue

Data structures in Julia to enable power systems analysis. Part of the Scalable Integrated Infrastructure Planning Initiative at the National Renewable Energy Lab.

Julia electrical energy-system julia

AI Summary: Refactor welcome pages to use nested routing instead of manual routing with conditionals, and leverage the `navigate('prev')` and `navigate('next')` functionality to simplify page navigation. This also involves removing `useRoute()` and refactoring views to use the `<Routes>` component for parameter access.

Complexity: 3/5
good first issue

🦔 Secure wallet management for Arweave

TypeScript

AI Summary: The task requires creating a ValueTransform class in Python that processes a DASRecord. It should apply mathematical transformations (multiplication, addition) or custom functions defined in a configuration file to specified fields, optionally creating new fields and deleting originals based on configuration parameters. Error handling and efficient processing of large datasets are also important considerations.

Complexity: 4/5
enhancement good first issue

An open source data acquisition system designed for use on research vessels and other scientific installations

Python data-acquisition highcharts python3

AI Summary: Increase the border width of the middle box on the Social Media page of the FED Frontend website to improve its visual prominence. This is a UI enhancement task focusing on design and visual appeal.

Complexity: 2/5
enhancement good first issue custom

FED Desktop is the official platform of the Federation of Entrepreneurship Development (FED), empowering aspiring entrepreneurs. Discover upcoming events, meet our team, and access resources to develop essential entrepreneurial skills.

JavaScript

AI Summary: Refactor the ArConnect dashboard routing to use React Router's `<Routes>` component instead of manual routing and `wouter`'s `useRoute()`. This involves replacing manual routing logic in `ArConnect/src/routes/dashboard/index.tsx` and updating affected views to receive parameters via props (`props.params`).

Complexity: 3/5
good first issue

🦔 Secure wallet management for Arweave

TypeScript

AI Summary: The task requires replacing all instances of react-icons in the `YTCatalog` project with equivalent icons from the Lucide icons library. All icons should be centralized within `src\components\custom\icons.tsx` for consistent usage.

Complexity: 3/5
v1.4.0 good first issue

Discover new channels, curate your favorite videos, and stay organized

TypeScript nextjs youtube-api

AI Summary: The task requires debugging the `parse_time` function within the sunpy library. The function seems to be dropping leading zeros from minutes and seconds when parsing time strings of the format 'YYYYMMDDHHMM'. The fix likely involves adjusting the regular expression used for time parsing to correctly handle cases with or without leading zeros.

Complexity: 3/5
Package Novice Priority Low Effort Low time Good First Issue Bug

SunPy - Python for Solar Physics

Python astronomy astropy hacktoberfest
Add tags to news about 8 hours ago

AI Summary: This task requires adding a new database field for tags in the News model, modifying API endpoints to handle tag creation, and updating the frontend (if any) to display and filter news by tags. It involves database schema changes, API route modifications and potentially front-end updates depending on the existing architecture.

Complexity: 3/5
good first issue News

AI Summary: The task requires modifying the qBraid test suite to conditionally skip tests dependent on the 'pyqir', 'qiskit-qir', or 'qbraid-qir' libraries if those libraries are not installed. This involves identifying the relevant tests and using pytest's skipping mechanisms to ensure the test suite runs without errors even on systems where these optional dependencies are unavailable.

Complexity: 3/5
good first issue testing 🧪 dependencies 📌 code quality 🎓 qir

A platform-agnostic quantum runtime framework

Python ahs amazon-braket bloqade

AI Summary: The task is to add documentation to the Fern API reference setup guide explaining how to configure the default programming language using the `default-language` option in `docs.yml`. This includes specifying where to set the option, available languages, an example, and the default behavior if unspecified.

Complexity: 2/5
good first issue product/docs documentation

Input OpenAPI. Output SDKs and Docs.

TypeScript api docs-as-code docs-generator
UML diagram about 9 hours ago

AI Summary: The task involves creating UML diagrams (sequence, use case, and class diagrams) for the Software Project. This will help visualize the project's structure and functionality.

Complexity: 3/5
good first issue

AI Summary: The task involves updating the project's documentation and scripts to use `docker compose` instead of `docker-compose`. This is a minor change, primarily affecting the commands used for setting up and managing the Trac instance with Docker. The existing instructions already utilize the `docker-compose` command, therefore the change is likely to involve simple text replacements and verification.

Complexity: 2/5
good first issue

Configuration for Django's Trac instance (code.djangoproject.com)

Python
good first issue help wanted

Experimental storage abstractions for blockchain key-value stores

Rust

AI Summary: The task requires modifying the `storybook-addon-playroom` addon to accept a function as the `code` parameter. This function should receive the same arguments as the Storybook render function and return a string representing the Playroom code. This would allow for dynamic code generation based on story context instead of only static strings.

Complexity: 3/5
enhancement good first issue

🧩 Design with Playroom inside Storybook, using each story source as a starting point

TypeScript design jsx playroom

AI Summary: The task involves learning the basics of creating Inkscape extensions by following a provided tutorial. This knowledge will be applied to the project goal of generating ornamental surface designs.

Complexity: 3/5
good first issue

Generative surface designs

Python

AI Summary: The task requires integrating the OnlyDust platform as a developer incentive mechanism within the Dubhe project. This involves understanding OnlyDust's APIs and integrating them into Dubhe's existing reward or contribution system to incentivize developers for their contributions.

Complexity: 3/5
good first issue ODHack 11

Dubhe is a modular move application creation engine composed of a series of toolchains and libraries.

JavaScript

AI Summary: The task involves replacing the outdated `github.com/dcorbe/termui-dpc` library in a command-line project with a maintained alternative, `github.com/derailed/tview`, potentially leveraging experience from a similar project using `tview`.

Complexity: 3/5
good first issue

Command-line client for FI-TS Finance Cloud Native services

Go

AI Summary: The task requires extending the Karyon JSONRPC library to allow users to specify custom WebSocket JSON codecs within the server and client builder APIs, providing flexibility in handling JSON encoding and decoding during WebSocket communication. This involves modifying the builder APIs to accept custom codec implementations and integrating them into the WebSocket handling logic.

Complexity: 3/5
good first issue jsonrpc

A library for building p2p, decentralized, and collaborative software.

Rust collaboration crdt decentralization

AI Summary: The task requires adding range checks to the size indicators of dynamically-sized structs within two loops in the `NativeCurrency` function to prevent potential out-of-bounds errors. This involves inspecting the code, identifying the loops and size indicators, and inserting appropriate checks to ensure that array accesses are within the valid bounds.

Complexity: 3/5
good first issue

anonymous peer-to-peer cash

Rust

AI Summary: Enhance Argo CD's CLI to provide a diff against the desired state, rather than the live state, for improved PR preview accuracy. This involves either adding a flag to the existing `argocd app diff` command or creating a new `argocd app preview` command. The implementation should efficiently compare manifests from the application source and query parameters, avoiding redundant hydration and git operations.

Complexity: 4/5
enhancement good first issue component:cli

Declarative Continuous Deployment for Kubernetes

Go argo argo-cd cd

AI Summary: The task involves reorganizing the project's view components. This includes renaming files, creating new folders for view components and their corresponding styles, extracting styled components into separate files, and moving additional components to a centralized component directory. The process should be broken down into multiple pull requests to manage the scope effectively.

Complexity: 3/5
good first issue

🦔 Secure wallet management for Arweave

TypeScript

AI Summary: Remove all data files from the hfs repository after verifying that they have been moved to a dedicated data repository. Additionally, ensure that all references to this data, including documentation and examples, are also removed.

Complexity: 2/5
improvement good first issue

This is a library for hierarchical feature selection.

Python

AI Summary: The task involves removing an unwanted log statement ('asdada') from the `normalConnection.js` file within the `express_mysql` template of the `quick_start_express` project. This is a simple code modification requiring familiarity with JavaScript and the project's file structure.

Complexity: 1/5
bug good first issue

Quick Start Express npm package. A simple CLI tool to generate Express servers from multiple available templates.

JavaScript cli command-line-tool express-js

AI Summary: Create an in-game tutorial that explains the warp drive mechanism and its use to navigate to the nearest space station. The tutorial should trigger automatically when the player uses the warp drive for the first time.

Complexity: 3/5
enhancement good first issue

A space exploration game with a fully simulated universe running in the browser

TypeScript atmospheric-scattering exploration-game procedural

AI Summary: The task involves analyzing a project description for a blog and an issue report about the first blog post written using the Gmeek tool. It requires summarizing the information and assessing the task's fun level and complexity.

Complexity: 2/5
good first issue

AI Summary: Create an in-game tutorial that guides players on how to effectively use the starmap, ideally triggered after accepting a mission. The tutorial should clearly explain starmap controls and features.

Complexity: 3/5
enhancement good first issue

A space exploration game with a fully simulated universe running in the browser

TypeScript atmospheric-scattering exploration-game procedural
Macway about 10 hours ago

AI Summary: Verify and update the OpenStreetMap entry for Macway, a Bitcoin accepting merchant in Greece, using the provided links and information. This involves confirming the existing information is accurate and adding necessary Bitcoin-related tags as per the project's tagging instructions.

Complexity: 1/5
help wanted good first issue verify-submission Greece

Location data for BTC Map pulled from OpenStreetMap

More

The btcmap-data project addresses the need for accurate and up-to-date location data of Bitcoin accepting businesses by collecting data from OpenStreetMap. Key features include a streamlined workflow for submitting, verifying, and adding locations through GitHub issues and integration with the BTC Map website.

HTML bitcoin foss openstreetmap

AI Summary: Add faction sheet images from ti4ultimate.com and wiki links to the Discord bot for the Deep Space factions, mirroring the existing functionality for base factions.

Complexity: 2/5
feature data good first issue

Async TI4 Game Management Bot

Java
Use LLVM-based coverage about 10 hours ago

AI Summary: The task requires either adding the necessary LLVM-based coverage flag to the existing Tarpaulin configuration in the CI pipeline or switching to `cargo-llvm-cov` for code coverage reporting. This involves modifying the CI configuration file and potentially adjusting the build process to accommodate the new tool.

Complexity: 2/5
good first issue help wanted

Storage abstractions for CosmWasm smart contracts

Rust

AI Summary: The task involves adding the 'imagemagick' module to the list of modules automatically enabled during the installation of the Arizona Quickstart Drupal distribution on Pantheon. This change aims to simplify the site setup process by eliminating the need for manual module enabling, improving user experience.

Complexity: 2/5
good first issue

UArizona's web content management system built with Drupal 10.

PHP hacktoberfest

AI Summary: The task requires debugging a validation issue in the OpenEMR vitals form. When invalid data (e.g., text in weight/height fields) is entered, the validation correctly displays an error, but clicking 'OK' leads to a blank screen instead of keeping the user on the form to correct the error. The solution involves inspecting the form submission and error handling logic, likely in Javascript or PHP, to prevent the blank screen and potentially improve the user experience by scrolling to the error source.

Complexity: 3/5
Bug good first issue

The most popular open source electronic health records and medical practice management solution.

PHP ehr emr fhir

AI Summary: The task requires writing more unit tests for the OpenSearch Benchmark project to improve its code coverage, aiming for 60-75% coverage in low-coverage modules. This will help ensure code quality and prevent regressions during refactoring or future releases.

Complexity: 4/5
enhancement good first issue 2.0.0

OpenSearch Benchmark - a community driven, open source project to run performance tests for OpenSearch

Python

AI Summary: Implement a prompt in the ArConnect Auth popup to warn users about pending requests if they try to close it before completing those requests. This involves modifying the `auth.provider.tsx` file to detect pending requests and display a confirmation dialog.

Complexity: 3/5
good first issue

🦔 Secure wallet management for Arweave

TypeScript

AI Summary: The task requires modifying the `handleWindowClose` function in the ArConnect extension to correctly manage authentication. Instead of tracking all closed windows, it should count only connected applications to determine when to disconnect the wallet. This involves updating the logic to track connected apps and adjusting the closure condition accordingly.

Complexity: 3/5
good first issue

🦔 Secure wallet management for Arweave

TypeScript

AI Summary: Implement the `ToQueryPart` instance for the `ChUUID` type in Haskell to enable serialization of UUIDs within ClickHouse queries. This involves defining how a `ChUUID` value should be represented as a string within a ClickHouse query, likely drawing on the existing `uuid-types` library for string conversion of UUIDs.

Complexity: 3/5
enhancement good first issue

AI Summary: Improve the legibility of event names displayed in the Ponder development UI, as reported in the Telegram chat. This likely involves a CSS or styling adjustment to improve the visual presentation of event names.

Complexity: 3/5
Good first issue T: Bug A: Observability

The backend framework for crypto apps

TypeScript

AI Summary: The task is to enhance the error handling within the `DefaultRequestProcessor` of the `rocketmq-namesrv` crate. This involves improving how errors are managed and potentially logged, leading to a more robust and informative Name Server implementation. The enhancement request lacks specifics on the desired solution and alternatives, requiring further investigation.

Complexity: 3/5
enhancement help wanted good first issue

🚀Apache RocketMQ Rust🦀 implementation. Faster, safer, and with lower memory usage.

More

rocketmq-rust is a high-performance, memory-efficient Rust implementation of Apache RocketMQ, offering a safer and faster alternative. Key features include an asynchronous, non-blocking design, excellent integration within the Rust ecosystem, and cross-platform support.

Rust cloud-native eventing high-availability
testing Issue about 10 hours ago

AI Summary: This task involves creating a GitHub issue to test the platform's issue tracking functionality. It's a simple test to ensure the system works as expected.

Complexity: 2/5
good first issue

A Community-Driven Platform Connecting Small Job Seekers and Givers to Empower People with Disabilities.

AI Summary: The task requires adding documentation for the `node_selection_strategy` configuration property in the Presto documentation. This involves researching the property's functionality and then writing clear, concise documentation explaining its purpose, usage, and effects.

Complexity: 3/5
docs feature request good first issue

The official home of the Presto distributed SQL query engine for big data

Java big-data data hadoop

AI Summary: Debug the `fetchEasyEDAComponent` and/or `convertRawEasyEdaToTs` functions to handle the specific error "Invalid shape type: A~M 380 304 A 4 4 0 1 1 380 296~~#880000~1~0~none~gge7~0" thrown when importing JLCPCB part number C388629. This likely involves examining the EasyEDA JSON structure for this component and modifying the converter to handle unexpected or malformed shape data.

Complexity: 3/5
good first issue snippets

Convert easyeda JSON PCB footprints into tscircuit json

TypeScript

AI Summary: The task requires creating an Upset plot to visualize the overlap between binary phenotypes, specifically focusing on major depressive disorder and other unspecified phenotypes. This involves using the gogoGPCR2 framework and potentially regenie for analysis within the UK Biobank data. The existing codebase and documentation will be helpful, but customisation might be needed depending on data specifics.

Complexity: 3/5
enhancement good first issue

Regenie QC and analysis in the UKB Jupyterlab

Jupyter Notebook

AI Summary: The task is to contribute to a science fiction collection repository by adding more science fiction books in a specific file format. The priority is for accuracy and existence of the contribution over completeness or perfection. Contributions should follow a suggested file naming convention but are not strictly required.

Complexity: 3/5
good first issue

科幻小说作品集

Python

AI Summary: Improve the error messages of the ModuleLinker in the Sonatina compiler backend to provide more specific information about inconsistencies between modules, including the modules involved and the nature of the inconsistency. This will aid in debugging and improve the user experience.

Complexity: 3/5
enhancement good first issue

AI Summary: The task requires investigating a bug in the Lexical text editor where pasting a table with a caption tag causes a crash. The solution involves debugging the editor's handling of the `<caption>` tag during paste operations, likely within the HTML parsing and node creation process. This might involve examining the relevant code in Lexical's core or React plugin and potentially adding error handling or improved parsing for tables with captions.

Complexity: 4/5
good first issue tables

Lexical is an extensible text editor framework that provides excellent reliability, accessibility and performance.

TypeScript

AI Summary: The task is to correct the copy-pastable code block in the project's README for installing from a binary. The issue is that a single quote is improperly escaped, preventing the code from running correctly when directly copied and pasted into a shell. The solution involves correcting the single quote in the code snippet to make it fully executable.

Complexity: 3/5
documentation good first issue help wanted

vmnet.framework support for unmodified rootless QEMU (no dependency on VDE)

C

AI Summary: The task requires enhancing the `assert_data_frame()` function within the `admiraldev` R package to explicitly check for rowwise data frames and handle them appropriately. This involves modifying the function's logic to detect rowwise data frames (e.g., by checking the `rowwise` attribute) and either raising an informative error or appropriately handling such input to prevent unexpected behavior in downstream `admiral` functions. The solution should be robust and prevent issues arising from rowwise data frames that are not explicitly handled.

Complexity: 3/5
bug good first issue programming

Development Tools for the admiral family

R

AI Summary: Implement a recursive type validator for the Sonatina IR verifier. The validator must distinguish between allowed indirect recursion (recursion via pointers) and disallowed direct recursion, preventing cycles in type definitions except those involving pointers.

Complexity: 4/5
good first issue verifier

AI Summary: The task requires completing the implementation of graph adapter traits and data structures in the Polar project to enhance its database agnosticism. Currently, it relies on Neo4j, limiting flexibility. The solution involves creating a generic graph adapter interface and wrapping the existing Neo4j integration (`neo4rs` crate) to adhere to this interface, paving the way for easy integration of other graph databases in the future.

Complexity: 4/5
documentation enhancement good first issue

Polar is a secure and scalable knowledge graph framework, designed to address the challenges posed by building big data systems in highly regulated environments, and improve observability for DevSecOps Organizations.

Rust

AI Summary: The task involves documenting existing Github workflows within the repo-scaffolder project. This includes clarifying the purpose, steps, and usage of each workflow to improve clarity and user understanding.

Complexity: 3/5
documentation good first issue automation

Templates and commandline tools for creating repositories for US Federal open source projects

Python cookiecutter-template maturity-models repo-hygiene

AI Summary: Implement visual feedback on the game GUI to indicate when a collision between the ball and a brick occurs. This should include a clear 'Game Over' message and potentially additional visual or audio cues such as animations or sound effects to enhance user experience.

Complexity: 3/5
bug good first issue

Mazer Ball is a Python-powered 2D game built using the Pygame library.

Python maze-game pygame python3

AI Summary: The task involves copying an existing Google Colab notebook to a new Jupyter Notebook file (`notebook.ipynb`) within the project's `/notebooks/` directory. This ensures a version-controlled backup of the notebook, which facilitates collaboration and maintains a central source for experiments.

Complexity: 2/5
enhancement good first issue

Repository for the GHOST x IRIM project on tree classification (2024/2025)

AI Summary: Enhance the JUI framework's text rendering capabilities to support special characters like emojis and markdown-style text formatting within Java strings, enabling features such as colored text and emojis directly within the `jui.text()` method.

Complexity: 3/5
enhancement good first issue

JUI is a lightweight framework for creating interactive web applications directly in Java with few simple commands.

Java frontend java web

AI Summary: The task is to modify the cOmicsArt tool's data import function (`read.table`) to include 'strip.white = TRUE' as the default setting. This prevents leading or trailing whitespace in data from causing issues.

Complexity: 2/5
enhancement good first issue

AI Summary: Update the README's closing statement to explicitly state that the README itself was generated using the 'awesome-readme' tool. This involves a simple text change for improved clarity.

Complexity: 2/5
help wanted good first issue

Command-line app for generating awesome READMEs

JavaScript cli cli-app readme

AI Summary: The task requires modifying the Polarity language compiler to represent top-level comments in the Abstract Syntax Tree (AST). Currently, these comments are discarded, leading to their loss during transformations like de/refunctionalization or formatting. Preserving them ensures that important comments in tutorials and examples remain intact.

Complexity: 3/5
enhancement good first issue

A Language with Dependent Data and Codata Types

Rust

AI Summary: Document the process for contributing to the awesome-readme project. This includes outlining how to set up the development environment, how to make code contributions, how to submit pull requests, and guidelines for code style and testing.

Complexity: 3/5
documentation help wanted good first issue

Command-line app for generating awesome READMEs

JavaScript cli cli-app readme

AI Summary: Expand the project's README file to include a clear and concise project description, relevant links, and contact information. The goal is to make the project easily understandable to potential contributors and users.

Complexity: 2/5
documentation good first issue

Repository for the GHOST x IRIM project on tree classification (2024/2025)

Publish as npx command about 11 hours ago

AI Summary: The task requires publishing the existing command-line README generator application as an npm package, making it executable via `npx`. This involves creating a `package.json` with necessary scripts and metadata, then publishing the package to the npm registry. It may also involve adjusting the code to handle the npx execution environment.

Complexity: 3/5
help wanted good first issue

Command-line app for generating awesome READMEs

JavaScript cli cli-app readme

AI Summary: The task is to enhance the 'awesome-readme' command-line application to allow users to provide default answers based on configuration files like `package.json` or Git configuration. This involves reading and parsing these config files, extracting relevant information, and using that information to pre-fill the answers during README generation.

Complexity: 3/5
help wanted good first issue

Command-line app for generating awesome READMEs

JavaScript cli cli-app readme

AI Summary: Add negative test cases to the 'SingleProof' merge branch to ensure all merge-specific assertions are thoroughly tested, mirroring the testing rigor of the 'update' branch.

Complexity: 3/5
good first issue testing

anonymous peer-to-peer cash

Rust
good first issue priority:high prj:executor
Create quiz.dart about 11 hours ago
documentation enhancement good first issue

AI Summary: The task requires replacing the current custom JSON encoding logic in the Tidy3D project with a more robust solution using either Pydantic's built-in JSON encoders or Python's `json` package. This will improve integration and maintainability.

Complexity: 3/5
good first issue

Fast electromagnetic solver (FDTD) at scale.

Python electromagnetics fdtd pydantic
Better errors about 11 hours ago

AI Summary: The task requires replacing the existing error-handling function `etp_print_error` with a new function `etp_get_error` that returns an error message string. This allows for more flexible error handling, enabling logging to files and simpler integration into applications.

Complexity: 2/5
enhancement good first issue

The ETP image format

C image image-format kiss

AI Summary: The task involves updating the Cornflow project's workflows to support Python 3.12. This includes identifying and resolving any compatibility issues that arise during testing and ensuring that all components of the project function correctly with the updated Python version.

Complexity: 3/5
enhancement good first issue dependencies

An open source multi-solver optimization server with a REST API.

Python

AI Summary: Refactor Cornflow's unit tests to comply with the latest unittest deprecation warning regarding test functions returning values other than None. This involves converting existing test functions to not return any values and potentially separating out functionalities for better organization.

Complexity: 3/5
enhancement good first issue dependencies

An open source multi-solver optimization server with a REST API.

Python

AI Summary: The task involves revising the logging in the `fluffy/portal` code of the Nimbus project. This includes moving excessive debug-level logs to the trace level for better user experience and removing redundant logs that duplicate error messages already reported through Results.

Complexity: 3/5
good first issue Fluffy portal-history portal-beacon portal-state portal-wire

Nimbus: an Ethereum Execution Client for Resource-Restricted Devices

Nim android blockchain ethereum

AI Summary: The task requires adding a software function, likely within the cThread component or a similar location, to trigger a reset signal for the FPGA design. This would involve modifications to both the software and potentially the driver, eliminating the need for FPGA reprogramming between many executions. The implementation would need to account for the hardware's reset mechanism and how the software interacts with the FPGA through the driver.

Complexity: 4/5
enhancement good first issue

Framework providing operating system abstractions and a range of shared networking (RDMA, TCP/IP) and memory services to common modern heterogeneous platforms.

SystemVerilog amd fpga gpu

AI Summary: The task is to enhance the CJIT C interpreter to detect UTF-16 encoded source files before parsing. This involves adding a pre-processing step that checks for a Byte Order Mark (BOM) or other indicators of UTF-16 encoding. If detected, the program should report an error and gracefully exit, or ideally, convert the file to UTF-8 before passing it to the TinyCC parser.

Complexity: 3/5
enhancement good first issue

Just in time interpreter for C

C c interpreter jit

AI Summary: The task requires fixing a bug in the Keyshade API that allows the creation of environments with empty names. This involves adding validation to prevent empty names for environments and other entities (workspaces, projects, etc.) and writing tests to ensure the fix works correctly. The solution likely involves using a validation library like `class-validator`.

Complexity: 3/5
type: bug good first issue help wanted scope: api priority: medium difficulty: 2

Realtime secret and configuration management tool, with the best in class security and seamless integration support

More

Keyshade is a real-time secret and configuration management tool that solves security and integration challenges by using public key encryption with elliptic curve cryptography. Its key features include live updates, multiple environments, versioning, secret rotation, access control, and various integrations for simplified, secure configuration management.

TypeScript cli configuration-management fullstack

AI Summary: The task involves updating the project's navbar to include a dropdown menu showcasing the products worked on. This includes adding new menu items for personal projects and those contributed to, along with linking them appropriately.

Complexity: 3/5
enhancement help wanted good first issue

Personal Portfolio

JavaScript html-css-javascript portfolio-website

AI Summary: The task requires adding an assertion to the `nibble_list_to_compact` function in the Keth project to prevent a malicious prover from providing a wrong remainder value. This assertion should ensure the remainder is correctly computed as the modulo operation of the input length divided by 2, preventing potential infinite loops and proof generation failures.

Complexity: 3/5
good first issue

A EVM block proving backend in Cairo

Cairo
testing about 12 hours ago

AI Summary: The task involves creating a project and adding an issue titled "testing" with the description "testing issue." The project description and README file are yet to be created.

Complexity: 1/5
good first issue
Change Add card styles about 12 hours ago

AI Summary: The task involves modifying the styles of the 'Add card' section in a web application. Specifically, it requires changing the border style to dashed, updating the border color to match other cards, and adjusting the side padding for consistency. This is a relatively straightforward styling update based on provided Figma mockups.

Complexity: 2/5
good first issue medium UI/UX quality

More

freeats is a web application that allows users to create accounts and provides a user registration functionality. It uses Docker and Docker Compose for easy setup and deployment, and supports PostgreSQL databases, either built-in or externally managed.

Ruby ats open-source rails

AI Summary: Remove unnecessary type checking in the subtitles.js file to ensure compatibility with various Stremio requests, including potential anime movies. This involves modifying the HandleSubRequest function to handle any content type requested, not just movies.

Complexity: 2/5
enhancement good first issue

Node.js addon trying to sync watched movies on Stremio with Letterboxd activity. (I'm new to backend so I'm using it as a learning experience)

JavaScript letterboxd stremio stremio-addon

AI Summary: The task requires modifying the LTI tool provider to ensure it checks for both Django's session and CSRF cookies alongside the pylti1p3 cookie before proceeding with the launch. This involves updating the cookie check mechanism and adding documentation regarding the importance of `*_COOKIE_SECURE` settings.

Complexity: 4/5
good first issue documentation

An LTI tool provider to run Numbas exams

JavaScript e-assessment education lti

AI Summary: The task requires automating the generation of input files for the `elphbolt` code to perform a sweep across various temperatures and carrier concentrations. This involves modifying existing scripts or creating new ones to automatically change the relevant parameters (e.g., `T`, `numconc`, `conclist`, etc. in the `input.nml` file) and running the simulation for each combination. The results can be then post-processed or handled accordingly.

Complexity: 3/5
enhancement good first issue

A solver for the coupled and decoupled electron and phonon Boltzmann transport equations.

Fortran ab-initio-simulations boltzmann-transport charge-conductivity

AI Summary: Modify the styles of the bottom notice in the application to match the provided Figma mockup. This involves changing border colors and widths, specifically the side and bottom border to 'tblr-border-color-translucent', the top border width to 2px, and the top border color to 'tblr-red'.

Complexity: 2/5
good first issue medium UI/UX quality

More

freeats is a web application that allows users to create accounts and provides a user registration functionality. It uses Docker and Docker Compose for easy setup and deployment, and supports PostgreSQL databases, either built-in or externally managed.

Ruby ats open-source rails

AI Summary: The task requires refactoring ArConnect's codebase to replace manual parsing of URL search parameters with the standardized `useSearchParams()` hook. This will improve code maintainability and reduce redundancy by eliminating manual encoding and decoding. It's a relatively straightforward task with moderate potential for learning and improvement.

Complexity: 2/5
good first issue

🦔 Secure wallet management for Arweave

TypeScript

AI Summary: Rename all instances of `worker_nodes` in the Naptha Python SDK documentation and code to `agent_nodes` for clarity and consistency with other node types like `orchestrator_node` and future `tool_nodes`. This involves updating the CLI commands, README examples, and any related code or configuration files.

Complexity: 2/5
good first issue

Client for interacting with the Naptha Hub and Network of Nodes, and running modules for agents and agent orchestrators.

Python
Move recurring icon about 12 hours ago

AI Summary: Relocate the recurring icon in the Tasks grid page of the FreeATS application. The new position will be after the DUE_DATE column, as specified in the provided Figma mockup. This involves UI adjustment.

Complexity: 2/5
good first issue low UI/UX quality

More

freeats is a web application that allows users to create accounts and provides a user registration functionality. It uses Docker and Docker Compose for easy setup and deployment, and supports PostgreSQL databases, either built-in or externally managed.

Ruby ats open-source rails
IMN about 12 hours ago

AI Summary: The task involves promoting the teachings and instructions of Imam Mahdi through the ImamMahdiNetwork (IMN). This likely includes content creation and dissemination related to Imam Mahdi's ideology.

Complexity: 2/5
bug documentation enhancement help wanted good first issue question

ইমাম মাহদির বাণী ও নির্দেশনা

AI Summary: The task requires fixing a bug in EventCatalog's markdown parsing related to environment variables in channel IDs. The current error message indicates an issue with indentation in YAML configuration. The solution involves modifying the code to correctly handle environment variables at the start of channel IDs, ensuring proper YAML formatting to avoid indentation errors, and potentially adding validation to prevent such issues in the future.

Complexity: 3/5
bug good first issue

An open source documentation tool to bring discoverability to your event-driven architectures

More

EventCatalog is an open-source tool for documenting event-driven architectures, solving the problem of discoverability and governance as systems scale. Key features include markdown-driven documentation generation for domains, services, and messages; support for various schema formats; and a visual architecture representation.

TypeScript architecture catalog ddd

AI Summary: Translate the Hebrew content of the Public Appeal page into English. This is a temporary solution until a more permanent, developer-led translation (#768) is implemented.

Complexity: 2/5
bug good first issue frontend

open-bus-map-search

TypeScript bus hacktoberfest israel

AI Summary: Improve the OpenTelemetry Weaver tool to enhance its error handling. Specifically, implement warning messages when special tags like semantic convention tags are misspelled or lack proper spacing, aiding users in identifying and correcting such issues during markdown generation.

Complexity: 3/5
bug good first issue

OTel Weaver lets you easily develop, validate, document, and deploy semantic conventions

Rust codegen documentation observability

AI Summary: The task requires implementing a new table function, `execute_sql`, in the StarRocks query engine. This function should allow users to execute dynamic SQL queries and process the results, supporting single-statement queries and standard SQL syntax. The implementation should include security measures to control privileges and prevent nested calls to `execute_sql`.

Complexity: 4/5
good first issue type/feature-request

The world's fastest open query engine for sub-second analytics both on and off the data lakehouse. With the flexibility to support nearly any scenario, StarRocks provides best-in-class performance for multi-dimensional analytics, real-time analytics, and ad-hoc queries. A Linux Foundation project.

Java analytics big-data cloudnative

AI Summary: Implement robust access control features for the Marvel AI platform, including Google authentication, reCAPTCHA integration, GDPR-compliant cookie session management, and comprehensive error handling. This involves updating both frontend and backend components and ensuring seamless user experience while adhering to security and privacy best practices.

Complexity: 4/5
type:enhancement good first issue

This is the marvel teaching assistant ai project.

JavaScript

AI Summary: Override default link styling in CSS to match the style of the 'Free Notes' button for all links, specifically addressing the styling of the video courses button which currently uses an <a> tag with default blue color and underline.

Complexity: 2/5
good first issue

AI Summary: Enhance the main page of a university application by adding sections for student/subject statistics, recent updates, quick links for adding students/subjects and data export, and a search bar for students and subjects. This aims to improve user-friendliness and clarity.

Complexity: 3/5
enhancement good first issue

Univerzitní aplikace s designem AC Heating

AI Summary: The task requires implementing YAML support in the EventCatalog's SchemaViewer component. This involves extending the component to correctly parse and render YAML-formatted JSON Schemas, rather than displaying them as raw text. The current implementation likely only handles JSON format. Unit tests should also be added to ensure proper functionality for YAML schemas.

Complexity: 3/5
bug good first issue

An open source documentation tool to bring discoverability to your event-driven architectures

More

EventCatalog is an open-source tool for documenting event-driven architectures, solving the problem of discoverability and governance as systems scale. Key features include markdown-driven documentation generation for domains, services, and messages; support for various schema formats; and a visual architecture representation.

TypeScript architecture catalog ddd
More Trading Strategies about 13 hours ago

AI Summary: The task requires creating a new trading strategy for a machine learning trading bot, adhering to specific input/output parameters and coding standards. The strategy must be thoroughly tested and integrated into the existing system, including updating MongoDB profiles and algorithm coefficients.

Complexity: 4/5
good first issue

Machine learning trading bot that trades while also training

Python

AI Summary: The task requires removing or significantly increasing the zoom-out limit in the EventCatalog visualization to accommodate large domains with 250+ events, improving the user experience when exploring the overall architecture topology.

Complexity: 4/5
help wanted good first issue needs-discussion ✨ enhancement

An open source documentation tool to bring discoverability to your event-driven architectures

More

EventCatalog is an open-source tool for documenting event-driven architectures, solving the problem of discoverability and governance as systems scale. Key features include markdown-driven documentation generation for domains, services, and messages; support for various schema formats; and a visual architecture representation.

TypeScript architecture catalog ddd

AI Summary: The task involves renaming the confusingly named "js" webscraping configuration parameters in a master's thesis project. This likely requires finding all instances of "js" used in this context and renaming them to something more descriptive.

Complexity: 2/5
good first issue

Repository for my masters thesis in collaboration with OUH.

Python

AI Summary: The task is to enhance the `file2meco` R package to incorporate functional hierarchy information for gene-level annotations from HUMAnN, similar to the existing functionality for MetaCyc pathways. This involves adding a data structure (likely a nested list or data frame) to the package and modifying functions to utilize this new hierarchy when processing HUMAnN output.

Complexity: 3/5
good first issue

Tranform files to the microtable object in microeco package

R

AI Summary: Modify the `BucketLoggingManager._get_nb_pods_logs_pvc_mount_status` method in the OCS CI framework to correctly identify Noobaa pods in external deployments, preventing timeouts and test failures. Consider either adapting the method to handle external deployments or introducing a skip condition for such scenarios.

Complexity: 3/5
good first issue MCG Squad/Red
Fix wrong map attribution about 13 hours ago

AI Summary: The task requires correcting the map attribution in the Android and iOS apps for 'Digitale Berechtigungskarte'. The current attribution, '(c) LBE Baern', is incorrectly displayed in Nuremberg and Koblenz, and needs to be removed or replaced with the correct attribution.

Complexity: 2/5
Bug nuernberg good first issue koblenz

App for 'Digitale Berechtigungskarten', generally benefit card for volunteers or socially vulnerable groups in Germany. App for Android & iOS + Backend + Administration Web Portal – 100% Open Source.

TypeScript flutter graphql kotlin

AI Summary: The task requires adding a new check to the pg-index-health library to identify PostgreSQL object names (indexes, tables, columns, etc.) that violate the naming convention. The check should ensure names begin with a letter or underscore and not contain invalid characters as per PostgreSQL's lexical rules. This involves creating a new SQL query for the check and integrating it into the existing library structure.

Complexity: 3/5
enhancement help wanted good first issue

pg-index-health is a Java library for analyzing and maintaining indexes and tables health in Postgresql databases.

Java gradle hacktoberfest health-check

AI Summary: The task requires investigating why the StackBlitz examples on the PrimeReact TreeTable documentation page are not working and providing a solution or explanation. This involves inspecting the code examples, potentially debugging them in StackBlitz, and possibly identifying issues with dependencies or configurations.

Complexity: 3/5
Component: Documentation good first issue

The Most Complete React UI Component Library

CSS bootstrap bootstrap-table charts

AI Summary: Deprecate the go-github functions that utilize team IDs, aligning with GitHub's deprecation of the corresponding legacy REST APIs. This involves adding deprecation notices to the relevant functions and potentially suggesting alternatives using organization-based team access.

Complexity: 3/5
good first issue

Go library for accessing the GitHub v3 API

More

The go-github project provides a Go library for interacting with the GitHub v3 REST API. It offers a comprehensive set of functions to access various GitHub resources and features, supporting authentication via OAuth tokens and handling pagination and rate limiting.

Go github github-api go

AI Summary: Remove all mentions and code related to the GitHub projects (classic) REST API from the `go-github` library, including documentation and examples. This involves identifying and deleting any obsolete code, updating documentation, and potentially removing related test cases.

Complexity: 3/5
good first issue

Go library for accessing the GitHub v3 API

More

The go-github project provides a Go library for interacting with the GitHub v3 REST API. It offers a comprehensive set of functions to access various GitHub resources and features, supporting authentication via OAuth tokens and handling pagination and rate limiting.

Go github github-api go

AI Summary: The task is to replace the outdated `tabulario/iceberg-rest` dependency in the Apache Iceberg Go project with the newer and officially supported `apache/iceberg-rest-fixture`. This involves updating the project's dependencies, potentially modifying code that interacts with the REST API, and verifying that all functionality remains intact after the change.

Complexity: 3/5
good first issue

Apache Iceberg - Go

Go apache golang iceberg

AI Summary: The task involves updating the Apache Iceberg Rust project to use the newer `apache/iceberg-rest-fixture` instead of the outdated `tabulario/iceberg-rest` for REST API interaction. This likely requires modifying dependency declarations and potentially adapting code to align with the new fixture's API.

Complexity: 3/5
good first issue help wanted

Apache Iceberg

More

The iceberg-rust project provides a Rust implementation of Apache Iceberg, a table format for massive analytic datasets. It offers several key components, including libraries for data manipulation and integration with various catalog systems.

Rust apache hacktoberfest iceberg

AI Summary: The task requires investigating why only two out of three Falco configurations are successfully benchmarked in the Green Reviews workflow. The error message suggests a GitHub Actions concurrency issue, and the solution likely involves adjusting the workflow's concurrency settings or improving resource management to allow parallel execution of all three configurations.

Complexity: 4/5
kind/bug good first issue board/wg-green-reviews area/testing needs-investigation

Project Repository for the WG Green Reviews which is part of the CNCF TAG Environmental Sustainability

HCL carbon-footprint cloud-native energy-efficiency

AI Summary: Investigate why the `test_object_actions` test in the OCS-CI framework intermittently fails with an `AccessDenied` error on the `put-object` operation, even when the bucket policy should allow it. Determine if this is a timing issue or a bug in either the OCS-CI framework or the underlying storage system. The investigation should involve analyzing the test, the bucket policy, and relevant logs to pinpoint the cause of the failure.

Complexity: 3/5
good first issue MCG Squad/Red

AI Summary: Implement a new feature in the `harpoon` tool to allow periodic dumping of syscall results during the execution of a long-running program. This involves adding a new command-line flag (`--dump-interval`) to specify the dumping interval in seconds, with a default of 0 (no periodic dumping).

Complexity: 4/5
enhancement good first issue

🔍 Trace syscalls from user-space functions, by using eBPF

C ebpf ebpf-programs golang
Project Setup 3 minutes ago

AI Summary: This task involves setting up the foundational project structure, configuring Webpack for module bundling, installing necessary dependencies, and creating an '.env' file for Firebase and authentication configurations. It prepares the repository for collaborative development.

Complexity: 3/5
help wanted

AI Summary: The task requires generating a concise API documentation table, suitable for embedding in a README file. Each API endpoint should be listed on a single line, showing the method, parameters, and return values in a simplified format. The goal is to create a quick overview of the available APIs.

Complexity: 2/5
help wanted

TypeScript

AI Summary: Add a new setting (likely a boolean flag) to the ungoogled-chromium settings to enable or disable the visibility of the 'Experiment' button in the browser's toolbar. This involves modifying the UI code to respect this setting and potentially adding it to the existing settings page or creating a new dedicated preference section.

Complexity: 3/5
enhancement help wanted

Google Chromium, sans integration with Google

Python chromium control google-chromium

AI Summary: Clear out expired rentals and remove various event builds from the main sim to free up approximately 3400li of space, preparing the sim for new construction. This requires using the Rental Manager tool.

Complexity: 4/5
help wanted
apk二次打包 32 minutes ago

AI Summary: The task involves repackaging an Android APK file. This requires using apktool to decode, modify (if needed), and rebuild the APK, followed by signing the rebuilt APK using apksigner and a keystore (which may need to be generated using keytool). Finally, the signed APK is installed using adb. The process requires familiarity with command-line tools and Android build processes.

Complexity: 3/5
help wanted

AI Summary: Migrate the Regional Rail Explorer project from the deprecated Reakit UI component library to the ariakit library. This involves replacing Reakit components with their ariakit equivalents, potentially requiring code modifications due to differences in API and functionality. The complexity will vary depending on the integration depth of Reakit in the application.

Complexity: 4/5
help wanted dependencies tech-debt

A trip planner from the future

TypeScript mbta

AI Summary: The task involves building a system to identify diseases from images, classify individuals as diseased or not, determine pandemic potential, and integrate geographical mapping. It requires image processing, classification algorithms, and geographical data handling.

Complexity: 4/5
enhancement help wanted

This repository made for lokahii hackathon 2024

[Help Wanted] To-Do 43 minutes ago

AI Summary: The user needs to know if Standard Notes supports to-do lists/checklists as a separate entity like Joplin, or if they can only be created within notes. The task involves researching Standard Notes functionality regarding to-do lists and providing a clear explanation.

Complexity: 3/5
help wanted

Support from other community members. For 1-on-1 help, please contact [email protected].

AI Summary: The task requires adding a MySQL CDC (Change Data Capture) endpoint component to the RuleGo rule engine. This involves creating a new component that can capture changes in a MySQL database and make them available to the RuleGo workflow.

Complexity: 4/5
help wanted task

⛓️RuleGo is a lightweight, high-performance, embedded, next-generation component orchestration rule engine framework for Go.

Go cronjob-scheduler edge-computing flow-engine

AI Summary: Optimize the efficiency of `types.RuleMsg` data transfer between components in the RuleGo rule engine by changing the `Data` field type to `[]byte` for broader data support and implementing memory reuse and delayed update techniques.

Complexity: 3/5
help wanted task

⛓️RuleGo is a lightweight, high-performance, embedded, next-generation component orchestration rule engine framework for Go.

Go cronjob-scheduler edge-computing flow-engine
Support for pagination about 1 hour ago

AI Summary: The task requires implementing pagination support across various openEO API endpoints within the R client package. This involves handling pagination in the retrieval of collections, processes, batch jobs, user defined processes, files, and secondary web services. The implementation needs to adhere to the openEO API specification and efficiently handle large datasets.

Complexity: 4/5
enhancement help wanted

R client package for working with openEO backends

R openeo openeo-user r
Simwide PBR Update about 1 hour ago

AI Summary: This task requires updating repeating textures in a simulation environment to a Physically Based Rendering (PBR) standard. This involves recreating several textures in Substance Painter (Thrones, Sanctuary, The Seeming Strip, Baseline Rock & Ground, and Veil Tower textures) and then applying them to their respective locations within the simulation (Thrones, Sanctuary, The Seeming Strip, Places Beneath, and Veil Tower).

Complexity: 4/5
help wanted

AI Summary: The task requires investigating why the enhanced new tab page in Google Chrome (with themes and shortcuts) doesn't function correctly in Ungoogled Chromium except with Google as the search engine. The solution involves making this enhanced new tab page available for all search engines, potentially by modifying the code to decouple it from Google-specific dependencies.

Complexity: 4/5
enhancement help wanted

Google Chromium, sans integration with Google

Python chromium control google-chromium

AI Summary: The task requires implementing a `uv run --watch script.py` command that automatically reruns `uv run` whenever the specified Python file (script.py) is modified, similar to Bun's watch mode. This involves integrating a file-watching mechanism (likely using a crate like `notify`) into the uv command-line interface to trigger rebuilds and reruns upon detected changes.

Complexity: 4/5
enhancement help wanted

An extremely fast Python package and project manager, written in Rust.

Rust packaging python resolver

AI Summary: The task involves scripting for Rezz Room Spaces. It requires seeking assistance from the development chat for help and input, suggesting a collaborative and potentially challenging but also engaging process.

Complexity: 4/5
enhancement help wanted
help wanted

final project for Introduction to Test and Behavior Driven Development

Python

AI Summary: This task involves creating external character sheets for PCs, contingent on security discussions with MM and the completion of pact listing, reputation, and rank listings. It requires assessing URL security for character IDs, deciding on the page's design (static or dynamic), creating graphics, and building the page itself.

Complexity: 4/5
help wanted new feature contingencies

AI Summary: The task requires investigating why Instructor's Pydantic integration is not correctly handling optional attributes marked for exclusion (`exclude=True`). The goal is to find a solution that prevents Instructor from populating optional fields marked for exclusion in the response model, ensuring `numeric_grade` remains `None` when the LLM doesn't provide a value.

Complexity: 3/5
help wanted question

structured outputs for llms

Python openai openai-function-calli openai-functions

AI Summary: This task involves creating and implementing an NPC HUD and an animesh system for NPCs, including fixing a rezz script, creating graphics, and adding a calling bell. It requires collaboration with other developers for font graphics and involves testing throughout the process.

Complexity: 4/5
enhancement help wanted new feature contingencies
ugrade ? about 2 hours ago

AI Summary: The user requests an update for the RepairMe plugin to support the latest FFXIV version. The task involves updating the plugin's dependencies and code to be compatible with the current FFXIV API and .NET framework versions, thorough testing to ensure functionality, and releasing a new version.

Complexity: 4/5
help wanted
Hot reloadable Chorizite about 3 hours ago

AI Summary: Implement a hot reload feature for Chorizite that restarts the .NET host and Chorizite core during development. This involves modifying the existing hot-reloading mechanism for plugins and RML files to trigger a full application restart, which will require careful handling of application state and resources to prevent data loss or corruption.

Complexity: 4/5
enhancement help wanted

An open source plugin manager for Asheron's Call. Includes core plugins for html/css based UI, Dat reading, and lua scripting.

C#
Reactive UI (Razor / JSX) about 3 hours ago

AI Summary: The task requires exploring and implementing a reactive UI system for the Chorizite plugin manager, potentially using Razor pages with C# for a C# based approach and a custom JSX-like language for Lua scripting to enable dynamic and efficient UI updates within the game client. This involves significant UI framework integration and language design.

Complexity: 5/5
enhancement help wanted

An open source plugin manager for Asheron's Call. Includes core plugins for html/css based UI, Dat reading, and lua scripting.

C#

AI Summary: Implement a mechanism to simulate drag-and-drop events for RmlUI elements within the Asheron's Call client. This involves creating a fake drag-and-drop element that the client can interact with when a user drags an RmlUI element over client windows. The backend already handles the start/end drag events for client items, so this task focuses on the integration between the RmlUI and the game's existing drag-and-drop system.

Complexity: 4/5
enhancement help wanted

An open source plugin manager for Asheron's Call. Includes core plugins for html/css based UI, Dat reading, and lua scripting.

C#

AI Summary: The task requires adding support for a new Tecalor heat pump model (WPE-I 08 HK 230 Premium) to an existing ESP32-based Home Assistant project. This involves reverse-engineering the CAN bus communication protocol of the new model to identify sensor IDs and control commands, adding these to the project's code and configuration files, and thoroughly testing the integration. The process is iterative, requiring experimentation and debugging to correctly map data values to their corresponding physical readings.

Complexity: 4/5
enhancement help wanted

AI Summary: Debug and fix the collision detection issue between the player's sword and environmental objects such as barrels, boxes, and levers. The problem prevents proper interaction and is present in both the main branch and a feature branch. The fix needs to ensure that sword collisions register correctly.

Complexity: 3/5
bug help wanted greatest priority

A neurodivergent experience in gaming

GDScript

AI Summary: The task requires adjusting a game's particle system to reduce a 12-second delay in its activation during the game over sequence, ideally synchronizing it with the start of the vocal track in the game over song. This may also involve trimming the instrumental portion of the song to maintain consistency.

Complexity: 3/5
help wanted question

COM4008 Project

C#

AI Summary: The task requires debugging a LitServe server that throws an OSError on Windows when using multiple workers. The goal is to identify and fix the issue causing the error, potentially related to socket handling or resource allocation within the asyncio event loop on Windows. A reproducible example is not provided, so some investigation of the Windows environment will be needed.

Complexity: 3/5
bug help wanted

Lightning-fast serving engine for any AI model of any size. Flexible. Easy. Enterprise-scale.

Python ai api artificial-intelligence

AI Summary: The task requires processing the youtube audio from the HuggingFace dataset `espnet/yodas2` to expand the multilingual audio training data for the WhisperSpeech project, which currently lacks sufficient diversity beyond Vietnamese, Thai, and Singlish.

Complexity: 3/5
help wanted

An Open Source text-to-speech system built by inverting Whisper.

Jupyter Notebook
Opravljena naloga about 5 hours ago

AI Summary: The task involves summarizing a project report on potato cultivation, including various research papers on disease detection, smart irrigation, and spatial analysis for optimal planting. It also requires assessing the professor's evaluation of the completed assignment.

Complexity: 3/5
help wanted
Config file fallback code about 5 hours ago

AI Summary: Implement fallback mechanisms and error handling in the application's configuration handling to gracefully manage situations where the configuration file is missing or misconfigured. This involves adding checks for the file's existence, validating its contents, and providing alternative settings or informative error messages to the user if issues are detected.

Complexity: 3/5
enhancement help wanted

Chapman LLM coding techniques

TypeScript
Fix ember-try scenarios about 5 hours ago

AI Summary: The task requires updating the Ember.js, Ember CLI, and Node.js versions used in the ember-user-activity addon's test scenarios to resolve compatibility issues with ember-test-helpers. This likely involves modifying the ember-try configuration and potentially updating dependencies.

Complexity: 3/5
help wanted

Ember Addon for tracking user activity & idling

JavaScript

AI Summary: The task involves modifying the text displayed in the PyShiny Penguins dashboard application. This likely requires editing the `app.py` file to change strings used within Shiny outputs and UI elements. The level of complexity depends on the extent of the customization needed; simple text changes are straightforward, but more involved modifications might require understanding the app's structure.

Complexity: 3/5
help wanted

PyShiny Template for Basic Dashboard using Penguins (adjusted for GitHub Pages)

Python

AI Summary: The task is to debug and fix flaky test failures in the Wvlet project related to closing DuckDB connections within the CI/CD pipeline. This likely involves reviewing the test code that interacts with DuckDB, identifying the race conditions or resource management issues causing intermittent failures, and implementing robust cleanup logic to reliably close connections.

Complexity: 3/5
bug help wanted

A flow-style query language for SQL engines

Scala dbt duckdb query-language

AI Summary: The task involves adding a command-line argument to the flagd Dockerfile to inject custom attributes, creating a flag that uses these attributes in its evaluation rule within the flagd-testbed, and then adding assertions in the flagd-json-evaluator.feature Gherkin test suite to verify consistent flag evaluation across different modes. This ensures the correct functionality of statically configured attributes.

Complexity: 3/5
help wanted

Shared test harness for flagd SDK testing, with Gherkin tests

Gherkin
onnxruntime_go about 5 hours ago

AI Summary: The user reported an issue when loading the Silero VAD ONNX model into a Go ONNX wrapper. The model seems to have an encoding issue in its header, causing the wrapper to fail due to missing shape information. The request is to investigate and fix the ONNX model's metadata encoding to ensure compatibility with standard ONNX loaders.

Complexity: 3/5
help wanted

Silero VAD: pre-trained enterprise-grade Voice Activity Detector

Python onnx onnx-runtime onnxruntime
Product Details Page about 5 hours ago

AI Summary: Build a frontend component in Next.js for displaying detailed information about a specific product from the Handcrafted Haven marketplace. This component will likely fetch product data (likely from a PostgreSQL database via an API), and display relevant details such as images, description, price, and potentially reviews. The design should align with the overall aesthetic of the Handcrafted Haven application.

Complexity: 3/5
help wanted

AI Summary: The user requests a 32-bit version of Manuskript, preferably version 16.1 or later, due to compatibility issues with their 32-bit Windows operating system. They've had difficulty building it from source. The task involves either compiling an existing 32-bit build or creating one from the source code, which could involve troubleshooting compilation errors.

Complexity: 4/5
help wanted

A open-source tool for writers

Python editor markdown outliner
RabbitMQ support about 5 hours ago

AI Summary: Implement RabbitMQ support in the FluentTesting library. This involves creating a fluent API to manage RabbitMQ containers using Docker commands (ExecAsync) without relying on a specific RabbitMQ client library. The API should allow users to easily create queues, exchanges, and configure routing keys.

Complexity: 4/5
enhancement help wanted RabbitMQ

Fluent testing

C#
Documentation creation about 5 hours ago

AI Summary: The task involves creating documentation for dependencies and agent interactions within the "Chapman LLM coding techniques" project. This documentation will supplement existing lecture materials, clarifying how different components work together.

Complexity: 3/5
documentation help wanted

Chapman LLM coding techniques

TypeScript

AI Summary: Implement a comprehensive diagnostic system for the Ziv compiler that provides detailed error messages with source locations, handles multi-location errors, categorizes errors by level (warnings, errors, notes), and is easily extensible. This will improve the developer experience and make the compiler more robust.

Complexity: 4/5
enhancement help wanted

:sparkles: The Ziv Programming Language

C++ compiler language ziv

AI Summary: The user is encountering an ImportError when using pandas_ta version 0.4.19b, specifically related to importing '__all__' from pandas_ta.utils. The issue might stem from an incompatibility between the installed pandas_ta version and other libraries (NumPy), or a corrupted installation. Troubleshooting involves verifying library versions against requirements.txt, reinstalling pandas_ta, checking NumPy version compatibility, and potentially creating a minimal reproducible example to isolate the cause.

Complexity: 3/5
bug help wanted

Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators

Python dataframe finance fundamental-analysis
Calendar Layout about 6 hours ago

AI Summary: Improve the user interface of the calendar layout in the EduLink peer tutoring platform to enhance user-friendliness and integrate a notification panel into the dashboard. This involves adding styling and implementing the notification system.

Complexity: 4/5
enhancement help wanted

A personalized peer learning platform matching students with tutors based on their academic needs and availability.

AI Summary: The task requires investigating and resolving an inconsistency in Keycloak's user attribute retrieval. When fetching users via search and ID, attribute values differ due to caching. The solution needs to ensure consistent attribute values regardless of retrieval method, especially when external user storage (like LDAP) is updated directly. This involves examining Keycloak's caching mechanisms for user attributes and ensuring that updates to the external storage are properly reflected in the cached data.

Complexity: 4/5
kind/bug area/ldap help wanted team/core-iam status/auto-expire status/auto-bump priority/normal

Open Source Identity and Access Management For Modern Applications and Services

Java keycloak oidc saml

AI Summary: The task requires automating the build process of wasm parser files for the ast-grep playground, and creating a mechanism to generate a GitHub pull request (PR) to update the wasm files. This involves scripting the build, version management, and PR creation workflow. The main challenge lies in integrating this automation into the existing project's CI/CD pipeline.

Complexity: 4/5
help wanted

Website for ast-grep!

Vue

AI Summary: The task requires investigating and fixing a UI rendering issue in the iOS version of the Expensify app where certain lowercase letters (like 'g' and 'p') in the search bar are cut off at the bottom. The issue is reproducible on both standalone and hybrid iOS apps and affects the search query display. The solution involves identifying the cause of the cutoff (e.g., incorrect font metrics, layout constraints, or text rendering issues) and adjusting the UI to ensure complete letter rendering.

Complexity: 3/5
Daily Internal Help Wanted Bug Hot Pick

Welcome to New Expensify: a complete re-imagination of financial collaboration, centered around chat. Help us build the next generation of Expensify by sharing feedback and contributing to the code.

More

New Expensify is a chat-centric financial collaboration app that aims to improve upon the existing Expensify platform. Key features include cross-platform compatibility (iOS, Android, web, macOS), offline functionality, and a robust testing suite for continuous improvement. The project emphasizes a data-driven architecture utilizing Onyx for persistent storage and a clear separation of concerns between UI, Actions, and data management.

TypeScript

AI Summary: The task is to implement a feature in an anti-bot system that collapses or groups duplicate detection messages, improving the user experience by reducing redundancy. This involves adding logic to identify and merge similar or identical alerts, possibly using hashing techniques to efficiently compare detection entries.

Complexity: 3/5
enhancement help wanted

An advanced antibot for webdrivers

JavaScript antibot automation-detection bot-detection

AI Summary: The task involves creating a role-playing game (RPG) based on the "Charlie's Angels"-inspired "Townsend Agency." The project leverages existing resources like documentation, generators, and tools from a larger RPG project. It requires designing game mechanics, characters, and a storyline within the specified theme, potentially using existing software or creating new tools for character generation, map creation, and scenario development.

Complexity: 4/5
documentation enhancement help wanted question todo :spiral_notepad:

Ressources pour du Jeu de Rôle (JdR)

Java cyberpunk cyberpunk2020 encyclopedia

AI Summary: The task requires modifying the QMK firmware's linting process to exclude external userspace keymaps from the list of keymaps checked. This will prevent erroneous linting errors for keymaps located outside the main repository.

Complexity: 3/5
enhancement help wanted

Open-source keyboard firmware for Atmel AVR and Arm USB families

C atmel-avr c c-plus-plus

AI Summary: The issue is with a foreign key constraint in the database. A unique key is missing from the 'orders' table, specifically the 'transorderid' column, which is referenced by another table. The solution involves adding a unique index or primary key to the 'transorderid' column in the 'orders' table to fulfill the foreign key constraint requirement.

Complexity: 3/5
help wanted question

The main code base for the Shopping Cart service.

JavaScript

AI Summary: The task requires investigating and resolving an issue where test execution order is inconsistent within the `lutes` testing library for Lua. Additionally, the `expect().toHaveLength()` function needs to be debugged to ensure accurate reporting.

Complexity: 3/5
bug help wanted

A vitest-like testing library for Lua

Lua

AI Summary: The task requires finding and correcting a typo in a link on the Spanish version of the Express.js documentation's "Static Files" page. The incorrect link points to `https://expressjs.com/en/starter/static-filen.html` instead of `https://expressjs.com/en/starter/static-files.html`. This involves locating the source of the dynamically generated link within the Jekyll site's codebase and making the necessary correction.

Complexity: 3/5
bug help wanted

HTML expressjs javascript nodejs

AI Summary: The user wants to remove the 'botplay' text from the Psych Engine mod's gameplay. This likely requires modifying the source code related to the on-screen display (OSD) or UI elements responsible for rendering this text. The level of complexity depends on the engine's code structure and how the text is implemented.

Complexity: 3/5
help wanted

Engine originally used on Mind Games mod

Haxe

AI Summary: The task requires investigating why the VS Code terminal's `terminal.integrated.fontLigatures` setting only accepts a boolean value and not a string specifying font-feature-settings like those available in the editor. It involves comparing the configuration options in `editorOptions.ts` and `terminalConfiguration.ts` to understand the limitations and determine how to extend the terminal to support more detailed ligature types.

Complexity: 4/5
help wanted feature-request terminal-rendering

Visual Studio Code

TypeScript editor electron microsoft

AI Summary: Enhance the existing 'update box' feature in the Flask application to allow modification of additional box attributes beyond quantity. This involves expanding the functionality of the update form and backend processing to accommodate these new fields. Existing testing and linting procedures should also be updated to cover the expanded functionality.

Complexity: 3/5
bug help wanted

A flask app that satisfies the bare minimum expectations of the webapp requested by the Mailroom at Colby College

Python

AI Summary: The task is to fix a UI issue in the Keycloak admin console where the temporary password toggle is cut off in the set password dialog. This requires investigating the CSS or layout of the dialog to ensure the toggle is properly displayed and accessible.

Complexity: 3/5
kind/bug area/admin/ui help wanted team/ui status/auto-expire status/auto-bump priority/normal

Open Source Identity and Access Management For Modern Applications and Services

Java keycloak oidc saml

AI Summary: Lower the vertical position of friendly class icons in party nameplates to prevent overlap with enemy nameplates in the World of Warcraft 3.3.5a client's PWP UI. This is a UI adjustment for a 1920x1080 resolution.

Complexity: 3/5
enhancement help wanted

Evolve PWP UI for TBC playing on the 3.3.5a client --- Optimized only for 1920x1080 17,3 inch Laptop! [wow.exe patched with Classic Nameplate API + HDclient + Camera mouse glitch fix]

Lua

AI Summary: Modify the World of Warcraft (WoW) 3.3.5a client's nameplate functionality to enable auto-attack initiation via right-click regardless of whether the target is already selected. This involves adjusting the event handling for right-clicks on nameplates to consistently trigger auto-attack, aligning behavior between targeted and untargeted units.

Complexity: 3/5
bug enhancement help wanted

Evolve PWP UI for TBC playing on the 3.3.5a client --- Optimized only for 1920x1080 17,3 inch Laptop! [wow.exe patched with Classic Nameplate API + HDclient + Camera mouse glitch fix]

Lua

AI Summary: Implement a new user registration process for the Laravel application that requires users to verify their contact information (e.g., email or phone number) before their accounts become active. This involves modifying the existing registration controller and potentially adding functionalities like sending verification codes, handling verification requests, and updating user status.

Complexity: 4/5
help wanted dependencies

AI Summary: Debug and resolve a networking issue causing terminal unresponsiveness in the Coder Remote VS Code extension after prolonged use. The issue significantly impacts enterprise users, manifesting as slow keystroke registration and eventual terminal unusability after approximately 24 hours of continuous use. The solution needs to maintain the seamless single-click workspace access provided by the extension.

Complexity: 4/5
help wanted

Open any Coder workspace in VS Code with a single click.

TypeScript

AI Summary: Write unit tests for the database models in the Epic_Exec_CS321_CORE_APP project to ensure data integrity and proper functionality. This involves creating test cases to cover various scenarios and using a testing framework (likely pytest, given the Flask context implied by `flask run`).

Complexity: 3/5
help wanted

AI Summary: Debug and fix a display bug in the TremorPulse timer within a World of Warcraft user interface (UI) mod. The UI is optimized for a specific resolution and uses several patches, so the solution needs to be compatible with the existing environment.

Complexity: 4/5
bug help wanted

Evolve PWP UI for TBC playing on the 3.3.5a client --- Optimized only for 1920x1080 17,3 inch Laptop! [wow.exe patched with Classic Nameplate API + HDclient + Camera mouse glitch fix]

Lua

AI Summary: Debug and fix a bug in a World of Warcraft UI addon (Gladdy) that causes the arena1/2 frames to become unresponsive under certain conditions. The fix needs to ensure proper left-click targeting functionality for these frames while maintaining compatibility with a 1920x1080 resolution and existing modifications (Classic Nameplate API, HD client, camera mouse glitch fix).

Complexity: 4/5
bug help wanted

Evolve PWP UI for TBC playing on the 3.3.5a client --- Optimized only for 1920x1080 17,3 inch Laptop! [wow.exe patched with Classic Nameplate API + HDclient + Camera mouse glitch fix]

Lua
Maintainers wanted about 8 hours ago

AI Summary: The project needs new maintainers to review existing pull requests and take over the project's maintenance, addressing abandoned contributions and ensuring its continued development.

Complexity: 4/5
help wanted

Learn to create games for the Game Boy using Assembly

Assembly assembly gameboy gameboy-color

AI Summary: Investigate and resolve FPS stutters in a World of Warcraft UI modification (PWP UI) specifically designed for a 1920x1080 17.3 inch laptop, focusing on arena gameplay. The issue may be related to streaming software (OBS) or other factors impacting consistent frame rates with V-sync enabled.

Complexity: 4/5
bug help wanted

Evolve PWP UI for TBC playing on the 3.3.5a client --- Optimized only for 1920x1080 17,3 inch Laptop! [wow.exe patched with Classic Nameplate API + HDclient + Camera mouse glitch fix]

Lua

AI Summary: The task involves modifying the QMK firmware to support more than 256 LEDs, specifically addressing the limitation imposed by the use of `uint_8`. This requires careful consideration of memory usage, especially for AVR platforms, and might involve replacing `uint_8` with `uint_16` or using a type alias like `num_leds_t` based on the number of LEDs. The solution should be efficient and maintainable, ensuring compatibility with various keyboards and platforms supported by QMK.

Complexity: 4/5
question help wanted

Open-source keyboard firmware for Atmel AVR and Arm USB families

C atmel-avr c c-plus-plus

AI Summary: The user is encountering a password error when connecting to a Windows version of Mycat using the mysql command. The task involves troubleshooting the Mycat configuration (server.xml, schema.xml, user permissions), verifying the password correctness, ensuring the Mycat service is running correctly, and checking for any firewall restrictions or network connectivity issues that may be preventing the connection.

Complexity: 3/5
help wanted

AI Summary: The task requires inferring the electoral district based on the postal code. This involves creating a function that can accurately map postal codes to their corresponding districts, which is considered a complex process.

Complexity: 4/5
enhancement help wanted

AI Summary: The task requires fixing an overflow issue in a React component's answer label. The solution involves adding the `overflow-auto` CSS class to the answer container to enable automatic truncation of long text.

Complexity: 2/5
help wanted

freeCodeCamp's UI Component Library

TypeScript

AI Summary: The task requires debugging a Milvus vector database issue where index creation on a sparse vector field fails due to an unsupported JSON field. The solution involves investigating the collection schema, identifying the incorrectly specified field (likely indexed as type JSON instead of sparse vector), and correcting it before recreating the index.

Complexity: 4/5
help wanted

A cloud-native vector database, storage for next generation AI applications

Go anns cloud-native distributed

AI Summary: The task requires debugging a FastAPI application that integrates with CKAN. The issue is that fiscal years 2023-2024 and 2024-2025 are not displayed correctly on the CKAN platform due to potential issues with OCDS data mapping and possible database corruption. The solution may involve database querying, data validation, and potentially rescraping of tender data.

Complexity: 4/5
help wanted

AI Summary: Debug and fix a bug in the Trieste Port game where the diving bell fails to dock correctly, causing game restarts and player frustration. The solution may involve adjusting the docking bay's size or addressing another underlying issue.

Complexity: 4/5
help wanted MAJOR mapping holy shit dude pre-persistence

A multiplayer game that takes place in a frontier town on an ocean rig, sitting above an alien ocean. A fork of Space Station 14.

C#

AI Summary: The task requires modifying the Simple Podcasting WordPress plugin's Podcast block to handle self-hosted audio files inserted via URL, even without Media Library metadata. This involves making the block less reliant on `attachment_id` and potentially fetching necessary metadata dynamically from the provided URL.

Complexity: 3/5
help wanted needs:engineering

A simple podcasting solution for WordPress.

PHP apple-podcasts block blocks

AI Summary: The issue is a UI bug in DSpace 8.0 and 9.0 where changing an item's authorization group name doesn't update immediately after saving; a page reload is needed to reflect the change. The task requires investigating why the UI isn't updating (likely a caching issue), fixing the caching mechanism to refresh the UI after saving the group name, and testing the fix in DSpace 8.0 and 9.0.

Complexity: 3/5
bug help wanted performance / caching component: Item

DSpace User Interface built on Angular.io

TypeScript angular angular-ui dspace
IEEE Floating-Points about 9 hours ago

AI Summary: Add a lossless conversion from IEEE 754 double-precision floating-point numbers (`f64`) to the decimal library's `BaseCount` type using the `TryFrom<f64>` trait. This requires handling potential errors during conversion and ensuring the conversion maintains precision as much as possible.

Complexity: 3/5
enhancement help wanted

library for decimals

Rust

AI Summary: The task is to implement a caching mechanism for Poetry dependencies within GitHub Actions for the Quibble project. This involves integrating the `action-setup-cache-python-poetry` action to speed up the workflow by reusing cached dependencies instead of reinstalling them each time. The priority is medium.

Complexity: 3/5
enhancement help wanted

Quibble - Delve into real conversations.

Python django monolith nextjs

AI Summary: The task requires investigating why two identical QA guides appear in the member list after onboarding with 'Manage my team's expenses' on both staging and production environments. It needs a fix to ensure only one QA guide is shown.

Complexity: 3/5
External Daily Help Wanted Bug

Welcome to New Expensify: a complete re-imagination of financial collaboration, centered around chat. Help us build the next generation of Expensify by sharing feedback and contributing to the code.

More

New Expensify is a chat-centric financial collaboration app that aims to improve upon the existing Expensify platform. Key features include cross-platform compatibility (iOS, Android, web, macOS), offline functionality, and a robust testing suite for continuous improvement. The project emphasizes a data-driven architecture utilizing Onyx for persistent storage and a clear separation of concerns between UI, Actions, and data management.

TypeScript

AI Summary: The issue is that the `optionalPaths` property in the `devcontainer-template.json` file is not triggering the expected prompt in VS Code when creating a new dev container from this template. The task requires debugging why VS Code's Dev Container functionality is not correctly handling the defined optional paths, potentially involving inspecting VS Code's extension behavior or the template JSON's adherence to the Dev Container specification.

Complexity: 3/5
bug help wanted

A fully featured 6502 dev container template, utilizing cc65 for building binaries and minipro for loading them to the eeprom.

Assembly 6502 devcontainer-template
Swerve Drive Research about 10 hours ago

AI Summary: The task requires in-depth research on swerve drive mechanisms, encompassing mechanical, electrical, and software aspects. A collaborative effort is needed to achieve a functional swerve drive implementation for the robotics project, given its significance to this season's objectives.

Complexity: 5/5
help wanted research critical ⭐⭐⭐
Subtle bug in Remix guide about 10 hours ago

AI Summary: The task is to fix a subtle bug in the Supabase Remix social login guide. The current code is missing the crucial step of appending cookie headers to the redirect response. The improvement involves modifying the code to include this step, ensuring the correct setting of cookies in the browser and successful authentication. This requires familiarity with Remix's redirect API and Supabase's authentication process.

Complexity: 4/5
documentation help wanted external-issue

The open source Firebase alternative. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.

TypeScript ai alternative auth
Form layout styling issue about 10 hours ago

AI Summary: The task requires addressing a user interface issue in a peer-to-peer tutoring platform. Specifically, it involves removing an unnecessary navigation bar that interferes with user interaction and resolving a page scrolling problem.

Complexity: 3/5
help wanted

A personalized peer learning platform matching students with tutors based on their academic needs and availability.

AI Summary: The task is to modify the Manta code to set the phase of a torrent to 'Idle' when the 'preheat' field is set to false. Currently, when preheat is false, the phase remains empty; this change ensures a consistent state.

Complexity: 2/5
feature help wanted needs-priority needs-triage

💫 A lightweight p2p-based cache system for model distributions on Kubernetes. 🌟 Star to support our work!

Go cache distributed-systems kubernetes

AI Summary: The issue describes an enhancement request to optimize error handling within the ClientRequestProcessor of the RocketMQ-Rust project. No specifics about the desired solution or alternative approaches are provided. The task involves improving the robustness and error management of the client request processing module.

Complexity: 3/5
enhancement help wanted

🚀Apache RocketMQ Rust🦀 implementation. Faster, safer, and with lower memory usage.

More

rocketmq-rust is a high-performance, memory-efficient Rust implementation of Apache RocketMQ, offering a safer and faster alternative. Key features include an asynchronous, non-blocking design, excellent integration within the Rust ecosystem, and cross-platform support.

Rust cloud-native eventing high-availability

AI Summary: Implement support for RequestCode ConsumerSendMsgBack (36) in the RocketMQ-Rust client. This involves adding the necessary functionality to allow clients to send messages back to the broker using this request code. This likely requires understanding the existing codebase and RocketMQ protocol specifics for this request code.

Complexity: 4/5
enhancement help wanted feature

🚀Apache RocketMQ Rust🦀 implementation. Faster, safer, and with lower memory usage.

More

rocketmq-rust is a high-performance, memory-efficient Rust implementation of Apache RocketMQ, offering a safer and faster alternative. Key features include an asynchronous, non-blocking design, excellent integration within the Rust ecosystem, and cross-platform support.

Rust cloud-native eventing high-availability

AI Summary: The task involves adding more adopters and their references (like blog posts, talks, or presentations) to the OpenTelemetry website's adopter page. Contributors can either directly submit a pull request updating the adopters.yaml file or comment on the issue with the required information, which maintainers will then add to the website.

Complexity: 3/5
help wanted 0-meta

The OpenTelemetry website and documentation

JavaScript documentation opentelemetry

AI Summary: The task requires designing and implementing a comment parsing system for a workflow orchestration engine (Concord). This involves defining a structured comment format for describing flow parameters (input/output types, descriptions, and whether they are mandatory or optional) and creating parsers to extract this information within the Concord plugins and its IDE plugin. The system should support basic data types, arrays, and nested objects.

Complexity: 3/5
help wanted

Concord - workflow orchestration and continuous deployment management

Java ansible continuous-deployment workflow

AI Summary: The task requires configuring Dependabot to monitor and report updates to the base Docker images used in the 6502 dev container template. This involves adding the base image references to the project's dependency configuration so Dependabot can track changes and raise alerts when updates are available.

Complexity: 3/5
enhancement help wanted

A fully featured 6502 dev container template, utilizing cc65 for building binaries and minipro for loading them to the eeprom.

Assembly 6502 devcontainer-template

Regenie QC and analysis in the UKB Jupyterlab

Jupyter Notebook
documentation help wanted

AI Summary: Extend the Dependabot configuration for the cc65 Dev Container feature to include monitoring and alerts for updates to Debian packages used by cc65 or its build dependencies. This involves researching Dependabot's capabilities, configuring it to recognize Debian package dependencies, and potentially implementing custom rules or scripts to manage alerts effectively.

Complexity: 2/5
enhancement help wanted

A Dev Container Feature for the cc65 development package.

Shell 6502 cc65 devcontainer-feature

AI Summary: Add an .editorconfig file to the project to enforce consistent code formatting using the meson format command. This will improve code maintainability and reduce formatting-related issues.

Complexity: 2/5
enhancement help wanted tracker CI

Lightweight UI framework powered by fltk & scripting via tcc, quickjs, lua & wamr.

C++ fltk lua quickjs

AI Summary: Configure Dependabot to monitor base image updates for the cc65 Dev Container feature. This involves updating the project's configuration to include the base image as a dependency, allowing Dependabot to trigger alerts for critical base image changes.

Complexity: 2/5
enhancement help wanted

A Dev Container Feature for the cc65 development package.

Shell 6502 cc65 devcontainer-feature

AI Summary: The task requires troubleshooting and debugging the file upload functionality for PDF files in the Standard Notes application. The error messages indicate a problem initiating and completing the upload process. Debugging will likely involve examining server logs and the client-side upload code to identify the root cause of the upload failures.

Complexity: 3/5
help wanted

Support from other community members. For 1-on-1 help, please contact [email protected].

146版本爆内存 about 11 hours ago

AI Summary: Investigate and debug a memory leak in version 146 of the Mindustry game. The leak only occurs in a modified version (Academic client) and not in the original game. This requires familiarity with Java, memory debugging tools, and the Mindustry codebase.

Complexity: 4/5
bug help wanted

The automation tower defense game

Java

AI Summary: The Ruby Kiota HTTP library using Faraday needs to be updated so its RetryHandler correctly respects and observes the `retry-after` header, which specifies a time delay before retrying failed requests. This is to address the issue detailed in https://github.com/microsoft/kiota/issues/596.

Complexity: 3/5
enhancement type:enhancement help wanted

Kiota http provider implementation for Ruby with Faraday

More

The kiota-http-ruby project provides a Ruby HTTP library implementation using Faraday, addressing the need for an HTTP package in Kiota-generated projects. It simplifies making HTTP requests to API endpoints by integrating seamlessly with the Kiota framework and facilitating interaction with various APIs.

Ruby faraday kiota ruby

AI Summary: The user is encountering an error while using the GSVA R package with DESeq2 normalized data. The error message indicates a problem with the 'GeneSet' function and its signature. The task involves diagnosing the cause of the error, likely related to the data type of the input matrix for GSVA, and providing a solution. This might require inspecting the input data (filtered_mapped_matrix) structure and potentially converting it to the expected type.

Complexity: 3/5
help wanted

Gene set variation analysis

R gene-set-enrichment genomics pathway-enrichment-analysis
help wanted

AI Summary: Update the Gatsby migration documentation on docs.astro.build to reflect the change in content behavior, specifically that content no longer needs to reside solely within the `src` directory due to the introduction of the content layer. This involves editing the existing documentation page to correct the outdated information.

Complexity: 2/5
improve documentation help wanted

Astro documentation

MDX astro docs documentation

AI Summary: The task requires debugging and extending the existing FlexRIC xApp to accurately retrieve and report multiple KPIs (e.g., USRQ, SINR) from the NS-O-RAN simulator, correcting the current inaccurate latency KPI.

Complexity: 4/5
help wanted

RAN simulator with E2 termination compliant with flexric supports E2AP v1.01, KPM v3 and pre-RC v1.01

AI Summary: The task requires fixing a UI bug in a C# WinForms text editor where the 'Edit' button on the MenuStrip remains white after switching to the Light Theme. The solution likely involves adjusting the button's color properties or theme handling within the C# code to ensure consistent styling across themes.

Complexity: 3/5
help wanted

Feel free to contribute on this simple text editor made with C# and WinForms. :)

C# beginner-friendly csharp help-wanted

AI Summary: The task requires optimizing memory consumption in the loss calculation of a large language model training pipeline. Specifically, the `sharded_cross_entropy` function and a lambda function within the Llama model are identified as major memory consumers (4GB each). Optimization should reduce this 10GB total loss memory footprint.

Complexity: 4/5
help wanted

Minimalistic large language model 3D-parallelism training

Python
What about docs? about 11 hours ago

AI Summary: The task involves deciding on a documentation approach for the github-projects-playground project. This includes reviewing existing issues (#7, #8, #9) and determining whether a simple or more complex documentation solution is needed.

Complexity: 3/5
documentation help wanted

AI Summary: The task requires fixing the color scheme of the MenuStrip in a C# WinForms application. Specifically, the hover color needs adjustment, the white border should be removed, and the selected menu item should not turn white.

Complexity: 3/5
help wanted

Feel free to contribute on this simple text editor made with C# and WinForms. :)

C# beginner-friendly csharp help-wanted
What about docs? about 11 hours ago

AI Summary: The task involves planning and creating documentation for a project. This includes deciding on the documentation format, content, and process. The issue mentions specific tasks (#8, #9, #7, #10) that may be part of the documentation process.

Complexity: 3/5
documentation help wanted

AI Summary: Refactor the existing 'Valid DC Check' code into a reusable function, enhancing it to support both HTTP and HTTPS connections for improved resilience. The function should first attempt an HTTP connection, falling back to HTTPS if the initial attempt fails.

Complexity: 3/5
enhancement help wanted

A tiny tool to find and fix common misconfigurations in Active Directory-integrated DNS

PowerShell active-directory adi-dns adidns

AI Summary: The task requires modifying the OpenBooru search functionality to allow wildcard blacklisted tags to be overwritten by explicit search terms. Currently, blacklisting a tag like "*girl*" prevents results even when searching for a specific tag like "1girl". The solution involves updating the search query processing to handle wildcard blacklisted tags more intelligently, potentially prioritizing exact matches over blacklisted wildcards.

Complexity: 4/5
enhancement help wanted

Open Source booru! Fully taggable image board, extensive search and more.

PHP booru danbooru imageboard

AI Summary: The issue is that the Crossplane CLI's `--insecure-skip-tls-verify` flag does not work as expected when pushing an xpkg to a container registry with a self-signed certificate. The task requires debugging the CLI's interaction with the registry's TLS verification process to determine why the flag is ineffective. A potential solution might involve configuring the CLI to properly ignore TLS verification or adjusting the registry's configuration for testing purposes.

Complexity: 3/5
bug help wanted package crossplane-cli

The Cloud Native Control Plane

Go cloud-computing cloud-management cloud-native
Plantuml integration about 11 hours ago

AI Summary: Update the CI configuration to include PlantUML installation before merging the `architecture-proposal` branch into `main`, ensuring the documentation build process remains functional.

Complexity: 2/5
help wanted
Need support for Atlas SQL about 11 hours ago

AI Summary: Add support for Atlas SQL as a data source in the Cube.js platform. This involves implementing the necessary drivers and configurations to connect to Atlas SQL databases and query data effectively.

Complexity: 4/5
enhancement help wanted driver:mongodb

📊 Cube — Universal semantic layer platform for AI, BI, spreadsheets, and embedded analytics

Rust analytics bigquery cube

AI Summary: Migrate the ironic-client utilities from its current repository to the ironic-image repository, ensuring the container build process remains functional. This includes updating repository references, closing associated issues and pull requests, and archiving the original repository.

Complexity: 3/5
kind/feature help wanted triage/accepted

Ironic Client Utilities (for debugging via Ironic APIs)

Shell

AI Summary: The task requires configuring Dependabot to recognize the project's dependencies on the 'minipro_feature' and 'cc65_feature' submodules or repositories. This involves specifying these dependencies in the project's configuration files so Dependabot can track and manage updates for them, ensuring the project remains compatible and secure.

Complexity: 3/5
enhancement help wanted

A fully featured 6502 dev container template, utilizing cc65 for building binaries and minipro for loading them to the eeprom.

Assembly 6502 devcontainer-template

AI Summary: The user is experiencing intermittent freezing of their Python script when using the SpeechRecognition library's `listen` method. The issue seems related to ALSA audio configuration and may involve conflicts with JACK audio server or incorrect microphone selection. Debugging requires examining ALSA configuration files, identifying the correct microphone index with `Microphone.list_microphone_names()`, and potentially using exception handling to gracefully manage audio input failures.

Complexity: 4/5
help wanted

Speech recognition module for Python, supporting several engines and APIs, online and offline.

Python audio python speech-recognition

AI Summary: The PSXelion PowerShell module needs improvement to its Get-XelionAddressables function. The current implementation uses a while loop inefficiently; a more robust and scalable solution is required to retrieve all addressables.

Complexity: 4/5
enhancement help wanted invalid

Powershell Module for the Xelion API

PowerShell
documentation help wanted

RESTful API server using Spring Boot framework

Java e-commerce-api spring-boot
documentation help wanted

RESTful API server using Spring Boot framework

Java e-commerce-api spring-boot
Update the README file about 12 hours ago
documentation help wanted

AI Summary: The task requires pinning the `jar-dependencies` version to `0.4.1` in the JRuby environment to resolve dependency conflicts causing test failures and blocking gem releases. This involves modifying the project's dependency management configuration to specify the required version.

Complexity: 2/5
help wanted

Contrib Packages for the OpenTelemetry Ruby API and SDK implementation.

Ruby cncf distributed-tracing opentelemetry

AI Summary: The task requires ensuring that the codebase adheres to the Black formatting style and passes mypy linting. This involves running Black and mypy on the code and resolving any detected style or type issues.

Complexity: 2/5
enhancement help wanted

Python modules and notebooks used to initialize and analyze ReMKiT1D runs

Python
Update the README file about 13 hours ago
documentation help wanted
v2.0.0 Test megathread about 13 hours ago

AI Summary: Implement comprehensive unit tests for the ReMKiT1D-Python project, covering various modules including variable_container, grid, derivations, model_construction, stencils, integrators, remkit_context, crm_support, and calculation_tree_support. The tests should verify the construction, JSON writing, arithmetic operations, and other functionalities of these modules.

Complexity: 4/5
enhancement help wanted

Python modules and notebooks used to initialize and analyze ReMKiT1D runs

Python

AI Summary: The user's issue stems from a typo in the command and an incorrect installation method. The command should be `:DbtCompile` (or similar commands from the documentation), not `:DbtBuild`. Furthermore, while the lazy.nvim configuration is correct, the plugin is not yet installed. The user needs to run `:Lazy` to install plugins listed in `lazy.lua` and then source the config using `:source $MYVIMRC`.

Complexity: 2/5
help wanted

Nvim dbt integration

Lua
v2.0.0 Example megathread about 13 hours ago

AI Summary: Implement six missing example codes (MMS_test, Predator-prey CVODE example, Slope limiter CVODE example, Matrix-free advection example, Analysis and pickle examples, Kinetic SOL-KiT example) for the v2.0.0 release of the ReMKiT1D-Python project. These examples will demonstrate various functionalities of the project, and should be added to the examples folder, along with appropriate documentation.

Complexity: 4/5
enhancement help wanted

Python modules and notebooks used to initialize and analyze ReMKiT1D runs

Python
Windows CI jobs broken about 13 hours ago

AI Summary: The task requires debugging and resolving Windows CI build failures for the ThreadScope project. This involves investigating missing or misconfigured C libraries (gobject-2.0, glib-2.0, intl), potentially related to an outdated GTK2 dependency. A solution might involve upgrading to a newer GTK version or correcting the library configurations within the CI environment.

Complexity: 4/5
help wanted

A graphical tool for profiling parallel Haskell programs

Haskell

AI Summary: The task involves comprehensively documenting the `dev-v2.0.0` version of the ReMKiT1D-Python project. This includes documenting various modules (variable_container, derivations, model_construction, stencils, integrators, io_support, crm_support, remkit_context), updating the README, and creating complete Sphinx documentation. The existing documentation is described as poor and needs significant improvement.

Complexity: 4/5
documentation help wanted

Python modules and notebooks used to initialize and analyze ReMKiT1D runs

Python
compile warning about 13 hours ago

AI Summary: The task requires fixing two compiler warnings in the `MsgHelperClient.cpp` file of the libbad-zapple project. One warning is about operator precedence in a conditional expression used with the stream insertion operator (`<<`). The other is about an unused value in the same expression. The solution involves adding parentheses to control the order of operations and potentially using the result of the conditional expression.

Complexity: 2/5
help wanted invalid

This is the lib of our school 42 project zappy

C++

AI Summary: The task is to replace a post-build script used for generating static routes in a Vite-based React project with a more elegant solution using a Vite plugin, potentially Vike. This involves researching and implementing the chosen plugin, ensuring it correctly generates static routes, and removing the existing post-build script. The goal is to improve maintainability and clean up the build process.

Complexity: 3/5
help wanted

Mats' CV repo for GitHub Pages

TypeScript cv gpt-engineer react
[HELP] about 14 hours ago

AI Summary: The user needs confirmation on whether the `df_test_prot.faa` file contains all known defense system proteins. The discrepancy in protein count (2600 vs 561 expected) needs clarification, and a working alternative to the broken web-based data source is desired.

Complexity: 3/5
help wanted

Systematic search of all known anti-phage systems.

Python

AI Summary: The task is to determine if the Tapo H100's alarm/chime functionality is exposed through the existing Tapo API client, and if not, to add that functionality. This involves examining the H100's capabilities, reverse-engineering the API if necessary, and updating the Rust and Python clients to include the alarm/chime trigger.

Complexity: 3/5
help wanted good first issue

Unofficial Tapo API Client. Works with TP-Link Tapo smart devices. Tested with light bulbs (L510, L520, L530, L535, L610, L630), light strips (L900, L920, L930), plugs (P100, P105, P110, P115), power strips (P300, P304), hubs (H100), switches (S200B) and sensors (KE100, T100, T110, T300, T310, T315).

Rust iot l510 l530

AI Summary: The task is to fix the PDF generation functionality in a React-based CV website. The current PDF downloads are unnecessarily large and poorly formatted. The solution involves integrating a fix from a related issue on a different repository and optimizing the PDF generation process to create smaller, more usable files.

Complexity: 3/5
bug help wanted

Mats' CV repo for GitHub Pages

TypeScript cv gpt-engineer react

AI Summary: The user is encountering issues installing the `docktprep` program using conda due to unmet dependencies. The error message shows a long list of missing packages. The task involves troubleshooting and resolving these dependency conflicts, potentially requiring channel adjustments or package version modifications in the `environment.yml` file.

Complexity: 4/5
help wanted

Create DockThor input files from PDB, mmCIF and MOL2 formats. Prepare and fix common issues in the PDB files.

Python

AI Summary: The issue is that systemd is not correctly activated even though the action claims to enable it. The task requires debugging why systemd isn't running as PID 1 in the WSL2 Ubuntu instance, despite the action's `enable-systemd` input being set to `true`. This likely involves investigating the action's implementation for enabling systemd on Windows and checking for potential conflicts or missing steps.

Complexity: 4/5
bug help wanted

GitHub action to enable WSL2 and install a Linux distro in GitHub-hosted runners.

actions github github-actions

AI Summary: Evaluate the feasibility and performance benefits of implementing an asynchronous version of the timezone lookup algorithm in the `timezonefinder` Python package to address slow disk I/O during batch queries. Consider the trade-offs between potential speed improvements and increased code complexity, including the need for file locking to handle concurrent access.

Complexity: 4/5
enhancement help wanted

python package for finding the timezone of any point on earth (coordinates) offline

Python coordinates geolocation latitude

AI Summary: The task requires modifying the game's visual representation of the discard pile. Instead of neatly aligned cards, the used cards should be stacked in a more realistic manner, with only the top card fully visible and the rest slightly visible from the back.

Complexity: 3/5
enhancement help wanted good first issue css

Inspired by UNO (https://uno-online.io/) - a popular card game designed for players of all ages, typically played with 2–10 participants but on this repository, you'll be playing with only 1 random opponent.

JavaScript beginner-friendly contributions-welcome css3

AI Summary: The task requires designing and implementing support for dynamic dispatch in the bpfman eBPF manager, allowing users to create their own dispatchers using either BPF_MAP_TYPE_PROG_ARRAY with tail calls or BPF_PROG_TYPE_EXT. This involves deciding on an API for managing programs and maps, considering whether bpfman or user space should update the jump table, and handling potential issues like program access permissions and reference management.

Complexity: 4/5
enhancement help wanted

An eBPF Manager for Linux and Kubernetes

Rust ebpf kubernetes kubernetes-operator

AI Summary: The user needs guidance on how to leverage existing methods like `handleClickArrow` from the Vanilla Calendar Pro library for custom purposes outside the calendar's default functionality, without modifying the core library code or using extensive template overrides. They also want to know how to extend or override these methods to add functionality.

Complexity: 3/5
help wanted question

The Vanilla Calendar Pro is a versatile JavaScript date and time picker component with TypeScript support, making it compatible with any JavaScript frameworks and libraries. It is designed to be lightweight, easy to use, and feature-rich, without relying on external dependencies.

TypeScript calendar date date-picker
enhancement help wanted good first issue

Suite of tools containing an in-memory vector datastore and AI proxy

Rust artificial-intelligence cache cli
bug help wanted

Inspired by UNO (https://uno-online.io/) - a popular card game designed for players of all ages, typically played with 2–10 participants but on this repository, you'll be playing with only 1 random opponent.

JavaScript beginner-friendly contributions-welcome css3
enhancement help wanted js

Inspired by UNO (https://uno-online.io/) - a popular card game designed for players of all ages, typically played with 2–10 participants but on this repository, you'll be playing with only 1 random opponent.

JavaScript beginner-friendly contributions-welcome css3

AI Summary: The task requires investigating why the Quick Action Bar (QAB) in the Expensify app navigates to the last viewed expense type instead of the last submitted expense type. This involves reproducing the issue on staging and production environments, identifying the cause of the incorrect navigation, and fixing the bug. The fix should ensure that the QAB consistently displays the last *submitted* expense type, correcting the current behavior where it shows the last *viewed* type.

Complexity: 3/5
External Daily Help Wanted Bug

Welcome to New Expensify: a complete re-imagination of financial collaboration, centered around chat. Help us build the next generation of Expensify by sharing feedback and contributing to the code.

More

New Expensify is a chat-centric financial collaboration app that aims to improve upon the existing Expensify platform. Key features include cross-platform compatibility (iOS, Android, web, macOS), offline functionality, and a robust testing suite for continuous improvement. The project emphasizes a data-driven architecture utilizing Onyx for persistent storage and a clear separation of concerns between UI, Actions, and data management.

TypeScript
Crazy fast `StaticModInt` about 15 hours ago

AI Summary: The task requires implementing a highly optimized `StaticModInt` class in Haskell using the `MagicHash` technique for improved performance. This involves leveraging Haskell's features for efficient modular arithmetic and exploring the `MagicHash` library for potential speedups.

Complexity: 3/5
help wanted

Haskell port of ac-library.

Haskell

AI Summary: The user needs the QMK firmware source code for the Finalkey x Cidoo V65 keyboard. The task involves searching for and potentially creating this source code, given that it may not already exist within the QMK project's supported keyboards.

Complexity: 3/5
question help wanted

Open-source keyboard firmware for Atmel AVR and Arm USB families

C atmel-avr c c-plus-plus
help wanted good first issue feature-request examples

Semantic segmentation models with 500+ pretrained convolutional and transformer-based backbones.

Python computer-vision deeplab-v3-plus deeplabv3

AI Summary: The user needs help configuring ReportPortal to have its application services on one instance and the PostgreSQL database on a separate instance. This involves creating a shared docker network, deploying the database on instance B using a provided docker-compose file, and modifying the docker-compose file on instance A to connect to the database on instance B via its hostname and port. The main challenge is configuring the application services on instance A to correctly connect to the remote database.

Complexity: 4/5
help wanted

Main Repository. ReportPortal starts here - see readme below.

automated-testing automation reporting-engine

AI Summary: The task requires investigating and resolving a bug in a gacha record management tool where rapidly clicking buttons causes duplicate data entries. The solution might involve adding debouncing to button clicks, implementing data validation checks before inserting records into the database, or a combination of both.

Complexity: 3/5
enhancement help wanted question

✨ 一个非官方的工具,用于管理和分析你的 miHoYo 抽卡记录。(原神 | 崩坏:星穹铁道 | 绝区零)An unofficial tool for managing and analyzing your miHoYo gacha records. (Genshin Impact | Honkai: Star Rail | Zenless Zone Zero)

TypeScript disk-cache gacha genshin

AI Summary: The task requires integrating the eBay API into the IWAPIM project to manage eBay marketplace listings. This involves navigating the eBay developer portal, obtaining API credentials, understanding the API's authentication and authorization flow, and coding the necessary integration to handle data exchange between IWAPIM and eBay. The current issue of not being able to grant application access needs to be resolved first.

Complexity: 4/5
help wanted

AI Summary: Replace the existing ArrayList-based user search in UserDirectory.java with a Binary Search Tree (BST) to efficiently search for users by name. This change is necessary to meet project requirements and avoid losing points. The BST should handle duplicate names, potentially returning an ArrayList of Users with the same name.

Complexity: 3/5
help wanted invalid

F24 CIS D022C Data Abstract & Structures 62Z Parrish 22855

Java
Guide about 15 hours ago

AI Summary: Create a user guide for a data entry template designer, explaining concepts like local preferences, data types (factors, results), and the usage of raw data, results, and plates, going beyond simple click-by-click instructions.

Complexity: 3/5
documentation help wanted

Data entry template designer for enanomapper / AMBIT data

JavaScript

AI Summary: Improve the CSS styling of a Uiua keypad VSCode extension to declutter the layout, specifically addressing the placement of constants and system functions. Assistance will be provided to those who wish to contribute.

Complexity: 3/5
help wanted

Uiua Keypad for vscode (unofficial)

Jupyter Notebook

AI Summary: Build a frontend user interface for an existing daily expense tracking application. The backend (Node.js, Express, MongoDB) is complete and documented; the frontend will need to consume its APIs to display expense data, allow users to input expenses, and display balance sheets. Integration with the existing authentication system will be necessary.

Complexity: 4/5
help wanted good first issue
Broken constructors about 16 hours ago

AI Summary: The task requires debugging and fixing broken constructors in the PredefinedDynamicalSystems.jl package. This involves identifying type mismatches in function arguments passed to `DeterministicIteratedMap`, updating the code to comply with changes in the `DynamicalSystemsBase` package, and potentially resolving undefined variable errors. The goal is to make the predefined dynamical system constructors functional and compatible with the latest version of the parent package.

Complexity: 4/5
bug good first issue help wanted

Collection of predefined dynamical systems for DynamicalSystems.jl

Julia
Extra module about 16 hours ago

AI Summary: The task is to add extra modules to the Haskell port of the AtCoder Library (ac-library-hs). These modules, under the `AtCoder.Extra.*` namespace, will be usable with qualified imports and will be available on AtCoder after their next language update.

Complexity: 3/5
help wanted good first issue

Haskell port of ac-library.

Haskell

AI Summary: The task involves testing a new 3D-based heading feature for Pybricks, comparing its accuracy to the existing method, and providing feedback. This includes trying out the new method with provided code examples, potentially calibrating the IMU, and reporting findings, especially regarding accuracy in common use cases like FLL table driving.

Complexity: 3/5
enhancement help wanted topic: imu

Pybricks support and general discussion

AI Summary: The task requires implementing support for array-like and hash-like literals in the compiler. This includes handling different notations for sets and hashes, allowing for type specifications, and correctly parsing and representing these literals in the compiler's internal representation.

Complexity: 4/5
good first issue help wanted coverage kind:lexer kind:parser kind:syntax
Allow plain text as input about 16 hours ago

AI Summary: Add a feature to the Rexi CLI tool that allows users to input a string directly, instead of only accepting file paths or stdin. This would involve modifying the input handling to accept both file paths/stdin and strings, potentially through a new command-line option or a different input method within the UI.

Complexity: 3/5
enhancement help wanted good first issue

Terminal UI for Regex Testing

Python python regex tui

AI Summary: The task requires implementing a new linter for the EO program style checker that detects duplicate `@as` attributes within a parent object. This involves parsing the XMIR representation of the EO program, identifying parent-child relationships, and checking for uniqueness of `@as` attribute values within each parent. The linter should flag instances where the same `@as` value is used more than once within a parent object.

Complexity: 4/5
bug good first issue help wanted

A collection of style checkers for XMIR: they don't predict runtime errors, but prevent compilation mistakes

More

The lints project is a collection of style checkers for XMIR, an intermediate representation of EO programs. It helps prevent compilation errors by enforcing coding best practices and ensuring the program adheres to specific structural rules, without performing runtime error prediction or code formatting.

XSLT java linter style-checker

AI Summary: The user wants to disable the clickability of the weekday headers (Mon-Sun) in the Vanilla Calendar Pro. This likely involves modifying the calendar's template to render weekday names using elements other than buttons (e.g., `<span>`), or adding event listeners to prevent default button behavior.

Complexity: 3/5
help wanted question

The Vanilla Calendar Pro is a versatile JavaScript date and time picker component with TypeScript support, making it compatible with any JavaScript frameworks and libraries. It is designed to be lightweight, easy to use, and feature-rich, without relying on external dependencies.

TypeScript calendar date date-picker

AI Summary: The task requires fixing a bug in the Concierge video download functionality. Currently, clicking the download button opens the video in a new tab instead of initiating a download. The bug is reproducible in both staging and production environments on Android mWeb Chrome and MacOS Chrome/Safari. The solution involves modifying the code to trigger a direct download of the video when the download button is pressed, aligning its behavior with other video attachments.

Complexity: 3/5
External Daily Help Wanted Bug

Welcome to New Expensify: a complete re-imagination of financial collaboration, centered around chat. Help us build the next generation of Expensify by sharing feedback and contributing to the code.

More

New Expensify is a chat-centric financial collaboration app that aims to improve upon the existing Expensify platform. Key features include cross-platform compatibility (iOS, Android, web, macOS), offline functionality, and a robust testing suite for continuous improvement. The project emphasizes a data-driven architecture utilizing Onyx for persistent storage and a clear separation of concerns between UI, Actions, and data management.

TypeScript

AI Summary: Add a new API endpoint to Weblate that retrieves all translated units for a given source unit. This requires careful consideration of performance implications, potentially using a separate serializer for listing and detailed views. The goal is to improve access to translation data through the API.

Complexity: 4/5
enhancement hacktoberfest help wanted good first issue

Web based localization tool with tight version control integration.

Python continuous-localization crowdsourcing django

AI Summary: Enhance the ancpBIDS Python package to allow saving intermediate results during data processing. The current `write_derivatives` function only writes output at the end, leading to data loss if a process fails. The improvement should involve adding a method (e.g., `write_self`) to artifact objects to enable saving intermediate files, preventing complete data loss on failures.

Complexity: 3/5
enhancement help wanted

A Python package to read/write/query/validate BIDS datasets.

Python
Add Map-Odom Localization about 16 hours ago

AI Summary: The task requires adding map-to-odom localization examples to mesh navigation tutorials. This involves exploring several localization methods (MICP-L, mesh format conversion for use with existing localization tools, or GPS for outdoor scenarios), and integrating the chosen method into the tutorials while keeping the existing Gazebo localization as the default for ease of development.

Complexity: 4/5
enhancement help wanted good first issue

Tutorials for using our mesh navigation software

Python

AI Summary: The task is to add support for user authentication to a GitHub action that builds container installation ISOs. This involves integrating the `skopeo-login` command to handle logins to private container registries before copying the container image layers.

Complexity: 3/5
enhancement help wanted

Creates an ISO for installing a container image as an OS

Makefile

AI Summary: The issue is a bug in the ActiveMQ Artemis Self Provisioning Plugin that causes it to violate a security policy when used with OpenShift 4.17. The images included in the issue description show the error. The task is to debug and fix this security policy violation in the plugin to ensure compatibility with OpenShift 4.17.

Complexity: 3/5
bug help wanted

ActiveMQ Artemis Self Provisioning Plugin

TypeScript broker openshift ui

AI Summary: Debug and improve the `download_data.py` script to address two issues: 1) prevent the extraction of an irrelevant file during unzipping, and 2) enable automatic replacement of existing files with the same name when unzipping.

Complexity: 3/5
help wanted

DSCI 522 Group 15 Project: Diabetes Classification Analysis. This repository showcases work on building a classification model to predict diabetes using the Pima Indians Diabetes dataset from Kaggle. The project is designed to follow best practices for data analysis and reproducibility.

HTML

AI Summary: The user reported a vulnerability (GHSA-m7xq-9374-9rvx) in mongoose version 7.8.3. While patches exist for both versions 7 and 8, npm audit recommends upgrading to a major version (8.8.3). The task is to investigate why a major version upgrade is suggested despite patches in the minor version and determine if a major version upgrade is strictly necessary to fix this vulnerability.

Complexity: 3/5
help help wanted

MongoDB object modeling designed to work in an asynchronous environment.

JavaScript mongo mongodb nodejs

AI Summary: Implement drag-and-drop functionality for adjusting variant rollout percentages in the Unleash feature management UI. This involves adding interactive handles to the existing chart to allow users to visually modify variant percentages by dragging, enhancing the existing numeric input method.

Complexity: 3/5
enhancement help wanted

Open-source feature management solution built for developers.

TypeScript activation-strategies collaboration continuous-delivery

AI Summary: The task is to add code documentation to all necessary parts of the Chirp.Web application's codebase. This involves generating documentation that explains the purpose, functionality, and usage of different code sections.

Complexity: 3/5
help wanted

AI Summary: Enhance the Unleash UI to support 0.1% rollout precision for gradual rollout strategies. This involves modifying the input fields in the strategy form to accept values with one decimal place. Backend support is assumed.

Complexity: 3/5
enhancement help wanted good first issue

Open-source feature management solution built for developers.

TypeScript activation-strategies collaboration continuous-delivery