Ecosyste.ms: Issues

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

GitHub / urwid/urwid issues and pull requests

#845 - [BUG] Too many items in ListBox with ScrollBar tanks performance

Issue - State: closed - Opened by max-moser 9 months ago - 1 comment
Labels: bug, Widget

#844 - Extend `__repr__` and `rich` repr for the sized containers

Pull Request - State: closed - Opened by penguinolog 9 months ago - 1 comment
Labels: Widget

#843 - Special case: in case of `Columns`/`Pile` empty - use fallback sizing

Pull Request - State: closed - Opened by penguinolog 9 months ago - 1 comment
Labels: Feature, Widget

#842 - Use dataclass for symbols constants

Pull Request - State: closed - Opened by penguinolog 9 months ago - 1 comment
Labels: refactoring, Widget

#841 - Update pre-commit

Pull Request - State: closed - Opened by penguinolog 9 months ago
Labels: CI/CD

#840 - Allow wcwidth to select unicode version

Pull Request - State: closed - Opened by penguinolog 9 months ago
Labels: Unicode

#839 - Bump pylint from 3.0.3 to 3.1.0

Pull Request - State: closed - Opened by dependabot[bot] 9 months ago
Labels: dependencies, python

#838 - [BUG] 2.4.2 introduced regression (or maybe the original code was wrong all along)

Issue - State: closed - Opened by prometheanfire 9 months ago - 10 comments
Labels: bug, Widget

#837 - Fix MyPy warnings

Pull Request - State: closed - Opened by penguinolog 9 months ago - 1 comment
Labels: Tests, Widget, Canvas, Display, Event loop

#836 - Fix MyPy error: MyPy not allow covariant arguments

Pull Request - State: closed - Opened by penguinolog 9 months ago - 1 comment
Labels: refactoring, Widget, Canvas

#835 - Typing: Make `Frame` `Generic` for proper annotations in downstream

Pull Request - State: closed - Opened by penguinolog 9 months ago - 1 comment
Labels: refactoring, Widget

#834 - Refactoring: move `listbox` & `treetools` modules to the `widgets`

Pull Request - State: closed - Opened by penguinolog 9 months ago - 1 comment
Labels: refactoring, Widget

#833 - Refactoring: move `monitored_list` module to the `widgets` package

Pull Request - State: closed - Opened by penguinolog 9 months ago - 1 comment
Labels: refactoring, Tests, Widget

#832 - TreeWidget: do not use deprecated API in `update_expanded_icon`

Pull Request - State: closed - Opened by penguinolog 9 months ago - 1 comment
Labels: bug, docs, Tests, Widget

#831 - Tests: Extend Tree tests: basic keys + nested behavior

Pull Request - State: closed - Opened by penguinolog 9 months ago - 1 comment
Labels: Tests

#830 - Format `ListBox` and extend `ZeroHeightContentsTest`

Pull Request - State: closed - Opened by penguinolog 9 months ago - 2 comments
Labels: Tests, Display

#829 - Fix regression from 2.6.1: `ListBox` used for tree implementation.

Pull Request - State: closed - Opened by penguinolog 9 months ago - 1 comment
Labels: Tests, regression, Widget

#828 - [BUG?] unsupported operand type(s) for +: 'ParentNode' and 'int'

Issue - State: closed - Opened by oliver-sanders 9 months ago - 1 comment
Labels: bug, in progress, regression, Widget

#827 - Fix regression from 2.6.2: weight can be `float`

Pull Request - State: closed - Opened by penguinolog 9 months ago - 1 comment
Labels: Tests, regression, Widget

#825 - Feature: extend validation for `Columns` and `Pile`

Pull Request - State: closed - Opened by penguinolog 9 months ago - 1 comment
Labels: Feature, Tests, Widget

#824 - Fix: listbox render crash if empty elements in tail

Pull Request - State: closed - Opened by penguinolog 9 months ago - 1 comment
Labels: bug, Tests, Widget

#823 - Maintenance: drop unused highlight.css.

Pull Request - State: closed - Opened by penguinolog 9 months ago - 1 comment
Labels: Maintenance

#822 - Feature: `EventLoop.run_in_executor` should accept **kwargs

