Dimitris Baltas

Results 5 issues of Dimitris Baltas

The command option is useful, when returning to the office after the fire and want to clean up local and remote branches. run: `git-fire -d` It will delete all [local...

When I fund an issue, the value of this issue being resolved for me diminishes over time. I would like to know that my fund will be released back to...

Enhancement
Core

The current implementation of `Corrector::match` currently used in `HelpCommand::execute` is quite naive since it is only based on php's native `similar_text`. Consider making it smarter. The idea occurred after ```...

It comes first on search engine results for 'docker kafka'!

Create a logstashWriter that implements io.Writer. Then one could simply ```go log.SetOutput(logstashWriter) ``` and have logstash persist the errors, while simply using golang's native `log` commands `Print`, `Fatal`,... ```go log.Print("This...