Stefan Hagen

Results 125 comments of Stefan Hagen

Sweet! I've written this off as "we'll never see something that properly supports gnupg on yubikey on iOS". Now I see this video and I'm super excited about it.

I'm using a iPhone SE (second one) and it works with my Yubikey 5 NFC Version 3.4 and rsa4096 keys.

Just my 2 cent: I like bspwmbar because it is minimal and does *not* implement all those fancy things (plugins, custom colors, theming etc...). I think an "exec" module would...

Hi @museur4, The mixer device in OpenBSD ist `/dev/audioctlX`; Try this: ``` export MIXERDEVICE=/dev/audioctl0 bspwmbar ``` EDIT: Okay, it is not that simple. The solution above works, but crashes once...

I also came here to either ask for a manpage or a help output that I can read in a pager like less. Some tools provide --help and --long-help, this...

I think you focused at wrong part of the sentence. > ...or a help output **that I can read in a pager like less.** ![delta_less](https://user-images.githubusercontent.com/44190565/125187229-d089d900-e22e-11eb-9e81-36472c375e14.png) EDIT: Okay... the blame is...

``` $ luakit --version luakit 2.3.1 built with webkit 2.36.7 (installed version: 2.36.7) ``` I opened https://bbs.archlinux.org, then opened the "Newbie Corner" and then went back in history with the...

Thanks! I can reproduce it now.

I don't understand what's happening at this exact code path. But when I remove the assertion and move tls_get_info behind the if-check, the navigation works.... sort of. ```diff --- widgets/webview.c.orig...

What you did for 2 is pretty much what I have too. For 1: If you don't want sessions at all, you can also comment `local session = require "session"`....