Dmitry Sabanin
Dmitry Sabanin
Both API docs and TypeScript typings say that [Reference.isHead](http://www.nodegit.org/api/reference/#isHead) returns boolean, while in fact it's just a wrapper around Branch.isHead that returns 0 for false, 1 for true. This change...
When PTY mode is enabled, it looks like there some mixup happening between STDOUT and STDERR buffers. Here's how it looks like: ``` erlang Cmd = "for i in `seq...
On every re-render, ```update()``` method was calling ```this.append(list)```, that kept adding the rows widgets to the **MainPanel** over and over again, without ever cleaning up. You could see the performance...
In redis config and ruby resque client timeout is set in seconds. Without getting inside the Jedis sources it was impossible to tell that it needs to be set in...