Ted M. Young

Results 43 comments of Ted M. Young

Ah, yes, this is the same thing that I want: show the shortcut I actually used (since I slightly redefined my shortcuts). If you're open to a PR, I can...

I moved away from Key Promoter to this one. :) I use it during my screencasts and I like that it shows both Mac & Windows/Linux.

I filed a [separate issue](https://github.com/nicoulaj/idea-markdown/issues/94) to track the scrolling problem mentioned by @katowulf.

+1 on injecting HTML or some other mechanism to control the formatting (I was making similar modifications in my fork).

This is wide open, any suggestions on where to start, e.g., bug-prone areas?

Would love to have Discord support for my Twitch live-coding stream (Twitch chat would be great, too -- I wrote an IntelliJ plugin for the Twitch chat API).

Perhaps requiring an argument (that's not in the help docs)? e.g.: `mob reset --force-delete-branch` Could make the person more aware of what they're doing. So if they did: `mob reset`...

It looks like the way to do this is to check for `--delete-remote-wip-branch` in the `case "reset"` statement in the `execute` function? Then a test would be similar to `TestExecuteInvalidCommandKicksOffHelp`...

Am I the only one interested in this integration, or is it already integrated and I'm missing something? I definitely see how Oso would make my life easier, just trying...

I came across a need for this behavior, i.e., checking if a single user was already a Collaborator on a Repository, so I don't have to fetch the entire list...