4 Open Issues Need Help Last updated: Jun 19, 2025

Open Issues Need Help

View All on GitHub
API Development Framework

AI Summary: The task requires modifying the Inter-Process Communication (IPC) system's deferred request handling. Currently, dropped requests are undetectable without using proxies like timeouts. The improvement involves changing the deferred request implementation to return either an `Option` (indicating success or failure) or a `Result` (providing more detailed error information) to explicitly signal dropped requests.

Complexity: 4/5
enhancement good first issue BREAKING CHANGE

Common EC service framework and associated services

Rust
API Development Framework

AI Summary: The task requires designing the logic for a USB-C power delivery system that handles multiple unconstrained power sink ports. The goal is to determine how the source capabilities of an unconstrained port should be managed when other constrained and unconstrained ports are present, considering power prioritization and resource allocation.

Complexity: 4/5
enhancement good first issue

Common EC service framework and associated services

Rust
API Development Framework

AI Summary: The task is to create utility functions within the CFU (Compute Function Unit) service to standardize the creation of common rejection, error, and success responses. This will reduce code duplication and improve maintainability by centralizing the response generation logic currently scattered across similar functions like buffer and splitter.

Complexity: 2/5
good first issue

Common EC service framework and associated services

Rust
API Development Framework

AI Summary: The task requires adding functionality to the cfu-buffer component to handle queries for the completion status of updates, specifically those using special offer codes 0xFF and 0xFE. This involves modifying the existing cfu-buffer code to recognize these codes and return the appropriate completion status information.

Complexity: 3/5
enhancement good first issue

Common EC service framework and associated services

Rust