Will McGugan

Results 137 issues of Will McGugan

Size(width=28, height=22)` (emoji doesn't render, also says `INFO`) I haven't checked other methods yet https://github.com/Textualize/textual/pull/782

Currently, mount() inserts new widgets at the end of the list. We should provide some way of inserting widgets at the beginning and arbitrary point. I'm thinking an `before` and...

When text-opacity is zero the text is still selectable, we should not render text so that it is effectively invisible. This would also improve a situation with iTerm, which sets...

The center layout will obscure content if it is larger than the container. It should probably be a bit smarter and resize the virtual size to fits its children, before...

Currently the App handles the focused widget. This should probably be the responsibility of the Screen object. The `focused` attribute and methods to set_focus should be moved from App to...

Examples Add a section under vertical to describe automatic scrollbars

The Key event has a 'key' attribute. Some of those keys are identifiers, like "f1" or "enter". This allows us to map keys to function. i.e. key_f1 Unfortunately there are...

When `css_path` is relative, it should be implicitly relative from where the app is located. Suspect we will need this for other paths, so it should be extracted in to...