Probably Python
Highlights
- 1 discussion answered
Block or Report
Block or report darrenburns
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
pytest-clarity Public
A plugin to improve the output of pytest with colourful unified diffs
953 contributions in the last year
Activity overview
Contribution activity
May 2022
Created 25 commits in 2 repositories
Created a pull request in Textualize/rich that received 6 comments
Text wrapping edgecase
Type of changes Bug fix New feature Documentation / docstrings Tests Other Checklist I've run the latest black with default args on new code.
+229
−174
•
6
comments
Opened 20 other pull requests in 2 repositories
Textualize/textual
15
merged
1
open
2
closed
- Swap ControlShiftUp & ControlShiftDown escape codes
- Widget focus keybindings
- Refresh scrollbars on style changes.
- Scrolling nested containers
- Text input improvements
- Cursor blinking
- Text input completion suggestions
- Basic text input
- Add style param to Widget render method
- CSS focus-within pseudo selector
- Remove codecov from Textual
- Update connection instructions in devtools header
-
Fix broken
overflowCSS rule - Windows CI
- Add Python 3.10 to GitHub actions, upgrade mypy
- Skip CI-based MacOS devtools tests
- Support 3 and 4 character hex strings for colours
- Omit style property setter frames from tracebacks
Textualize/rich
2
merged
Reviewed 22 pull requests in 2 repositories
Textualize/textual
20 pull requests
- Widget focus keybindings
- [AppTest] hotfix for the "css" branch after commit d45b0448880
- Docs Refresh
- Text input improvements
- Scrolling nested containers
- Fix Option+Backspace hanging
- [terminal buffering] Add support for the "mode 2026" - aka SynchronizedOutput
- Auto dimensions
- Basic text input
- Compositor deltas
- [App] Remove the focus timer: we now focus from a widget to the next/prev one instantly
-
[tests][e2e] Add a test for
Widget#scroll_to_widget() - Add style param to Widget render method
- Scroll to top when widget is larger than container
- [css] Add a "Did you mean" suggestion when the value of a color is wrong but we can find a close one
- Added scroll_to_widget
- added auto height
- line between logs
- Tab focus
- Support 3 and 4 character hex strings for colours
Textualize/rich
2 pull requests
Created an issue in Textualize/textual that received 3 comments
Focus ordering wrong when docking to bottom
If you have 2 widgets docked to the bottom of the screen, cycle focus forward, the focus moves from bottom to top of the screen instead of top to b…
3
comments
Opened 6 other issues in 1 repository
Textualize/textual
4
open
2
closed
-
Unknown escape sequences shouldn't cause freeze (e.g.
^[d,^[f,^[b) -
Escape key doesn't translate to "escape" in
Eventobject passed intoon_key(key: Event) -
Add built-in action handler for switching focus (e.g.
self.bind("f1", "focus(widget_id)")) - Margin is not being applied as expected
- Key events out of order
- Pressing Option + Backspace causes complete freeze with no errors