Christopher Head

Results 86 comments of Christopher Head

As for using `sudo`, that seems like overkill (not to mention un-ergonomic, since you have to prepend every command with it). Groups are a thing, the very reason for them...

@kstribrnAmzn good catch, that is a similar issue, it looks like when a waiter times out, the holder’s priority drops to the highest of any remaining waiter for that mutex,...

Unfortunately I have to agree with @LurkerHub . For me, personally, I don’t need fancy new features or a different UI or whatever new-and-shiny is going into Pidgin 3. Sure...

I’m not up on the details, so I’m probably missing something, but the direction of `async fn`, generator functions implementing iterators, generator functions implementing `Generator`, and so on seems a...

According to RFC 4791 section 4.1: > Calendar components with the same UID property value, in a given calendar collection, MUST be contained in the same calendar object resource. Meanwhile,...

Doesn’t the proposed patch have a race condition because you could switch workspaces after the call to `XGetWindowAttributes` but before the call to `XSetInputFocus`? Wouldn’t it be better to just...

What happens here is that systemd invokes your binary with more file descriptors (3+, rather than only the usual stdin/stdout/stderr). Those extra descriptors are the listening sockets. It tells you...

To use a trait method, wouldn’t you have to have already figured out whether the socket is TCP or UNIX so you can decide with trait impl to call the...

> Note that from what I posted originally, I believe that in my case I'm not supposed to remove the socket file, since it would be maintained by systemd itself....

The former I can if you like. The latter not so much; I’m a complete newbie at Glib subclassing, so I don’t know what it ought to say!