Ben Ramsey
Ben Ramsey
> If there is a way to check if tty is "configured" The only way I've found that seems to work is to check for `-t 1`. According to the...
> I think this is depending on the installation mode you are using I'll test a prompt with `docker` and `php` to see how they behave. 😄
Hmm. Good points. I'd have to try the hooks that support `stdin` to see how they behave.
By trying the hooks, I meant that I would create a standard `post-rebase` bash script in the `.git/hooks` directory and play around with it. 😄
Right now, the only use-case I can imagine for user input is `prepare-commit-msg`. You could start with that, and if other use cases arise, make changes as needed.
Hopefully, some more goodies to support prompting the user to create commit messages: https://github.com/symfony/symfony/pull/37683 😁
https://github.com/symfony/symfony/pull/37683 was merged and will be in symfony/console 5.2!
I just had the same problem, and using openssl 1.0.2t fixed it for me.
PHP 8.1 is available now. Would you be open to a PR that updates PHPBrew for 8.1 support?
I'm having this problem, too, but when I try to install an older version of icu4c, it fails, saying the older version is already installed: ``` shell $ brew install...