Pull Request - State: closed - Opened by penguinolog 9 months ago - 1 comment
Labels: Feature, Event loop

#821 - Maintenance: Labeler: set scope labels

Pull Request - State: closed - Opened by penguinolog 9 months ago
Labels: Maintenance

#820 - Feature: support widget instance as Frame focus part in constructor

Pull Request - State: closed - Opened by penguinolog 9 months ago - 1 comment
Labels: Feature, Tests, Widget

#819 - Fix: Text pack for `layout` without `pack`

Pull Request - State: closed - Opened by penguinolog 9 months ago - 1 comment
Labels: bug, docs, Tests, Widget

#818 - Fix nonstandard display typing issues

Pull Request - State: closed - Opened by penguinolog 9 months ago - 1 comment
Labels: bug, docs, Unicode, Display

#817 - Development: Add devcontainer for vscode users

Pull Request - State: closed - Opened by penguinolog 9 months ago
Labels: Maintenance

#816 - Bump ruff from 0.2.1 to 0.2.2

Pull Request - State: closed - Opened by dependabot[bot] 9 months ago
Labels: dependencies, python

#815 - Bump black from 24.1.1 to 24.2.0

Pull Request - State: closed - Opened by dependabot[bot] 9 months ago
Labels: dependencies, python

#814 - Typing: extend annotations on RawDisplay

Pull Request - State: closed - Opened by penguinolog 9 months ago - 1 comment
Labels: Display

#813 - Fix a scenario with ellipsis wrap not fit in screen columns

Pull Request - State: closed - Opened by penguinolog 9 months ago - 1 comment
Labels: Unicode, Tests, regression

#812 - [BUG] `Text.render()` raises `CanvasError` for some non-UTF-8 encodings when `1 <= maxcols < 3`

Issue - State: closed - Opened by AnonymouX47 9 months ago
Labels: bug, Unicode, regression

#811 - Include bdist artifacts from script build

Pull Request - State: closed - Opened by penguinolog 9 months ago - 1 comment
Labels: CI/CD

#810 - Fix ListBox `MAX_LEFT`/`MAX_RIGHT` report for `keypress` as unhandled

Pull Request - State: closed - Opened by penguinolog 9 months ago - 1 comment
Labels: bug

#809 - Fix ellipsis encoding in the text layout

Pull Request - State: closed - Opened by penguinolog 9 months ago - 2 comments
Labels: bug, Unicode, Tests

#808 - remove .DS_Store

Pull Request - State: closed - Opened by penguinolog 9 months ago

#807 - Cleanup code

Pull Request - State: closed - Opened by penguinolog 9 months ago - 1 comment
Labels: refactoring

#806 - Remove .DS_Store

Issue - State: closed - Opened by mfncooper 9 months ago
Labels: bug

#805 - Enable `refurb` check in tox

Pull Request - State: closed - Opened by penguinolog 9 months ago - 1 comment
Labels: refactoring, docs, CI/CD

#804 - Fix regression in the `LineBox._w`: should be a property

Pull Request - State: closed - Opened by penguinolog 9 months ago - 1 comment
Labels: regression

#803 - Drop c helper and use native python.

Pull Request - State: closed - Opened by penguinolog 9 months ago - 5 comments
Labels: Unicode, Tests, CI/CD, Major

#802 - [BUG] Urwid 2.5.3 causes the Urwidgets TextEmbed widget to crash

Issue - State: closed - Opened by danschwarz 9 months ago - 5 comments
Labels: bug

#801 - Dropping str_util.c

Issue - State: closed - Opened by mfncooper 9 months ago - 2 comments
Labels: Feature

#800 - Fix documentation

Pull Request - State: closed - Opened by penguinolog 9 months ago - 1 comment
Labels: docs, CI/CD

#799 - Enable PyLint job on CI

Pull Request - State: closed - Opened by penguinolog 9 months ago - 1 comment
Labels: docs, CI/CD

#798 - Fix render regression: khal Padding widh > size

Pull Request - State: closed - Opened by penguinolog 9 months ago - 1 comment
Labels: Tests, regression

#797 - Add pylint static checking for local use

