Results 6 comments of Jeremy Visser

In fairness, it is pretty unusual for an RPM to install to `/usr/local`, so I think the implied proposal to install to /usr instead is reasonable. Would you accept a...

I can reproduce this issue as well (Fedora 36, Linux 5.17.13, AMD Radeon RX 6900XT, Sunshine 0.14.0, Sway 1.7, libinput 1.21), but I have an additional clue as to what...

Just wanted to add some further thoughts on this. Disclaimer: I’m still fairly new to this area so I might be making bad assumptions (i.e. happy to be corrected). Modern...

You don’t even need WireGuard. Just use IPv6 on your local network. Pick a /64 subnet under fc00::/7, and give addresses out of that subnet to your computers. You won’t...

> But afaik if the service itself crashes, Windows logs the message/error code to system events Based on my experience yesterday, I encountered a hard-to-debug problem where a panic occurred...

Hmmm, doing some further reading I found https://github.com/golang/go/issues/42888 where it looks like the issue is more complex. Basically, `panic()` does not write to `os.Stderr` (it writes directly to fd 3),...