Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / ratatui/ratatui issues and pull requests
#1474 - chore: move widgets into ratatui-widgets crate
Pull Request -
State: open - Opened by joshka 4 days ago
- 3 comments
#1473 - chore: add CI check for up-to-date README.md
Pull Request -
State: open - Opened by orhun 4 days ago
- 3 comments
#1472 - Scroll columns left and right using TableState
Issue -
State: open - Opened by zaphar 4 days ago
- 3 comments
Labels: Type: Enhancement
#1471 - feat(bar)!: update label and text_value to accept Into<>
Pull Request -
State: open - Opened by Emivvvvv 5 days ago
- 2 comments
Labels: Type: Breaking Change
#1470 - ci: Update Bencher CLI usage
Pull Request -
State: closed - Opened by epompeii 5 days ago
- 1 comment
#1469 - chore(deps): bump serde from 1.0.213 to 1.0.214
Pull Request -
State: closed - Opened by dependabot[bot] 6 days ago
- 3 comments
Labels: dependencies, rust
#1468 - Block joints
Issue -
State: open - Opened by thscharler 6 days ago
- 15 comments
Labels: Type: Enhancement
#1467 - refactor: Change highlight_symbol to use Line
Pull Request -
State: open - Opened by soumyasen1809 7 days ago
- 4 comments
#1466 - feat(chart): Allow Braille/Dot charts to overlap with Block
Pull Request -
State: open - Opened by Lunderberg 7 days ago
- 5 comments
#1465 - fix(canvas): Draw default-colored blocks with Marker::HalfBlock
Pull Request -
State: closed - Opened by Lunderberg 8 days ago
- 4 comments
#1464 - chore(backend): change From<T> impls to new backend specific IntoBackend and FromBackend traits
Pull Request -
State: closed - Opened by joshka 8 days ago
- 5 comments
#1463 - docs(changelog): fix typo
Pull Request -
State: closed - Opened by orhun 8 days ago
- 1 comment
#1462 - docs: fix example link in readme
Pull Request -
State: closed - Opened by thomas-tacquet 8 days ago
- 2 comments
#1461 - ci: replace cargo-make with a custom cargo-xtask
Pull Request -
State: closed - Opened by joshka 9 days ago
- 6 comments
#1460 - chore: move core types to ratatui-core
Pull Request -
State: closed - Opened by joshka 10 days ago
- 5 comments
#1459 - chore: move ratatui crate into workspace folder
Pull Request -
State: closed - Opened by joshka 10 days ago
- 3 comments
#1458 - chore: update repo links to ratatui instead of ratatui-org
Pull Request -
State: closed - Opened by joshka 11 days ago
- 2 comments
#1457 - fix(buffer): avoid overflow while getting the position of indexes
Pull Request -
State: closed - Opened by orhun 11 days ago
- 1 comment
#1455 - chore(deps): bump serde from 1.0.210 to 1.0.213
Pull Request -
State: closed - Opened by dependabot[bot] 13 days ago
- 1 comment
Labels: dependencies, rust
#1454 - chore(deps): bump tokio from 1.40.0 to 1.41.0
Pull Request -
State: open - Opened by dependabot[bot] 13 days ago
- 1 comment
Labels: dependencies, rust
#1453 - feat(barchart): reduce barchart creation verbosity
Pull Request -
State: open - Opened by Emivvvvv 15 days ago
- 4 comments
#1452 - fix(table): Allow display of additional table row, if row height > 1
Pull Request -
State: open - Opened by Lunderberg 15 days ago
- 7 comments
#1450 - Convert the buffer type into a trait with the current buffer as one of it's implementations
Issue -
State: closed - Opened by giocri 15 days ago
- 1 comment
Labels: Type: Enhancement
#1449 - Canvas rendering issue when area is huge
Issue -
State: open - Opened by JeromeSchmied 19 days ago
- 2 comments
Labels: Type: Bug
#1448 - docs(layout): rename cassowary-rs references to cassowary
Pull Request -
State: closed - Opened by miroim 19 days ago
- 1 comment
#1447 - fix(buffer): buffer::get_pos() now correctly handles index > u16::MAX
Pull Request -
State: closed - Opened by joshka 19 days ago
- 3 comments
#1446 - Checkbox and Radio button widgets
Issue -
State: open - Opened by fujiapple852 20 days ago
- 1 comment
Labels: Type: Enhancement, Status: Design Needed
#1444 - chore(release): prepare for 0.29.0
Pull Request -
State: closed - Opened by orhun 20 days ago
- 1 comment
#1443 - Stylize the highlight_symbol in List Widget
Issue -
State: open - Opened by aktaboot 20 days ago
- 3 comments
Labels: Type: Enhancement, Effort: Good First Issue
#1442 - feat(layout): Add Rect::resize_by and SizeDelta, add Rect::move_by and Offset::new
Pull Request -
State: open - Opened by kardwen 20 days ago
- 11 comments
#1441 - Rendering issue when increasing frame size beyond a certain point
Issue -
State: closed - Opened by YS-L 20 days ago
- 4 comments
Labels: Type: Bug
#1440 - Implement Rect::resize similar to Rect::offset
Issue -
State: open - Opened by kardwen 21 days ago
- 14 comments
Labels: Type: Enhancement
#1437 - fix: sparkline docs / doc tests
Pull Request -
State: closed - Opened by joshka 21 days ago
- 1 comment
#1436 - fix(color)!: hsl and hsluv are now clamped before conversion
Pull Request -
State: closed - Opened by joshka 21 days ago
- 4 comments
Labels: Type: Breaking Change
#1435 - chore: remove PR template
Pull Request -
State: closed - Opened by joshka 21 days ago
- 4 comments
#1434 - chore(cargo): check in Cargo.lock
Pull Request -
State: closed - Opened by joshka 21 days ago
- 3 comments
#1433 - hsl / hsluv tests seem flakey
Issue -
State: closed - Opened by joshka 21 days ago
- 2 comments
Labels: Type: Bug
#1432 - fix(text): truncate based on alignment
Pull Request -
State: closed - Opened by Lunderberg 22 days ago
- 3 comments
#1431 - docs(readme): reduce the length
Pull Request -
State: closed - Opened by joshka 22 days ago
- 2 comments
#1430 - chore: remove the last prelude refs / glob imports from example code
Pull Request -
State: closed - Opened by joshka 22 days ago
- 1 comment
#1429 - feat(example): add drawing feature to the canvas example
Pull Request -
State: closed - Opened by orhun 22 days ago
- 3 comments
#1428 - refactor(terminal): add ViewportType
Pull Request -
State: open - Opened by roberth 23 days ago
- 1 comment
#1427 - fix(terminal): use the latest, resized area when clearing
Pull Request -
State: closed - Opened by roberth 23 days ago
- 8 comments
#1426 - Inline viewport should support an `Terminal::insert_lines_before` method.
Issue -
State: open - Opened by nfachan 24 days ago
- 6 comments
Labels: Type: Enhancement
#1424 - chore!: make Positions iterator fields private
Pull Request -
State: closed - Opened by joshka 25 days ago
- 1 comment
Labels: Type: Breaking Change
#1423 - Drop the `-rs` suffix for `cassowary-rs` since the library is called "cassowary".
Issue -
State: closed - Opened by kdheepak 25 days ago
Labels: Effort: Good First Issue
#1422 - docs(breaking-changes): mention deprecated block::Title
Pull Request -
State: closed - Opened by orhun 25 days ago
- 2 comments
#1421 - fix(color): fix doc test for from_hsl
Pull Request -
State: closed - Opened by joshka 26 days ago
- 1 comment
#1420 - perf: implement size hints for `Rect` iterators
Pull Request -
State: closed - Opened by airblast-dev 26 days ago
- 5 comments
#1419 - docs: tweak readme
Pull Request -
State: closed - Opened by joshka 26 days ago
- 4 comments
#1418 - refactor(color)!: use palette types for Hsl/Hsluv conversions
Pull Request -
State: closed - Opened by orhun 26 days ago
- 1 comment
Labels: Type: Breaking Change
#1417 - Update README.md example to use new `ratatui::init()` function
Issue -
State: closed - Opened by kdheepak 26 days ago
- 1 comment
Labels: Type: Enhancement, Effort: Good First Issue
#1416 - docs: fix missing breaking changes link
Pull Request -
State: closed - Opened by joshka 27 days ago
- 1 comment
#1414 - Fix Color hsl / hsluv conversions
Issue -
State: closed - Opened by joshka 27 days ago
- 10 comments
#1413 - feat(tabs)!: allow tabs to be deselected
Pull Request -
State: closed - Opened by joshka 27 days ago
- 2 comments
Labels: Type: Breaking Change
#1412 - feat(tabs)!: unselect tab
Pull Request -
State: closed - Opened by sanpii 27 days ago
- 6 comments
Labels: Type: Breaking Change
#1411 - chore(deny): allow Zlib license in cargo-deny configuration
Pull Request -
State: closed - Opened by orhun 28 days ago
- 1 comment
#1410 - feat(text): improve concise debug view for Span,Line,Text,Style
Pull Request -
State: closed - Opened by joshka about 1 month ago
- 3 comments
#1409 - docs(table): correct column width behavior when widths are not provided
Pull Request -
State: closed - Opened by airblast-dev about 1 month ago
- 2 comments
#1408 - chore: add benchmark for `Table`
Pull Request -
State: closed - Opened by airblast-dev about 1 month ago
- 1 comment
#1407 - perf: remove various small allocations
Pull Request -
State: closed - Opened by airblast-dev about 1 month ago
- 2 comments
#1406 - refactor: Consistent result expected in layout tests
Pull Request -
State: closed - Opened by farmeroy about 1 month ago
- 4 comments
#1405 - Rendering Caching needs to be one level deeper
Issue -
State: open - Opened by joshka about 1 month ago
- 6 comments
Labels: Type: Bug, Priority: Low
#1403 - chore(deps)!: pin unicode-width to 0.2.0
Pull Request -
State: closed - Opened by orhun about 1 month ago
- 2 comments
Labels: Type: Breaking Change
#1402 - Support asserting `TestBackend` buffer with color
Issue -
State: open - Opened by orhun about 1 month ago
- 4 comments
Labels: Type: Enhancement, Effort: Good First Issue
#1400 - Introduce new way to compare visually output of layout tests
Issue -
State: open - Opened by kdheepak about 1 month ago
- 1 comment
Labels: Type: Enhancement
#1399 - `assert_eq!` should be consistently used in ratatui
Issue -
State: closed - Opened by kdheepak about 1 month ago
- 3 comments
Labels: Type: Enhancement, Effort: Good First Issue
#1398 - feat!: Add overlap to layout
Pull Request -
State: closed - Opened by kdheepak about 1 month ago
- 13 comments
Labels: Type: Breaking Change
#1397 - refactor(layout): rename element to segment in layout
Pull Request -
State: closed - Opened by kdheepak about 1 month ago
- 2 comments
#1396 - Korean characters are not rendered correctly
Issue -
State: open - Opened by sxyazi about 1 month ago
- 7 comments
Labels: Type: Bug
#1395 - test(example): add snapshot test for demo
Pull Request -
State: closed - Opened by orhun about 1 month ago
- 3 comments
#1394 - chore(deps): update rstest requirement from 0.22.0 to 0.23.0
Pull Request -
State: closed - Opened by dependabot[bot] about 1 month ago
- 1 comment
Labels: dependencies, rust
#1393 - chore(deps): update octocrab requirement from 0.40.0 to 0.41.0
Pull Request -
State: closed - Opened by dependabot[bot] about 1 month ago
- 1 comment
Labels: dependencies, rust
#1392 - chore(deps): bump bnjbvr/cargo-machete from 0.6.2 to 0.7.0
Pull Request -
State: closed - Opened by dependabot[bot] about 1 month ago
- 1 comment
Labels: dependencies, github_actions
#1391 - GraphType::Bar does not work when y-axis minimum bound is > 0
Issue -
State: open - Opened by Yomguithereal about 1 month ago
Labels: Type: Bug
#1390 - chore: remove usage of prelude
Pull Request -
State: closed - Opened by joshka about 1 month ago
- 7 comments
#1389 - refactor: modularize
Pull Request -
State: closed - Opened by joshka about 1 month ago
- 2 comments
#1388 - Modularize Ratatui crate
Issue -
State: open - Opened by joshka about 1 month ago
- 27 comments
Labels: Type: Enhancement, Type: RFC, Status: Accepted
#1387 - Most examples don't work or look bad in macOS's Terminal.app
Issue -
State: open - Opened by ccbrown about 2 months ago
- 2 comments
Labels: Type: Bug
#1386 - chore(deps): update octocrab requirement from 0.39.0 to 0.40.0
Pull Request -
State: closed - Opened by dependabot[bot] about 2 months ago
- 1 comment
Labels: dependencies, rust
#1385 - chore(deps): update unicode-width requirement from =0.1.13 to =0.2.0
Pull Request -
State: closed - Opened by dependabot[bot] about 2 months ago
- 4 comments
Labels: Status: Do Not Merge, dependencies, rust
#1384 - chore: lock unicode-width version to 0.1.13
Pull Request -
State: closed - Opened by joshka about 2 months ago
- 5 comments
#1383 - chore(style): make Debug output for Text/Line/Span/Style more concise
Pull Request -
State: closed - Opened by joshka about 2 months ago
- 7 comments
#1382 - Debug formatting for Style, Span, Line, Text
Issue -
State: closed - Opened by joshka about 2 months ago
- 4 comments
Labels: Type: Enhancement
#1380 - fix: prevent calender render panic when terminal height is small
Pull Request -
State: closed - Opened by adrodgers about 2 months ago
- 3 comments
#1379 - Calendar example panics on terminal height resize.
Issue -
State: closed - Opened by adrodgers about 2 months ago
- 1 comment
Labels: Type: Bug, Priority: Low
#1378 - fix(rect)!: Rect::area now returns u32 and Rect::new() no longer clamps area to u16::MAX
Pull Request -
State: closed - Opened by joshka about 2 months ago
- 8 comments
Labels: Type: Breaking Change
#1377 - Support for larger Buffer size
Issue -
State: closed - Opened by kxxt about 2 months ago
- 1 comment
Labels: Status: Duplicate, Type: Enhancement
#1376 - chore(deps): bump DavidAnson/markdownlint-cli2-action from 16 to 17
Pull Request -
State: closed - Opened by dependabot[bot] about 2 months ago
- 1 comment
Labels: dependencies, github_actions
#1375 - [Crash] Out of bound off by one access in Paragraph widget
Issue -
State: closed - Opened by kxxt about 2 months ago
- 3 comments
Labels: Type: Bug
#1374 - fix(block tests docs examples): mark title as deprecated
Pull Request -
State: closed - Opened by TadoTheMiner about 2 months ago
- 7 comments
#1373 - feat(line)!: impl From<Cow<str>> for Line
Pull Request -
State: closed - Opened by joshka about 2 months ago
- 5 comments
Labels: Type: Breaking Change
#1372 - chore(block): deprecate block::Title
Pull Request -
State: closed - Opened by joshka about 2 months ago
- 3 comments
#1371 - SetUnderlineColor behaves differently in the VSCode integrated cmd/powershell than in external cmd/powershell
Issue -
State: closed - Opened by wamtnh about 2 months ago
- 3 comments
Labels: Type: Bug
#1370 - Scrolling the list widget by page
Issue -
State: open - Opened by francisdb about 2 months ago
- 8 comments
Labels: Type: Enhancement, Status: Design Needed, Effort: Difficult
#1369 - Disambiguating shift keys
Issue -
State: closed - Opened by francisdb about 2 months ago
- 2 comments
Labels: Type: Enhancement
#1368 - docs(constraint): add note about percentages
Pull Request -
State: closed - Opened by joshka about 2 months ago
- 2 comments
#1367 - `Cow<str>` should implement `Into<Title>`
Issue -
State: closed - Opened by leslie255 about 2 months ago
- 4 comments
Labels: Type: Bug
#1366 - Tab characters break Paragraph in mutliple ways
Issue -
State: closed - Opened by mcclure about 2 months ago
- 3 comments
Labels: Type: Bug, Status: Duplicate
#1365 - insert_before dynamic height based on content
Issue -
State: open - Opened by staehle about 2 months ago
- 2 comments
Labels: Type: Enhancement