Patrick Li
Patrick Li
I personally think this directory should reside in `XDG_DATA_HOME` instead of `XDG_CONFIG_HOME`. Mainly because many people (including me) put `XDG_CONFIG_HOME` under version control. * You don't want to include secrets...
You can just use the bash version after you load the aws completion. Like this: ``` autoload -Uz compinit && compinit autoload -U +X bashcompinit && bashcompinit complete -C '/usr/local/bin/aws_completer'...
如果有空可以看一下,反正对我来说私信不是非有不可的功能
This is not just limited to istio. Essentially any HTTPS host requires explicit configuration so the correct SNI can be passed to the backend. If the SNI from the client...
The only difference between `--completion-script-bash` and `--completion-script-zsh` is the `zsh` version adds the `autoload` lines you already have above. So this should work as well: ``` eval "$(saml2aws --completion-script-zsh)" complete...
> You can set the user and groups at runtime with docker to override the default in the container. There isn't really a need to build a separate container. I...
I haven't tested this but in the start up script, just don't do `chown` if the running user is not root. The culprit is this line https://github.com/blakeblackshear/frigate/blob/dev/docker/rootfs/etc/s6-overlay/s6-rc.d/log-prepare/run#L10. It basically tries...
Yeah just need to take some time and find them all I guess.
Not anything I'm aware of. @samjf did we upgrade PHP version for it? I just checked and it is `default`.
Did a test by removing this plugin and restart HA. The value is still reset. This doesn't make any sense.