rivo
rivo
I published this project for you in 2017 and I intend to maintain it for very long time in the future. But my time on it will always compete with...
**Update Sep 3, 2022: `TextArea` is now live! Please [jump to the announcement](https://github.com/rivo/tview/issues/594#issuecomment-1236092491) for details!** --- Based on your feedback given in the survey (#578, you can still participate if...
I would be very grateful if you took a moment to answer just _5 simple questions_ about your experience with the `tview` package: > [Link to questionnaire](https://docs.google.com/forms/d/e/1FAIpQLSfSUEW83_crnQQjbl-G5u2FaLmcJgDP4J3EFuwyyCXtRuVbLw/viewform) To set the...
I'm trying to get an existing model to run but I'm getting the following error message: ``` onnx: operator conv. Implementation error for attribute pads (1): Asymetric padding ``` From...
The [`rivo/uniseg`](https://github.com/rivo/uniseg) package has received a major update which also includes methods for grapheme cluster parsing that are much faster than the previously used `Graphemes` class. I've upgraded your package...
I stumbled over a character that, when output to the console directly, takes up two characters. But `StringWidth()` gives me `1`. This is because the first rune of this character...
I often have a situation where two types are allowed for a parameter or config. If one of them is a function, I would like to be able to specify...
### Please describe the problem: A cloned clip (synth or kit) could be unlinked as described in the Guidebook of which I've pasted a screenshot below. In 1.1 RC2, this...
### What version of Go are you using (`go version`)? $ go version go version go1.23.0 darwin/arm64 but the issue appears with go1.22 already, when [enhanced routing patterns](https://tip.golang.org/doc/go1.22#enhanced_routing_patterns) were introduced....