Results 306 comments of Luis Davim

Awesome, thanks so much @hbbio

Oh, I didn't see this before but my PR seems related: https://github.com/rimusz/helm-tiller/pull/66

Hi, can you give the version from https://github.com/rimusz/helm-tiller/pull/69 a try and see if it solves the problem? Thanks.

Hi, No, I don't have that plugin installed, what I have is: ``` set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-yank' set -g @plugin 'tmux-plugins/tmux-copycat' set -g @plugin 'tmux-plugins/tmux-open' ```...

In newer versions of macOS you can't write to ```/usr/bin```, not even with sudo. So you can't run: ``` sudo ln -s /usr/local/bin/tmux /usr/bin/tmux ``` For anyone else having this...

This is great news, thanks @chipzoller. I'ts basically what I mentioned in the first message but my main use case is to be able to set either a TTL or...

> Hi @carlossg , it is a rewrite but reasonably similar and with feature parity. An objective could be to have kubeconform replicate kubeval's CLI interface, or library API. A...

looks like setting ```vim let g:vue_pre_processors = [] ``` solves the issue.

this https://github.com/kubermatic/fubectl/pull/86 should avoid the error messages if the user wishes to keep their custom aliases on top of what's provided by `fubectl`. When using the keyword function, the name...

Hi, this is it: ``` /data/data/com.termux/files/home/.bash/bash-git-prompt//git-prompt-help.sh:#!/usr/bin/env bash Binary file /data/data/com.termux/files/home/.bash/bash-git-prompt//gitprompt.png matches /data/data/com.termux/files/home/.bash/bash-git-prompt//gitprompt.sh:#!/usr/bin/env bash /data/data/com.termux/files/home/.bash/bash-git-prompt//gitstatus.py:#!/usr/bin/env python /data/data/com.termux/files/home/.bash/bash-git-prompt//gitstatus.sh:#!/usr/bin/env bash /data/data/com.termux/files/home/.bash/bash-git-prompt//gitstatus_pre-1.7.10.sh:#!/usr/bin/env bash /data/data/com.termux/files/home/.bash/bash-git-prompt//prompt-colors.sh:#!/usr/bin/env bash ``` And the `termux-fix-shebang` script is here: https://github.com/termux/termux-packages/blob/master/packages/termux-tools/termux-fix-shebang