Abhishek Kumar Gupta

Results 120 comments of Abhishek Kumar Gupta

commenting to stop it from being closed, will make a comeback after few days.

@Tpuljak hey, can you confirm if you find below TUI pagination related changes in the right direction: (Changes are only for repos currently, to be done same for branch, PRs...

``` func (m *model[T]) updateListForCurrentPage() { startIndex := (m.page - 1) * m.perPage endIndex := startIndex + m.perPage if endIndex > m.totalItems { endIndex = m.totalItems } items := []list.Item{}...

Seems [here](https://github.com/charmbracelet/bubbletea/issues/297), the bubbletea guys decided to render last N no. of lines if the total no. of lines you render is greater than the terminal height.. Found another issue...

I guess keeping the parent identifier either in the headers itself OR alongside the no. of items is the best place : ``` Choose a namespace (GitHub) Choose a Pull/Merge...

> TUI breaks on random points, especially when searching the repo by hitting "/". Check the gif recording. Hello @nkkko , I have seen some more issues with the filter...

@idagelic have opened a [PR](https://github.com/daytonaio/daytona/pull/725) for TUI ui related fixes.

I remember reading few issues on github stating problems with bubbletea tui breaking specifically on alacrity terminal with no apparent fix mentioned. I am guessing it's the problem with the...