Michael Allen
Michael Allen
I'm looking in to a noticeable delay that express-ws seems to be introducing into the websocket handling. The result of this delay is that if a client sends a message...
It would be very useful to have the ability to describe what a command does, in this way the butlerfile could act as documentation of how to use the repo....
It's pretty common to put scripts used for handling complex tasks in the `bin` folder. It would be really useful if these scripts were available for running through butler. Not...
_Firstly an apology_: I have recently switched jobs (leaving my job at Kainos to go contracting on my own). That has led to a lot of paperwork and admin that's...
Currently `origin/master` is hardcoded. To support git-flow we should really be able to configure this. A file in .git that contains the ref to target (defaulted to `origin/master` if not...
In #24 it was suggested we change the icon for untracked changes. This pull request changes that icon to `?`.
The radar's local and remote commits can be slow, on heavy repos it can be very slow. We could use [git hooks](https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks) to only calculate the local and remote commits...
This pull request is an experiment. If you use ZSH please pull it and try it out as I'm looking for feedback. In this pull request I have taken the...
**Requirements** - [x] I have added test coverage for new or changed functionality - [x] I have followed the repository's [pull request submission guidelines](../blob/master/CONTRIBUTING.md#submitting-pull-requests) - [ ] I have validated...