Will McGugan

Results 137 issues of Will McGugan

At the moment we have an "opacity" style which blends the foreground in to the background. This should be renamed "text-opacity". We should implement an alternative "opacity" which blends both...

We need a `text-justify` rule which sets the `justify` parameter on Text. It should be one of "left", "center", "right" or "full"

It looks like widgets with "visibility: hidden" can still be clicked. They should also be invisible to the mouse cursor as well.

Currently Widgets and App have a CSS classvar which sets the defaults. This seems reasonable for Widgets, but feels awkward for the App because the specificity isn't clear. I think...

If the application code is in a spin-loop and not awaiting, then devtools will not receive any logs. This makes complete sense due to the nature of cooperative multitasking. I...

Consider posting in https://github.com/willmcgugan/rich/discussions for feedback before raising a feature request. Have you checked the issues for a similar suggestions? **How would you improve Rich?** Give as much detail as...

Needs triage

Type: Bug The dim ansi escape sequence SGR 2 changes both the foreground and background color in the vscode terminal. AFAICT other terminals only alter the text color. Reproduce with...

bug
upstream
upstream-issue-linked
terminal-rendering

Type: Bug There are a few rendering issues related to the one eight block unicode characters in the vscode terminal, as used for scrollbars and lines. The following is a...

terminal-rendering

Windows tends to be the most problematic platform, but the least tested. We should test test all the examples / documentation examples on Windows, looking for bugs and inconsistencies. We...