Olivia Kinnear

Results 51 comments of Olivia Kinnear

@veics As a quick fix, wherever you use `tput §` in your startup files, you can instead run `[ -n "$TERM" ] && tput §`\* or `[ -t 0 ]...

I feel comfortable writing the `tldr` page for `ptpython`. I can create and submit at PR if that would be helpful.

As an update, `ptpython` now has a page as of #8125.

With this feature request closed as not planned, I'd like to present my third-party implementation of this feature. I had the need for these commands around a year ago and...

I would love to submit my tap's commands as a PR to this repository! Looking at the codebase for `homebrew/homebrew-bundle`, it looks like I would need to make a few...

Thank you; I believe that's good! I'll begin work on the PR.

Apologizes for the delay in progress. I've been busy lately with some personal things and I haven't had time to work on a PR. I should be able to start...

Quick update! I'm still alive and I am still very interested in creating a PR. I've been having a much busier few weeks than expected but I will hopefully get...

I did some looking into this and there are some technical problems that make this difficult to implement. In theory, all that would need to be done would be to...

I've managed to solve the problem by calling `get_current_context()` in the `__init__()` method of the exception. I would be willing to implement colored errors and submit a PR.