dantleech

Results 216 issues of dantleech

https://php-tui.github.io/php-tui/docs/reference/colors/

documentation

![image](https://github.com/php-tui/php-tui/assets/530801/dc1a98f5-e9ae-42fb-8020-dfa63e0f3859) happens when selecting a non-existing row, should select the min/max

bug

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. ![recording](https://github.com/php-tui/php-tui/assets/530801/b731ba0c-09d5-4eeb-9fab-240f216bc205) -

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...

![image](https://github.com/phpactor/phpactor/assets/530801/fc29248c-8fd1-4784-bfde-36d6d9b8eea1)

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

![image](https://github.com/phpactor/phpactor/assets/530801/01b59748-aa70-4f0b-ba11-2d09b5c2bf2a)