Ilya Orazov
Ilya Orazov
I discovered a bug when calling Box.MouseHandler() instead of textArea.MouseHandler(). The issue occurs when you first click to focus on an InputField, and then try to focus on a different...
Thanks, your commit really solved my problem! To reproduce the second issue, you can use this example code: ``` package main import ( "github.com/gdamore/tcell/v2" "github.com/rivo/tview" ) func main() { app...
This PR replaces previous https://github.com/micropython/micropython/pull/15919
There was a strange error in previous checks in `unix port`'s `coverage` job when upload codecov failed with the message: ``` "Token required because branch is protected" ``` After re-run,...