Steven Noonan

Results 42 comments of Steven Noonan

Could do both. Insert (instead of append) the rules first, and then do the `disable_ipv6=1` sysctl. So even if the sysctl gets reverted somehow, the firewall rules would be in...

That should work. It's a bit heavy-handed, but I think it'd functionally do the right thing. I think the sysctl is still necessary on top of it, though (i.e. for...

A fair question. The app I'm using the library in has an option to minimize to the system tray. And while it's there, it doesn't need to interact with a...

I changed it to stop using ReaderMonitor/CardMonitor at all, and that has helped greatly. The code I replaced it with: https://github.com/tycho/yubioath-desktop/blob/master/yubioath/gui/ccid.py On Tue, May 23, 2017 at 8:34 AM, Ludovic...

It looks like the glClipControl.xml file has tex commands instead of mathml blocks. I'm not sure where that file comes from (is there a way to fetch updated specifications in...

OK, just did a test and this at least partially fixes that page: ```diff diff --git a/compile.py b/compile.py index 35b2f81..5a25079 100644 --- a/compile.py +++ b/compile.py @@ -58,8 +58,8 @@ while...

Better patch, forgot to add the config I called out before 🤦 ```diff diff --git a/compile.py b/compile.py index 35b2f81..5a25079 100644 --- a/compile.py +++ b/compile.py @@ -58,8 +58,8 @@ while not...

I think this is a side effect of https://github.com/schweikert/fping/commit/1486bf209baa49724c7f776463d2ba5858fa0ff4 That commit should be reverted until we can do it properly. I've got some work-in-progress stuff in my own tree to...

Well maybe it's a different issue then, but the symptoms are similar. If I did fping in parallel after commit 1486bf2, sometimes different fping processes would incorrectly think that the...

I already talked with @mackron via Discord about this, but I'm recording notes of what I've observed for channel mapping weirdness. I've seen similar channel mapping issues on both Linux...