Pull Request - State: closed - Opened by penguinolog 9 months ago - 1 comment
Labels: docs, CI/CD

#796 - Bump ruff from 0.2.0 to 0.2.1

Pull Request - State: closed - Opened by dependabot[bot] 9 months ago
Labels: dependencies, python

#795 - Fix issues found by strict static testing

Pull Request - State: closed - Opened by penguinolog 9 months ago - 1 comment
Labels: docs

#794 - Fix incorrect `TextCanvas` typing

Pull Request - State: closed - Opened by penguinolog 9 months ago - 1 comment
Labels: refactoring

#793 - Typing: annotate text_layout and extend `Text`/`Edit`

Pull Request - State: closed - Opened by penguinolog 9 months ago - 1 comment
Labels: refactoring

#792 - Fix Windows last lint: use ICH * INSERT COLS

Pull Request - State: closed - Opened by penguinolog 9 months ago - 1 comment
Labels: bug

#791 - RAW display: extract refactoring part from patches

Pull Request - State: closed - Opened by penguinolog 9 months ago - 1 comment
Labels: refactoring

#790 - `Edit` widget: better type annotations + remove useless size expand

Pull Request - State: closed - Opened by penguinolog 10 months ago - 1 comment
Labels: refactoring

#789 - Upgrade `ruff` to 0.2.0

Pull Request - State: closed - Opened by penguinolog 10 months ago - 1 comment
Labels: dependencies

#788 - Bump ruff from 0.1.14 to 0.2.0

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

#787 - RAW UTF-8 terminal: SI/SO/IBMPC_ON/IBMPC_OFF skip

Pull Request - State: closed - Opened by penguinolog 10 months ago - 4 comments
Labels: docs, Unicode

#786 - Last-row insertion does not work on Windows

Issue - State: closed - Opened by mfncooper 10 months ago - 4 comments
Labels: bug

#785 - Windows and WSL: SI/SO/IBMPC_ON/IBMPC_OFF skip

Pull Request - State: closed - Opened by penguinolog 10 months ago - 1 comment
Labels: bug, Unicode, Windows

#784 - Typing: correct annotations for `Canvas.content`

Pull Request - State: closed - Opened by penguinolog 10 months ago - 1 comment
Labels: refactoring

#783 - Optimization: RAW display block read

Pull Request - State: closed - Opened by penguinolog 10 months ago - 1 comment
Labels: refactoring

#782 - Unicode: use "target encoding" while transcoding for output

Pull Request - State: closed - Opened by penguinolog 10 months ago - 1 comment
Labels: Unicode

#781 - Fix bdist build on Windows

Pull Request - State: closed - Opened by penguinolog 10 months ago - 1 comment
Labels: CI/CD

#780 - Fix double `Widget` inheritance in the `LineBox`

Pull Request - State: closed - Opened by penguinolog 10 months ago - 1 comment
Labels: refactoring

#779 - Columns special case: FIXED pack with not enough info

Pull Request - State: closed - Opened by penguinolog 10 months ago - 1 comment
Labels: Feature, Tests

#778 - Extend Command enum and update `Columns` & `Pile`

Pull Request - State: closed - Opened by penguinolog 10 months ago - 1 comment
Labels: refactoring

#777 - Typing: Make `WidgetWrap` and `WidgetDecoration` `Generic`

Pull Request - State: closed - Opened by penguinolog 10 months ago - 1 comment

#776 - Documentation: add Gitter badge to the README.rst

Pull Request - State: closed - Opened by penguinolog 10 months ago - 1 comment
Labels: docs

#775 - [ANNOUNCE] The `Urwid` currently packaged and available via `MSYS2` distro

Issue - State: open - Opened by podsvirov 10 months ago - 1 comment
Labels: question

#774 - Weird rendering bug on Windows only

Issue - State: closed - Opened by mfncooper 10 months ago - 11 comments
Labels: bug, Unicode, Windows

#773 - Update black formatter

Pull Request - State: closed - Opened by penguinolog 10 months ago - 1 comment
Labels: dependencies

#772 - Bump black from 23.12.1 to 24.1.1

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

#771 - Bump pypa/cibuildwheel from 2.16.2 to 2.16.4

