Aran-Fey

Results 28 issues of Aran-Fey

Since some components (like `Table`) will have special scrolling behavior built in, it would make sense to add `scroll_x` and `scroll_y` parameters to *all* components for consistency.

enhancement

Some attributes of `TextStyle` default to `None`, which means "unchanged" (i.e. inherit the value from the theme or whatever), but *all* attributes should do this. This is a tricky change...

bug
enhancement

`scheme.py` contains this import: ```python from curses import termattrs ``` Even though it doesn't use `termattrs` for anything. The module can't be used on Windows because of this import, since...

## Description VSCode highlights errors with a squiggly red line, but these are quite difficult to see with the cobalt2 theme. I often struggle to find them even if I...

- When the component is in a `Row` and has an `align_x`, it will say that setting `width='grow'` can make it larger and that giving another child `width='grow'` can make...

bug

When running in debug mode, the space used by the dev tools sidebar is usually subtracted from the window size that's reported to python. However, when the websocket connection is...

bug