skip to content
open source

Explore contributions

Credential-building issues on real open-source projects — a merged pull request here is verifiable proof of work for your résumé. Browse the leads below and dive into any that fit.

Indexed leads, not live listings — we don't verify status here. Confirm the issue on GitHub before you start.

D3D12 backend: support Intel HD/UHD Windows (VK_DRIVER_ID_INTEL_PROPRIETARY_WINDOWS blocked)

JeanPhilippeKernel/RendererEngine

backendC++renderlinux
454issue #775

## Summary Intel HD/UHD Graphics on Windows uses a proprietary Vulkan driver (`VK_DRIVER_ID_INTEL_PROPRIETARY_WINDOWS`) with fundamentally broken synchronization: fences and timeline semaphores signal before GPU executio…

Test and document that default values for components are supported

wemake-services/django-modern-rest

Python
1,449issue #1494

Currently we don't ever test or document that a code like this: ```python from dmr import Body, Controller from dmr.plugins.pydantic import PydanticSerializer class MyController(Controller[PydanticSerializer]): def post(…

Sounds: Refresh and Update to Audacity 4

FabricMC/fabric-docs

OpenJDKapi-design
218issue #724

Audacity 4 is a ground-up rewrite of the beloved Audacity, with a fresh new interface, many new features, and streamlined workflows. https://www.audacityteam.org/audacity-4/ We should consider updating our custom sound p…

codeexecutor/jupyter: delete a started kernel when websocket dialing fails

trpc-group/trpc-agent-go

jupyterGoauthentication
1,781issue #2598

## Description `NewClient` creates a kernel before dialing its `/channels` websocket. If the websocket handshake fails after `startKernel` succeeds, `NewClient` returns the dial error without sending `DELETE /api/kernels…

Turn `Controller` trigger_ functions into a configurable stream adapter

kube-rs/kube

Rust
3,819issue #2073

### Would you like to work on this feature? no ### What problem are you trying to solve? Internal refactor request. I want to slowly reduce the complexity of `kube-runtime`, containing a lot of very complex code that is…

[Bounty][$0][Lessons] 把 intake #1643(NPC 外派 + 间接提及 → 说话人/地点错位)转成课程

Ikalus1988/MisakaNet

Python
491issue #1655

## 背景 `#1643` 是一条尚未转正的 intake(葡语):角色扮演里,当**活跃 NPC 被派去外部地点**、而用户**间接提到一个不在场的第三方**时, 系统会退化到"主角是谁"的判断,于是出现**同一场景的空间错位(bilocation)**与 `active_speaker` 丢失。 报料者已给出修法方向(外部 P.O.V. 的泛化、保留 `active_speaker`、严格的空间单一性规则)——正好可以成课。 语料里…

Auto-recover or surface orphaned (ghost) recordings

sageox/ox

Goagents
53issue #916

**Environment:** `ox` 0.14.3 · macOS ### Summary A recording left behind by a hard editor close sits in `status: ghost` forever. The sync daemon keeps running but never recovers it; only a manual `ox agent <id> session r…

support `type=pathlib.Path` without explicit `.complete = shtab.FILE`

tqdm/shtab

Pythontesting
465issue #189

Requirements: - When defining arguments with using `pathlib.Path`, such as `p.add_argument("-s", "--src", type=Path)` on an `ArgumentParser` instance, the autocomplete mechanism should understand the type and emit an aut…

`click` improvements

tqdm/shtab

Pythontesting
465issue #255

