Eric Nielsen

Results 168 comments of Eric Nielsen

> We follow the `t` for typing and prefer not to rename when importing. Hi @tasn. I sure can revert the changes in the typing import. Regarding not renaming, you're...

@thenktor, is there an environment variable that is consistently set in all these scenarios that you describe that we could detect?

If you want to customize the prompt, you can create your own fork and change the code accordingly. To always show the hostname: ```diff -%(2L.%B%F{yellow}(%L)%f%b .)%(!.%B%F{red}%n%f%b in .${SSH_TTY:+"%B%F{yellow}%n%f%b in "})${SSH_TTY:+"%B%F{green}%m%f%b...

Wouldn't it be nice to have an option to show the graph in the original ASCII format used by git? I'm on iTerm and the experience is so slow that...

How do you suggest we check if the git feature is enabled? Maybe by calling `eza --git /dev/null`? Example of a shell script: ```bash if eza --git /dev/null &>/dev/null; then...

Oi @heitorlessa. I've edited the description of the ticket a few times *before* you've posted your comment. Sorry for the confusion. I'm not sure exactly what you mean by "Go...

Hey @heitorlessa. Makes perfect sense and good callout on using typing_extensions instead of a custom solution. What do you think about the following plan to tackle this? 1. Review the...

Oh, I was planning all this for `v3`. Should have mentioned that. I can start working on it if you agree.

I've opened the PR #4692 regarding step 1 of the plan above. > 1. Review the use of mypy_boto3_* types, and try to keep their imports to a minimum, to...

@leandrodamascena, there are 5 ou 6 more steps to go related to this issue. See https://github.com/aws-powertools/powertools-lambda-python/issues/4607#issuecomment-2200567106. Last PR was step 1.