Erwin Jansen

Results 4 issues of Erwin Jansen

Large repos can turn the command prompt unresponsive for long stretches of time. This is due to the fact that the call to ` git status --porcelain -b` can take...

P2 - Important
performance-issue

The calculate of git_summary_status can be extremely expensive for large repos. This results in the shell becoming unresponsive. We now set a timeout of 0.2 seconds to make sure we...

community-feature
bug-fix
P2 - Important

This adds support for retrieving logs from an event emitter that produces text in the 'data' event. This enables displaying logs from other sources besides urls, or websockets. For example:...