- [ ] auto-support dynamic completions, probably via `shtab.cmd("_CLICK_PROCESS_COMPLETE={shell}_complete ...")`: + [`ParamType.shell_complete`](https://click.palletsprojects.com/en/stable/shell-completion/#custom-type-c…

feat(agents): add "Copy Last Response" action in ⌘K action panel

Xoshbin/asyar

agentsRustJavaScript
770issue #744

### Problem Statement In `AgentChatView`, copying the AI's most recent answer currently requires either hovering over the message bubble to click the copy button or manually highlighting text with the mouse. In fast, key…

`PeriodicExportingMetricReader::Shutdown` should include effects of `ForceFlush`

open-telemetry/opentelemetry-cpp

C++
1,374issue #4542

Per [open-telemetry/opentelemetry-specification#2983](https://github.com/open-telemetry/opentelemetry-specification/issues/2983) and its fix, [open-telemetry/opentelemetry-specification#5305](https://github.com/open-tele…

[CI][History Server] Remove the gosec G110 lint exclusion by deleting the unused DecompressStream helper

ray-project/kuberay

Gosearch
2,678issue #5278

### Search before asking - [x] I had searched in the [issues](https://github.com/ray-project/kuberay/issues) and found no similar feature requirement. ### KubeRay Component historyserver ### Description #5247 silences `g…

🐞Не работает чёрный список

code-charity/youtube

JavaScript
4,575issue #4327

### Concise Description <img width="1920" height="1080" alt="Image" src="https://github.com/user-attachments/assets/fcbcbce4-87a1-4c73-b155-897ee78e826a" /> Видео с каналов, добавленных в чёрный список, продолжают появля…

[ci-maintainer] Self-hosted runner pods receiving shutdown signals mid-job — 2 v2 Tests runs killed during checkout on 2026-09-13 (01:31Z, 02:21Z)

hivecommons/hive

Goapi-designrecsysNode.js
51issue #6852

## CI Issue Two consecutive scheduled/push `v2 Tests` runs on `v4` failed because a runner pod received a shutdown signal during the `actions/checkout` step of the `test (dashboard shuffle)` shard — the job was cancelled…

add `--no-default-features` steps to CI

servo/rust-smallvec

Rusttesting
1,723issue #605

on `.github/workflows/rust.yml`, add two steps that only start on nightly that run testing and benchmarking with `--no-default-features` this has become needed due to the recent addition of `allocator-api2` as a default…

Durable mission memory — the promise the employee metaphor makes

mixpeek/amux

Rustagents
443issue #73

Harness item under #46. **Driven by #68** — filed here rather than in the product track because this is state, and amux owns state. **Objective:** Give an agent durable, mission-scoped memory that survives restart, compa…

[Feature]: Record live discovery evidence for Agent Skills host adapters

rlaope/oh-my-hermes

Pythonanthropic
1,572issue #1525

## Problem OMH now ships generated Agent Skills adapters for six hosts, but live host evidence is uneven. The current support documentation records observed discovery for Claude Code only and explicitly classifies the Co…

[CI][History Server] Remove the noctx lint exclusion for historyserver/test by using context-aware HTTP and exec calls

ray-project/kuberay

Gosearche2e-testing
2,678issue #5275

### Search before asking - [x] I had searched in the [issues](https://github.com/ray-project/kuberay/issues) and found no similar feature requirement. ### KubeRay Component historyserver ### Description #5247 turns the `…

Add SECURITY.md, a code of conduct, and CODEOWNERS

conorbronsdon/avoid-ai-writing

JavaScriptsecurityopenai
4,304issue #255

``` $ find . -iname "CODE_OF_CONDUCT*" -o -iname "SECURITY*" -o -iname "CODEOWNERS*" (no results) ``` `PRIVACY.md` and `TERMS.md` cover the OpenAI plugin's data handling, not vulnerability disclosure. `SUPPORT.md` points…

Add Grok Build as a first-class worker provider

mixpeek/amux

RustanthropicNext.jsoauth
443issue #112

EN: Add Grok Build (`grok`) as a native amux worker provider so sessions can be started, resumed, and forked from the dashboard like Claude, Codex, Gemini, and Ollama. DE: Grok Build (`grok`) soll als nativer amux-Worker…

Add the number of PHPStan errors to our list of third-party extensions

FreshRSS/Extensions

PHP
712issue #525

We could consider adding the number of PHPStan errors to our list of third-party extensions, to get a better idea automatically of their likely compatibility / maintenance / code quality _Originally posted by @Alkarex in…

[FEATURE] reduce memory consumption of github.com/spf13/cobra

wal-g/wal-g

Gopostgresqlaws
4,247issue #2559

### What feature would you like? I performed a test using the following config ``` { "PGHOST": "localhost", "PGPORT": 5432, "PGUSER": "postgres", "PGPASSWORD": "xxx", "WALG_COMPRESSION_METHOD": "none", "AWS_SECRET_ACCESS…

[CI][History Server] Remove the errcheck lint exclusion by handling go-restful response write errors

ray-project/kuberay

Gosearch
2,678issue #5276

### Search before asking - [x] I had searched in the [issues](https://github.com/ray-project/kuberay/issues) and found no similar feature requirement. ### KubeRay Component historyserver ### Description #5247 silences `e…

[Feature]: Recover blocked sources before declaring deep-research retrieval gaps

rlaope/oh-my-hermes

Pythonauthentication
1,572issue #1527

## Problem The deep-research workflow tells Hermes to name a retrieval gap as soon as web or repository access is unavailable. It does not distinguish recoverable access failures from true source unavailability or direct…