Martijn Gerkes

Results 23 comments of Martijn Gerkes

I have a similar issue. I'm on windows using `GIT_SSH` to set my ssh-agent to `plink.exe`, but docker is ignoring this and not using the private key.

Yes I do mean pageant. I'm not seeing a pipe with this name while pageant is running.

I do see a pageant pipe, `\\.\\pipe\\pageant.zeroZshadow.99eb623bb0fd37e43d14e4c4197b1c759ae8ee0614493180154c80cc4a40b293` I do not have `SSH_AUTH_SOCK` set.

Is there any additional information that I can provide to help? This issue is currently blocking me from using tailscale on my phone as a secure vpn as it seems...

I've found in my case that the issue is caused by the exit node due to https://github.com/tailscale/tailscale/issues/12998 manually setting the exit node's DNS to the same DNS specified in the...

The mesh currently has a float pointer for its UV's, it should be updated to the new vector2 type. I've not sure if similar stuff is done anywhere else

The standard method I've been using is installing `fprintd` followed by `libpam-fprintd`, then run `pam-auth-update` as @tobyrg mentions. This lets you select the fingerprint as an option. I've used this...

> ImPlay and mpv.net are libmpv players that forward the argument properly, look into their code for ideas. mpv.net not compatible with libmpv-2, so that's long dead. From what I...

> Please attach the code you are using. This might depend on the order of `mpv_initialize` or your usage of `mpv_set_option_string` / `mpv_set_property`. Sorry for the delay. You are right,...