tcell feels somewhat limited, e.g. on screen resize. It would be nice to stick to on TUI API also. The only pain is that you can't just draw to a random x/y in bubbletea, you construct a string which is written to the screen. So, some sort of "canvas" construction needs to be worked out. I think the API convenience and consistent terminal edge case handling is worth it.
`tcell` feels somewhat limited, e.g. on screen resize. It would be nice to stick to on TUI API also. The only pain is that you can't just draw to a random x/y in `bubbletea`, you construct a string which is written to the screen. So, some sort of "canvas" construction needs to be worked out. I think the API convenience and consistent terminal edge case handling is worth it.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
tcellfeels somewhat limited, e.g. on screen resize. It would be nice to stick to on TUI API also. The only pain is that you can't just draw to a random x/y inbubbletea, you construct a string which is written to the screen. So, some sort of "canvas" construction needs to be worked out. I think the API convenience and consistent terminal edge case handling is worth it.