vlad-psh
vlad-psh
@danielmorrison Thanks for comment! I added small note to the README and also fixed specs for Rails < 7
Closed by mistake? (along with bunch of other pull requests) Seems like this PR was automatically closed because `master` branch was removed in favor of `main` branch. So all PRs...
Fixed in [audited 5.1.0](https://github.com/collectiveidea/audited/blob/main/CHANGELOG.md#510-2022-12-23) (2022-12-23) via #630
> It appears that this validation might have a significant impact on performance when we can't disable it if wanted. I agree, that's kinda not what one would expect when...
@stinos I checked out with git, and it works ok (if you specify branch with correct case). Branch names are case-sensitive for `git`, so no error there ```sh git branch...
Thanks for response! > We have had alternate mappings for confirming (and for cancelling, I think) but it was decided that why would we complicate things, who would ever need...
> But what about if you're in a menu? E.g. if confirm-alt is 'y' and you go to the commits view and press '?' then 'y' does it invoke the...
> I think we should add it to menus as well for the sake of consistency, and we can just grey-out keybindings that match on the key (see `pkg/gui/context/menu_context.go:96`). Hmm......