rivo

Results 259 comments of rivo

Container primitives such as `Flex` or `Grid` don't clear the screen they occupy. So the background colour is ignored. One of the reasons is that they are used to position...

To be honest, I think it was a mistake to add vim-like navigation to `tview`. At first, I did it because there are many vim users out there (myself included)...

The formatting is off. You removed the empty line. Please fix the formatting if you want this to be merged.

Same problem here. I have the exact same CPU, 32GB RAM but a 4090. The error message is almost identical to yours. Latest ComfyUI version, Flux Dev workflow taken from...

So I got it to work. My setup is Windows, with Docker running on WSL. ComfyUI is running in a Docker image. This setup worked fine in the past, before...

After spending some more time hunting down the slow generation issue, I found out it was because I had the `---gpu-only` flag set. Removed it and images now take a...

> I have to reinstall the whole system first Might be a good idea anyway because when I upgraded my Nvidia drivers, it all stopped working again. After (again) some...

Could be a nice project for you, don't you think?

You'll want to use [`SetInputCapture()`](https://pkg.go.dev/github.com/rivo/tview#Box.SetInputCapture).

This is a property of the [`tcell`](https://github.com/gdamore/tcell) package. I suppose you could supply your own `Screen` object using [`SetScreen()`](https://pkg.go.dev/github.com/rivo/tview#Application.SetScreen) and extract the contents after your program exits.