Mike Lewis
Mike Lewis
Just my two cents, I would love the ability to be able to have a parent command be able to define a `[String: ParsableCommand]` dictionary for its subcommands, regardless of...
See #469, though it’s been active for a while without any indication of when or if it might be merged.
I'm also very new to zsh, but couldn't seem to get this to work; am I doing something incorrectly? Here's the excerpt from my `~/.zshrc`: ``` autoload -U colors &&...
Thanks, I was able to get it displaying, and have submitted [a pull request into your fork](https://github.com/geksiong/bash-git-prompt/pull/1) to correct a few issues I found. In addition, one remaining issue that...
@magicmonty or @ogr3 do you know if it's safe to just leave `${GIT_BRANCH}` unescaped on zsh? It looks like at least one level of evaluation is removed using the different...
Apologies to just jump in, but I came across this issue looking for a slim JRE build. It's a little dirty, but I did a first stab at this by...
Absolutely, I'll submit a PR in the next few days. So far I've only tested my slim build with JRE 8 and am still working on getting things integrated into...
It’s still the main volume slider that controls the HomePod in this case, but for some reason pressing the volume keys has no effect; dragging it manually does change the...
@Lukasa any other updates or thoughts on this? This is the one thing stopping me from switching fully to `swift-crypto` from other third-party packages.
Would again advocate for an Argon2 implementation, even if it’s just wrapping [the reference C implementation](https://github.com/P-H-C/phc-winner-argon2) for now.