John Walsh

Results 9 comments of John Walsh

I just ran into this problem as well. @tdelov did you find the fix, was it the Language settings?

@jackharrisonsherlock The Oh My ZSH AWS plugin for profiles: https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/aws I just added this: ``` # Right Prompt RPROMPT='aws:$(common_aws_prompt) $(common_git_status)' ``` ``` common_aws_prompt() { # local message "" echo -n...

I had a similar issue, was able to do it in a rewrite rule. @RLesser see #102

Well... my rewrite fixed it on one place where it was broken, but broke it where it originally worked.

I just also hit this one! Can we add a return value to make it consistent with CodeBuild etc?

That was the same conditional logic I had tried. @victor On Fri, Nov 27, 2020 at 1:36 AM Victor GRENU wrote: > Since it's abundantly clear now that AWS and...

Thanks @Biswa96. Agreed if I install nodejs outside of pengwin-setup I do get the expected behavior. I was noting that the problem exists when you use pengwin-setup to install and...