Marcus Olsson

Results 183 comments of Marcus Olsson

I agree that would probably be a great place to start :+1:

Unfortunately not. I've had limited time to work on tui lately and have been prioritizing bugs. It would be really helpful if you wanted to share your use case and...

@Syleron Pushed some work-in-progress of this in #103. If you have the time, let me know if this would work for you!

That was actually the initial implementation. Unlike the box though, the scroll area doesn't actually "contain" the widgets, it's a view that's used to display a part of a theoretically...

I have tried combinations of the different configurations you mentioned, but I'm not able to reproduce your screenshot. Are you seeing the same issues with the other examples? Is your...

Unfortunately, like you mentioned, this is a tcell issue. Not sure if it's possible/worth to do a workaround. I'll leave this issue open though to track the downstream one. Thanks...

I think this makes sense to implement. I might take a look at this during the holidays if I find the time.

I'm all for it!

Agreed. I just fired up pprof back then but it makes sense to benchmark operations like `Draw` and `SizeHint`.

It is a consequence of the layout algorithm used in tui-go (which is the same as in the Qt project). Widgets in a Box fight for the space, and unless...