Mouse
Mouse
I remember C compilers failing to compile with an error seeing`#if A` when `A` was not defined, and restricted `#if` form to only set values. To the point that I...
I suspect that Yubico [product page](https://www.yubico.com/products/yubikey-hardware/) refers to the PIV applet (where ECC keys work - I've been using them for more than half a year now), and not to...
Is there a daemon running that could use PIV applet on the Yubikey? Is there anything in the scdaemon.log? Because GnuPG foolishly insists on opening the token in Exclusive mode,...
I did not realize you had "disable_ccid" there. With that line uncommented, AFAIK you shouldn't be able to use either OpenPGP or PIV with any token, including Yibikey. Glad your...
> and "bin" is not defined at all (btw., what should it do)? "bin" shouldn't do anything, but on my system it was trying to locate file `$HOME/bin/bin` and execute...
@michaelpj thank you! (It would be nice to mention **how** it was resolved.)
> @mouse07410: hah, you've edited my comment. Hmm, did not realize... > Any artifact from a merged PR should do. E.g., at the very bottom of > > https://github.com/haskell/cabal/actions/runs/3716873166 Perhaps...
> unfortunately, you can't get a direct download link for GitHub artifacts (see https://github.com/actions/upload-artifact/issues/27), and you have to use a web browser to retrieve them That is fine. My problem...
> Your browser must be broken somehow, particularly the C-f functionality (you did use it, right? not the "Search" input field of github?) Considering that my browser works with everything...
@Mikolaj thank you - downloaded a working artifact from GitLab. It still fails in exactly the same way: silently installs into `$HOME/.cabal/bin/`. ``` $ cabal-dev install --bindir=/tmp/output/ Wrote tarball sdist...