Software Development good first issues

15,358 open issues currently match Software Development with the default 10+ star filter. This is the homepage feed limited to repositories tagged Software Development.

All issues · Browse projects · How to find good first issues

Active projects

Unique repos with open help-wanted issues updated in the last 30 days

Showing 30 of ~15,358 matching filters (10+ stars · Software Development)

List

BUG AUDIO/SHADES

AI summary

The user is experiencing a bug with the Roblox Shade addon where it functions for a short period before the screen starts blinking, leading to no audio and no shade effects. The issue is resolved only by completely closing the shade addon and the Roblox launcher.

bughelp wanted
14Software Development · Plugin Development
Difficulty
3/5

trying to upgrade from ableton 11 to 12, how to change payload from 11 to 12

AI summary

The user is encountering an error when trying to upgrade their Ableton Live installation from version 11 to 12. The error message indicates a mismatch between the detected Ableton Live version (12) and the version specified by a command-line argument (--live-major is 11). This suggests a configuration issue where the tool expects Ableton 11 but is being presented with Ableton 12.

help wanted
172Software Development · Application Development
Difficulty
2/5

Aydio crackle while changing UI

AI summary

The user is experiencing audio crackling in Ableton Live when performing UI interactions like zooming, clicking MIDI notes, or resizing channels while running through Wine. They previously resolved a similar issue on Windows by disabling HDR and forcing GPU usage, but are struggling to find a solution within the Wine environment.

audiohelp wanted
172Software Development · Application Development
Difficulty
4/5
jub0t/Concat

prototype image and video enhance feature.

AI summary

This issue requests the development of a prototype for an image and video enhancement feature. The goal is to explore and implement various enhancement techniques, potentially starting with external prototypes or within the `test/` directory, with suggestions including AI-based models like Real-ESRGAN and Real-CUGAN, as well as FFmpeg filters.

help wantedfeature requestAI
792Software Development · Application Development
Difficulty
3/5

Validate real launcher libraries

AI summary

This issue requires manual validation of real-world launcher configurations before integrating them into Omarchy. The goal is to ensure that reports generated from these real libraries are clean and do not contain sensitive information, using a provided checklist of launchers.

help wantedrelease
222Software Development · Game Development
Difficulty
3/5

Road to v1.0

AI summary

This issue outlines the remaining tasks required to transition from a preview version to a stable v1.0 release. It focuses on comprehensive hardware testing across various configurations, ensuring runtime stability, smooth update processes, and functional configuration exports. The goal is to achieve a robust and reliable v1.0 release by addressing these critical areas.

help wanted
134Software Development · General Project
Difficulty
4/5
jub0t/Concat

re-working the background removal feature.

AI summary

This issue proposes a significant overhaul of the existing background removal feature due to poor user experience, inaccurate brush strokes, and weak object recognition. The goal is to implement advanced AI solutions, similar to those found in CapCut, to achieve pixel-perfect object selection and ensure consistency across video frames.

help wantedimprovementAI
792Software Development · Application Development
Difficulty
4/5

[Crash / Performance]:

AI summary

The Serein application crashes when the 'Continue with Discord' button is pressed, regardless of whether the AppImage or Flatpak version is used. The crash log indicates a sandbox-related error and a failure to receive credentials, suggesting a potential issue with how the application interacts with external services or its sandboxing environment.

buggood first issue
347Software Development · Application Development
Difficulty
3/5

Install Windows fonts and support files for live 12

AI summary

The user is experiencing an installation failure for Ableton Live 12 on Bazzite 44 Nvidia Edition. The installer fails during the step to install Windows fonts and support files, with logs indicating a wineserver warning and an error stating the Ableton-linux prefix setup failed.

questioninstallerhelp wanted
172Software Development · Application Development
Difficulty
3/5

Chess and chess rank

AI summary

This issue requests the addition of a chess game and a chess ranking system to the project. The original client apparently had a chess feature, and the reporter finds chess to be a cool addition. It's labeled as an enhancement and a good first issue, suggesting it's a new feature request.

enhancementhelp wantedgood first issue
16Software Development · Game Development
Difficulty
3/5

Fishing

AI summary

This issue proposes adding a fishing feature to a project, likely a game. The request is straightforward, asking to implement a mechanic that allows users to fish, similar to how it was done in the "original client." The motivation is simply the enjoyment of the feature.

enhancementhelp wantedgood first issue
16Software Development · Game Development
Difficulty
2/5

Housing

AI summary

This issue highlights the absence of housing functionality and testing in the project. The original client included various housing types (apartments, villas, mansions) along with hooks and chests, and this feature is considered important for maintaining parity with the original AC.

enhancementhelp wanted
16Software Development · Game Development
Difficulty
3/5

Add options to customize the cursor's size and color

AI summary

This issue requests enhancements to the game's cursor to improve visibility during intense gameplay, especially on higher resolution screens. The proposed solution is to add options for users to customize the cursor's size and color.

enhancementhelp wanted
16Software Development · Game Development
Difficulty
2/5

Expand chat font size options beyond "Extra Large"

AI summary

This issue proposes adding more font size options for chat messages, as the current 'Extra Large' setting might not be sufficient for all users. The request is to introduce a few additional, larger font size choices beyond the existing 'Extra Large' option.

enhancementhelp wanted
16Software Development · Game Development
Difficulty
2/5

editors: set up swordls in Helix

AI summary

This issue requests the addition of editor support for the 'sword' language in the Helix editor. It involves creating a `languages.toml` entry to integrate 'swordls' for diagnostics and completion, and documenting this setup in the project's README.

good first issue
10Software Development · Framework Development
Difficulty
2/5

