Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / jwodder/txtble issues and pull requests

#30 - [gh-actions](deps): Bump codecov/codecov-action from 3 to 4

Pull Request - State: closed - Opened by dependabot[bot] 8 months ago - 1 comment
Labels: d:github-actions, dependencies

#29 - [gh-actions](deps): Bump actions/setup-python from 4 to 5

Pull Request - State: closed - Opened by dependabot[bot] 10 months ago - 1 comment
Labels: d:github-actions, dependencies

#28 - Replace the string arguments to `align` and `valign` with enums

Issue - State: open - Opened by jwodder 12 months ago
Labels: c:alignment, c:api, breaking change

#27 - [gh-actions](deps): Bump actions/checkout from 3 to 4

Pull Request - State: closed - Opened by dependabot[bot] about 1 year ago - 1 comment
Labels: d:github-actions, dependencies

#26 - Add options for setting the minimum/maximum/exact number of columns in a table

Issue - State: open - Opened by jwodder almost 3 years ago
Labels: enhancement, c:filler

#24 - Add `Txtble` subclasses with default values configured for various common table styles

Issue - State: open - Opened by jwodder almost 3 years ago
Labels: enhancement, c:borders-rules, c:api

#23 - Support using different column vrules in the header or header rule than in the data

Issue - State: open - Opened by jwodder almost 3 years ago
Labels: enhancement, c:borders-rules, c:headers

#22 - Add easier ways to configure the column separator

Issue - State: open - Opened by jwodder almost 3 years ago
Labels: enhancement, c:borders-rules

#21 - Add an option for shrinking columns as much as possible without rewrapping

Issue - State: open - Opened by jwodder almost 3 years ago
Labels: enhancement, c:colwidths

#20 - Support table footers

Issue - State: open - Opened by jwodder almost 3 years ago
Labels: enhancement, c:headers

#19 - Allow multiple rows in the header

Issue - State: open - Opened by jwodder almost 3 years ago
Labels: enhancement, c:headers

#18 - Support manipulating cells, rows, & columns that have already been added to a `Txtble`

Issue - State: open - Opened by jwodder almost 3 years ago
Labels: enhancement, c:api

#17 - Add a convenience function for constructing directly from a CSV file

Issue - State: open - Opened by jwodder almost 3 years ago
Labels: enhancement, c:api

#16 - Allow `header_fill` and `row_fill` to be callables that are called whenever a value from them is required

Issue - State: open - Opened by jwodder almost 3 years ago
Labels: enhancement, c:filler

#15 - Add options for handling of lines that are still too long after wrapping

Issue - State: open - Opened by jwodder almost 3 years ago
Labels: enhancement, c:line-wrapping

#14 - Add options for customizing numeric formatting

Issue - State: open - Opened by jwodder almost 3 years ago
Labels: enhancement, c:numbers

#13 - Add options for truncating (rather than wrapping) too-long lines in cells

Issue - State: open - Opened by jwodder almost 3 years ago
Labels: enhancement, c:line-wrapping

#12 - Add options for setting minimum & maximum column widths

Issue - State: open - Opened by jwodder almost 3 years ago
Labels: enhancement, c:colwidths

#11 - Support setting horizontal/vertical alignments on a per-row basis

Issue - State: open - Opened by jwodder almost 3 years ago
Labels: enhancement, c:alignment

#10 - Support treating `align`, `valign`, and `widths` as mutable sequences even when initialized from strings

Issue - State: open - Opened by jwodder almost 3 years ago
Labels: enhancement, c:alignment, c:colwidths, c:api

#9 - Support configuring "joint" border styles

Issue - State: open - Opened by jwodder almost 3 years ago
Labels: enhancement, c:borders-rules

#8 - Allow header cells to have different alignments than data cells

Issue - State: open - Opened by jwodder almost 3 years ago
Labels: enhancement, c:alignment, c:headers

#7 - Support setting the final width of a table to a specific value

Issue - State: open - Opened by jwodder almost 3 years ago
Labels: enhancement, c:colwidths

#6 - Support cells spanning multiple rows/columns

Issue - State: open - Opened by jwodder almost 3 years ago
Labels: enhancement, c:colspan-rowspan

#5 - Add a `Cell` class

Issue - State: open - Opened by jwodder almost 3 years ago
Labels: enhancement, c:alignment, c:padding, c:api

#4 - Add a `VRule` class

Issue - State: open - Opened by jwodder almost 3 years ago
Labels: enhancement, c:borders-rules, c:api

#3 - Add an `HRule` class

Issue - State: open - Opened by jwodder almost 3 years ago
Labels: enhancement, c:borders-rules, c:api

#2 - Improve handling of Unicode when line-wrapping text

Issue - State: open - Opened by jwodder almost 3 years ago
Labels: enhancement, c:line-wrapping

#1 - Handle strings of "indeterminate" width (including ANSI escape sequences)

Issue - State: closed - Opened by jwodder over 6 years ago - 2 comments
Labels: enhancement