Keith Knott

Results 15 comments of Keith Knott

I'm also having this issue - bug in python or just incompatible with my python version? ![image](https://user-images.githubusercontent.com/16966683/79966500-5d861e00-8442-11ea-9513-15433e22693a.png)

Hello, Thanks for raising this issue, I'm in the process of refactoring the code a bit and will upload a binary release or perhaps set up support for homebrew when...

@Howie59 It seems it's still in progress I believe it was pulled out of the v2 until some bits could be worked out with the developers testbed? I too am...

@beaquant while not an ideal fix, i've committed the suggested change to the repo, and thanks for your help @Clem- .

I was able to fix this by adding a hack (sleep) after line 204: ` default: if !t.config.Reopen { return nil } time.Sleep(30 * time.Second) if err := t.rewatch(); err...

Agreed, this feature would be helpful

Would it be possible to include the use of a theme in your example? I see that termui.UseTheme is no longer available in v2 and above.

This would be incredibly helpful! I'm currently trying to make the linegraph scroll as new data is added to plot.Data[x] similar to the way termeter works with streaming data, I...

Are you planning to include the superior braille and line colors that gotop uses? Would love to see that get merged in.