Wincent

Results 20 comments of Wincent

I am also getting extra `^[[F` on enter sudo commands always gives `Sorry, try again.` Qonsole version: `1.4.5` (2018/03/27) Windows build: `10.0.17763 N/A Build 17763` WSL distribution: `WLinux 1.1.28.0` Qonsole_settings.ini...

@joedf F-Secure does not agree ![image](https://user-images.githubusercontent.com/3088566/52900058-b0869480-31f1-11e9-9b8a-006b9c614a05.png)

@joedf seems f-secure likes it better if I build it on my machine with Ahk2Exe I still get the problem with random weird characters ``` david@WS-628:~$ y -bash: y: command...

This worked for me, kustomization.yaml ```yaml resources: - https://github.com/kubernetes-sigs/metrics-server/releases/download/v0.7.1/components.yaml patches: - target: kind: Deployment labelSelector: "k8s-app=metrics-server" patch: |- - op: replace path: /spec/template/spec/containers/0/args value: - --cert-dir=/tmp - --secure-port=4443 - --kubelet-preferred-address-types=InternalIP...

Debug is currently not working with my setup. I am using turborepo with pnpm Root pnpm-workspace.yaml: ```yaml packages: - "*" # exclude packages that are inside test directories etc -...

``` [ 44425.743] X.Org X Server 1.20.3 X Protocol Version 11, Revision 0 [ 44425.744] Build Operating System: Linux 4.9.0-8-amd64 x86_64 Debian [ 44425.745] Current Operating System: Linux WS-608 4.4.0-17134-Microsoft...

Update: Xfce4 is partly supported! `sudo apt install xfce4 gnome-terminal` `xfce4-session` Desktop, panels and settings seems to be working fine, I can also launch gnome-terminal within xfce4. Default web browser...

Update 2: Following the instructions in https://www.reddit.com/r/bashonubuntuonwindows/comments/9lpc0o/ubuntu_1804_dbus_fix_instructions_with/ I was able to start dbus service and run dbus-uuidgen. Builtin browser in Xfxe4 is still crashing, Firefox seems to work fine, can...

Has anyone successfully used private github repositories with provider-terraform? github seems to have dropped support for password authentication 2021? ```bash git clone https://github.com/***/argocd-apps.git Cloning into 'argocd-apps'... Username for 'https://github.com': ***...

> any updates on this? +1 checking the status of this github seems to have dropped support for password authentication 2021? ```bash ❯ git config --global credential.helper store ❯ git...