matze / matze/strides

Required features for 1.0.0

Open
#1 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Rust
Stars
5
Forks
0
PR merge metrics
No merged PRs in 30d

Description

This is a non-exhaustive list of features I consider necessary to version this library as 1.0.0:

  • Properly handle terminal resizing.
  • Properly handle non-tty output.
  • Be as lightweight as possible and avoid re-draws. The main issue I see are futures that return Pending but are awoken rapidly.
  • Multi progress bars, e.g. concurrent downloads.
  • An intuitive, composable API.
  • Type-safe and dynamic layouting, e.g. using ratatui-core's Layout
  • Be generic over the async runtime

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names terminal resizing as the remaining unchecked requirement but provides no files, entry points, or tests. Start by locating the terminal rendering and resize-handling code, then review how the existing async progress behavior is tested. Done means terminal resizing works while the listed 1.0.0 requirements remain satisfied.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
cli
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.