Brandon Arnold
Brandon Arnold
Still pre-release, but a couple of weeks back [Yubico announced Yubikey for Lightning](https://www.yubico.com/2019/01/yubico-launches-the-security-key-nfc-and-a-private-preview-of-the-yubikey-for-lightning-at-ces-2019/). It gives no info about which protocols will be supported, but the approval from Apple means Yubico...
Same behavior for me as well, 4 months later.
Makes good sense. Thanks for the info! And thanks for putting this together. > In what case would you run mkinitcpio manually? It's rare, but on a system running for...
Second removing the htmlmin feature. I discovered that it was removing the type="text" attributes from all input tags in my templates!
Specifically, it's the removeScriptTypeAttributes option. But they aren't script type attributes; they're input type attributes. Seems a little buggy.
@elis: did you add the line to the rev {} section, too, like the first post? Ianzepp only showed half the solution.
> The image that is published under ghcr.io is obsolete. The container is from a previous version of the repository code. That's what I said. > [#101 (comment)](https://github.com/wfg/docker-openvpn-client/issues/101#issuecomment-1439334497) @wfg That's...
Still doesn't work in 2018.
Hey there, @yashXkhatri I'm a longtime user of waybar and just made a new install (Artix Linux) where I'm getting this error. I **do** have the default config (from `/etc/xdg/waybar/*`)...
I figured out that installing `xwayland` resolves this. The error was happening here: https://github.com/Alexays/Waybar/blob/0332d2ebf84392c82c86d615079f762f27de94ba/src/client.cpp#L264-L266 with `DBus::Proxy` not being able to connect to the DBus file? I'm on Artix Linux which...