Michael Diamond

Results 198 comments of Michael Diamond

Thanks for the reproduction steps! I can reproduce what you're seeing, though interestingly the process does appear to be being re-parented if I add `ps -ef --forest` to `slow.sh`: ```...

Here's an [example of capturing duration and exit code](https://github.com/dimo414/prompt.gem/blob/7e6b5d2a7d773d5aa44880c5425a4b12c1dc066f/functions.sh#L71-L91) via the preexec/precmd hooks (this example actually uses the `PROMPT_COMMAND` and `DEBUG` trap directly by default, but if bash-preexec is found...

Not a maintainer either. I assume you're looking for a review from @rhansen

I understand the motivation but I don't love using `BKT_TTL` as the mechanism. Notably, it wouldn't work for any calls that pass `--ttl` on the command line so as a...

That is weird syntax :) It works without the quotes too (and ShellCheck flags the same error): $ echo --foo\ test:{,$foo..}$bar --foo test:bar --foo test:foo..bar ShellCheck does seem confused about...

At least with docker compose anonymous volumes are not removed by default (which is how I spotted this issue), you need to remember to pass `-v` to `docker compose down`....

Any workaround would involve fixing the permissions on the OS unfortunately, if you're interested in submitting a PR it should be an easy change. Otherwise I will try to prioritize...

Agreed, I just ran into a use case where I wanted an icon a little smaller.