David Winings
David Winings
In ANSI/Bash, not wrapping color escapes with `\[ \]` causes line wrap issues due to the prompter not calculating the line length correctly. In readline, while `\[ \]` doesn't work,...
I'm using your gem for an internal CLI project. I needed to add/change some features for the application, and wanted to share the features back upstream. In particular, catching every...
This is related to the classic "fork() is unsafe without exec() on macOS" issue that's probably come up for gunicorn previously. In this current iteration, I was running apache airflow...