dantleech
dantleech
https://php-tui.github.io/php-tui/docs/reference/colors/
 happens when selecting a non-existing row, should select the min/max
This is a simple POC for making a draggable Window just to see if it's possible and if it's worth creating a "window" widget.  -
Currentlty the "aggregate" shape painters and widget renderers iterate over all of the painters/renderers and each painter/renderer will return early if it's "not interested". Pros: - These things can act...
For _example_ - All classes of type `widget` should have a `default()` method - All classes of type `widget` should have a private constructor - All widgets should have mutators...
This PR aims to make it relatively easy to add a text editor / text viewer. This will work through the use of a `TextEditor` class which encapsulates the cursor...
#138 introduced the concept of color gradients, but only added support to: - Guage - Barchart - Sprite We can add (or consider adding) support to: -Text Shape - Circle...

parser bails out in this case and ignores the `@param`: ``` /** * @param DataSourceExecutor $dataSource */ public function __construct( private DataSourceExecutor $dataSource, ) { } ```
