heyzling
heyzling
The same for Remote-SSH. It seems remote clipboard is used, not local. I found mention of this problem at https://code.visualstudio.com/docs/remote/troubleshooting#_clipboard-does-not-work . Not sure if fix they offer can work with...
some addition to @mickey-is-codin post How to disable `onBackpsace` and `onEnter` functionality, to make `Backspace` and `Enter` keys more responsive. Ctrl + Shift + P -> Open Keyboard Shortcuts ->...
"reject" branch is also broken. Should be ```bash [ "$type" = "reject" ] && [ -n "$target" ] && \ echo "upstream none$target" ``` Example is here: https://github.com/tinyproxy/tinyproxy/blob/1.10.0/etc/tinyproxy.conf.in#L158
"from_yaml" workaround example. ```yaml - name: Import Zabbix template from Ansible dict variable community.zabbix.zabbix_template: template_json: "{{ lookup('file', 'my-template.yaml') | from_yaml }}" state: present ```
Have the same issue. Client: Android, Netbird v0.0.23, Firefox as default browser, KeePassDroid Server: self-hosted, Zitadel. Workaround: 1. Open Netbird URL in Firefox directly. 2. Login. 3. Open Netbird Application....
Caught the same error on chart version '0.2.1' (as in docs). Can be fixed by setting clustersecret.clustersecret.image.tag="0.0.10" in Helm values.
Some cases demand dynamic provider configuration. Example case: create Kubernetes and deploy some infrastructure addons to it. In my case it looks like this: create Kubernetes, get kubeconfig, install Ingress,...