Mykola Gurov

Results 3 issues of Mykola Gurov

`git checkout -b newBranch && echo a > a && git commit -a -m "first change"` Gitifier -> check now - nothing shown `echo b >> a && git commit...

Bug

In case I already have a repository cloned on my workstation for active work with it, it could be beneficial to use it for fetches instead of cloning a new...

Simple demonstration: ``` go func ExampleStoppingPrintout() { progress := uiprogress.New() progress.RefreshInterval = time.Millisecond * 10 progress.Start() bar := progress.AddBar(1) bar.Incr() time.Sleep(time.Millisecond * 15) //workaround //progress.Bars = nil progress.Stop() time.Sleep(1 *...