Raman Gupta
Raman Gupta
https://github.com/tummychow/git-absorb could be a useful tool if it works well. Experiment with it, describe it, and link it.
The https://github.com/mhagger/git-when-merged tool is useful for gitworkflow. Describe it here, and link to it.
In some cases, a branch may be merged into an integration branch as part of another topic. Generally, one should explicitly merge in dependent branches first, but in some cases...
Git 2.18 has an option for interactive rebase called `--rebase-merges`, which will eventually replace the clunky `--preserve-merges`. This capability can be used to rebase a topic with merges interactively, and...
Git 2.19 has a cool feature called `range-diff` which can be used to diff two commit ranges e.g. two versions of a branch. This is really useful for git-workflow. See...
Add some simple scripts that can do things like described here: https://github.com/rocketraman/gitworkflow/issues/5
The Stomp Implementations page is here: https://stomp.github.io/implementations.html The only other Javascript implementation (https://github.com/jmesnil/stomp-websocket) is not maintained by its author, and AFAIK there is no "blessed" fork. I might suggest adding...
Use the [Events API](https://api.slack.com/events-api) to auto-add the bot to all public channels.
Interesting project! Do you plan on updating it for the latest Spray/Akka versions?
I'm not sure why this doesn't write json to kafka? We basically take our nice structured log output, and destructure it.