Pull Request - State: closed - Opened by dependabot[bot] 10 months ago - 1 comment
Labels: dependencies, CI/CD, github_actions

#770 - Better clarify Scrollable limitation for input.

Pull Request - State: closed - Opened by penguinolog 10 months ago
Labels: docs

#769 - Update examples: reduce amount of deprecated parameters

Pull Request - State: closed - Opened by penguinolog 10 months ago - 1 comment
Labels: docs

#768 - Support `ScrollBar` by `ListBox`

Pull Request - State: closed - Opened by penguinolog 10 months ago - 1 comment
Labels: Feature, docs, Tests

#767 - Extend Scrollable widget support

Pull Request - State: closed - Opened by penguinolog 10 months ago - 1 comment
Labels: Feature, docs, Tests

#766 - Feature: implement common symbols constants

Pull Request - State: closed - Opened by penguinolog 10 months ago - 1 comment
Labels: refactoring, docs

#765 - Scrollable: Extent `Blocks` collection

Pull Request - State: closed - Opened by penguinolog 10 months ago - 1 comment
Labels: Tests

#764 - Add `Scrollable` and `ScrollBar` widgets

Pull Request - State: closed - Opened by penguinolog 10 months ago - 1 comment
Labels: Feature, docs, Tests

#763 - Special case: Columns PACK item not fit as FIXED and support FLOW

Pull Request - State: closed - Opened by penguinolog 10 months ago - 1 comment
Labels: Tests, regression

#762 - Feature: Partial FIXED support for `Edit` widget

Pull Request - State: open - Opened by penguinolog 10 months ago - 1 comment

#761 - Fix: columns rendered with a non-first Selectable widget

Pull Request - State: closed - Opened by penguinolog 10 months ago - 2 comments
Labels: bug, Tests

#760 - Extend typing annotations

Pull Request - State: closed - Opened by penguinolog 10 months ago - 1 comment
Labels: refactoring

#759 - Deduplicate code in `frame` module

Pull Request - State: closed - Opened by penguinolog 10 months ago - 1 comment
Labels: refactoring, Tests

#758 - Run isolated static checks on static test requirements change

Pull Request - State: closed - Opened by penguinolog 10 months ago - 1 comment
Labels: CI/CD

#757 - Special case: allow not subclassed incomplete widgets in `Columns`/`Pile`

Pull Request - State: closed - Opened by penguinolog 10 months ago - 1 comment
Labels: bug, Tests

#756 - Bump ruff from 0.1.13 to 0.1.14

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

#755 - Documentation: get rid of deprecated code, typing

Pull Request - State: closed - Opened by penguinolog 10 months ago - 1 comment
Labels: docs

#754 - Fix regression: Columns render incorrect BOX/FLOW widgets height

Pull Request - State: closed - Opened by penguinolog 10 months ago - 1 comment
Labels: Tests, regression

#753 - Release 2.4.3 breaks rendering [BUG]

Issue - State: closed - Opened by markqvist 10 months ago - 3 comments
Labels: bug

#752 - Feature: allow explicit focus in GridFlow constructor

Pull Request - State: closed - Opened by penguinolog 10 months ago - 1 comment
Labels: Feature, Tests

#751 - Fix ListBox.contents: it should return final entity

Pull Request - State: closed - Opened by penguinolog 10 months ago - 1 comment
Labels: bug

#750 - Update source package manifest to include `_web.js` and `_web.css`

Pull Request - State: closed - Opened by Hook25 10 months ago - 1 comment
Labels: bug

#749 - Feature: Filler can act as FLOW widget

Pull Request - State: closed - Opened by penguinolog 10 months ago - 1 comment
Labels: Feature, docs, Tests

#748 - LineBox: make side only if side elements present, fix pack

Pull Request - State: closed - Opened by penguinolog 10 months ago - 1 comment
Labels: bug, Tests

#747 - Feature: Columns accept focus widget as "focus_column"

Pull Request - State: closed - Opened by penguinolog 10 months ago - 1 comment
Labels: Feature, Tests

#746 - BUG: Columns support correct BOX render only if ALL BOX

Pull Request - State: closed - Opened by penguinolog 10 months ago - 1 comment
Labels: bug, Tests