Andy Neff

Results 45 comments of Andy Neff

*Product and Version*: VS Code 1.68.1 *OS Version*: Windows 10.0.19044.1766 *Live Share Extension Version*: v1.0.5625 *Remote Development Version*: 0.21.0 *Remote - WSL Version*: 0.66.3 *Target Platform or Language*: any Looks...

Checking Live Share 1.0.5641 now... I get a different message in the console in all the WSLs (Except Ubuntu 22.04) that were failing before: ``` mainThreadExtensionService.ts:111 Activating extension 'ms-vsliveshare.vsliveshare' failed:...

@mhqmarques According to #4693, version 71 is an issue, it's too new.

@gaborbernat Are you saying that a user should have to add flags when calling the zipapp? ``` docker run -it --rm fedora:32 bash -c 'REAL=/tmp/foo/car; SYM=/tmp/foo/bbb2; mkdir -p "${REAL}"; ln...

@MartinMKD I'm not 100% sure if Yubico _can_ fix it. But the extra piece of information I'll throw out there is that this does not only affect pam_yubico. I know...

After updating to from 10.15.1 to 10.15.2, logging in with the yubikey worked without issue (It's been working for login **only** in Catalina this whole time, just not screensaver or...

@Frederick888 in regards to you comment about the pam.d files being reset, I always assume that anything I customize on a mac will be reset. I treat OS updates a...

I've noticed that making files readable by root only works for case like gdm, sudo, su, etc... where the program using pam authentication can run as root, however certain other...

Just as another data point, when I ran `singularity build redis.sif docker://redis` and look at the runscript, I see ```bash # ENTRYPOINT and CMD - run ENTRYPOINT with CMD as...

@rgov that was a snippet from the other way to create singularity images from docker. I believe it has already properly quote escaped the string, and then `eval set`'s it,...