Steven Benner
Steven Benner
@alerque, thank you for your feedback. I had not considered your use-case of a self-hosted user repository. I think that the default value "ssh://[email protected]" still makes sense, for the reasons...
Update: I have added two new changes to preserve compatibility with workflows for self-hosted repositories: * **Add `-u`/`--url` option for specifying git server** This allows users to override the default...
This is a great idea! I can certainly see the benefit of using the tool via a docker container. It would make it so people don't need to install the...
Yeah, this still seems like a good idea to me. I'm just not knowledgeable enough to be able to evaluate the config, test it, publish it, and maintain it. My...
Keyboard navigation support added in commit 85da84db26bc0e6b3ea2b0b9d79061120ba26b25. Still have to determine if it is possible to implement ARIA, and if so, how best to do it.
It does not appear that I can implement ARIA standards without a fundamental change to how the tooltip system works. Right now there is only one tooltip div used, it...
Actually, it just might, if I combine the `aria-live` attribute with `aria-describedby` and don't set the reference until the tooltip content has loaded. I'll give it a shot after I...
I still couldn't get it to work right. The aria tags just don't seem to work as expected for the queued tooltips. I've tried various configurations of `aria-live`, `aria-describedby`, and...
Thanks for the links and tips. I'll give that a shot and see if I can get it working. There is one gotcha though, right now PowerTip uses the id...
I would love to see screen reader support added. It's actually quite embarrassing that it never got implemented, as it was something I had planned to add from the beginning....