std/http: read one cookie from a request

AI summary

This issue proposes adding a new `Cookie(name string) ?string` method to the `Request` object in the `std/http` library. This method would simplify the process of retrieving a specific cookie's value from an HTTP request, similar to how path parameters and query strings are handled. It aims to eliminate the need for manual header parsing and string manipulation by developers.

good first issue
10Software Development · Framework Development
Difficulty
2/5

std/strings: TrimPrefix, TrimSuffix, LastIndex and ToUpper

AI summary

This issue proposes adding several common string manipulation functions to the `std/strings` library: `TrimPrefix`, `TrimSuffix`, `LastIndex`, and `ToUpper`. These functions are described as efficient, with `TrimPrefix` and `TrimSuffix` returning slices without allocation, and `ToUpper` operating on a single byte. The issue also outlines the necessary steps for implementation, including writing tests and updating documentation.

good first issue
10Software Development · Framework Development
Difficulty
2/5
jub0t/Concat

Android Version doesnt open

AI summary

The user is reporting that the Android application installs successfully but fails to open on their Samsung S21+ running Android 15. They also note the absence of an icon picture, which might be related to the opening issue or a separate visual bug.

bughelp wantedgood first issue
792Software Development · Application Development
Difficulty
3/5

Add test for new DELETE endpoint

AI summary

A new DELETE endpoint has been implemented but lacks automated testing. This issue requests a developer to write a test case to ensure the functionality of this new endpoint.

good first issue
127Software Development · Backend Development
Difficulty
2/5

UI: Improve mobile responsiveness on smaller screens

AI summary

This issue aims to improve the mobile user interface by stacking the SQL query editor and data tables vertically on screens smaller than 768px. Additionally, the data table component needs to be updated to support horizontal scrolling to prevent layout issues with wide data.

good first issue
24Software Development · Database Management Systems
Difficulty
2/5

Ableton dies on being moved to another monitor in Niri

AI summary

Ableton Live crashes or becomes unresponsive when moved to a different monitor within the Niri window manager. The application continues to run in the background, requiring manual process termination to reopen. Additionally, fullscreening Ableton does not hide the bottom taskbar as expected with other applications.

bughelp wanted
172Software Development · Application Development
Difficulty
3/5

No sound via PipeASIO (Live 11)

AI summary

The user is experiencing a complete lack of audio output and input when using PipeASIO with Live 11, despite getting some (poor) audio through MME/DirectX. They have attempted various configuration changes within PipeASIO and Jack routing without success.

audiohelp wanted
172Software Development · Application Development
Difficulty
3/5

项目UI改用 Windows 11 的 Fluent UI 2

AI summary

The user proposes a UI overhaul for the project to adopt Windows 11's Fluent UI design principles, specifically using the Wpf.Ui library. This would involve updating all settings windows, pop-ups, and configuration panels to match the modern Fluent Design style, including support for system theme switching, Mica/Acrylic effects, and unified modern controls and icons, without altering core logic. The user also offers to implement this change themselves via a Pull Request if the project maintainers are open to it.

good first issue
137Software Development · Application Development
Difficulty
3/5
jub0t/Concat

Translations for repository READMEs

AI summary

This issue proposes creating translated versions of the repository's README.md file. It's a straightforward task aimed at improving accessibility for a wider audience by providing documentation in multiple languages.

documentationhelp wantedgood first issue
792Software Development · Application Development
Difficulty
1/5
jub0t/Concat

Building an Audio Asset library for Concat.

AI summary

This issue proposes the creation of a built-in, free-to-use audio asset library for the Concat application, which will also allow users to import and persistently store their own audio files. The goal is to provide readily available sound effects and music, enhancing the application's usability for audio projects.

enhancementhelp wantedgood first issue
792Software Development · Application Development
Difficulty
3/5

NixOS PipeWire not able to be found via installer

AI summary

A NixOS unstable user is encountering an issue where the `ableton-linux` installer fails because it cannot find PipeWire, despite the PipeWire service running. The user suspects the installer is unable to locate the necessary PipeWire libraries and is seeking a solution for a channels-only configuration.

buginstallerhelp wanted
172Software Development · Application Development
Difficulty
3/5

shadPS4 No DLSS 5 effect

AI summary

The user is reporting that the DLSS 5 effect is not working when using the shadPS4 v0.14.1 ReShade preset in DMC and UFC 4. However, the DLSS 5 effect functions correctly when installed manually with custom script files from a provided zip archive.

good first issue
1.1KSoftware Development · Game Development
Difficulty
3/5
jub0t/Concat

need more transitions and effects

AI summary

The user finds the current UI appealing but requests an expansion of available transition and effect options for editing. This enhancement aims to provide more creative control and customization within the application.

enhancementgood first issue
792Software Development · Application Development
Difficulty
2/5

Ableton installation on nix through prefix

AI summary

The user is attempting to install Ableton Live on a new NixOS machine using a Wine prefix and is encountering an error during the installation process. The error message indicates a failure to execute a Wine menu builder command and that the installer file could not be opened.

buginstallerhelp wanted
172Software Development · Application Development
Difficulty
3/5

设置界面可读性、中心文字配色及 Clean Sectors 颜色修改问题

AI summary

This issue reports three points for the StarPie application: a request to improve the readability of the settings interface by allowing font size and layout customization, a suggestion to make the central action name text color adaptive to light/dark themes to prevent readability issues, and a bug where the "Clean Sectors" color modification is not taking effect.

good first issue
137Software Development · Application Development
Difficulty
2/5

Also browsing: AI/ML , Uncategorized , Developer Tools