Benjamin Sago

Results 60 comments of Benjamin Sago

I think this might be related: https://github.com/libgit2/libgit2/issues/4230

You know, that's not a bad idea. The reason exa doesn't display the group column by default is that 99.99% of the time it just holds the same value as...

@ralpheeee88: I’m sorry, exa’s code isn’t really set up to handle this case right now. It assumes that if you’re recursing into a directory, it should print out a list...

(I'm going through all the old issues) It's still the case that exa's code isn't set up to support this now, and I still want to support this feature so...

Borders I plan on getting round to eventually. It's possible to do by hand, but is the sort of annoying problem that a library should really be doing. Graphs I'm...

Interesting! I think you’re right in saying this doesn’t affect your case, but rust-users is a general library and someone else is bound to run into the same problem eventually....

This doesn’t go all the way to solving the problem, but I’ve changed the code to `setgid` before `setuid` in https://github.com/ogham/rust-users/commit/f1b9902212be41ea24633a4575a110da9a76c7be.

I did some digging into this. Oracle's libc documentation has [a page for `getgrouplist`](https://docs.oracle.com/cd/E86824_01/html/E54766/getgrouplist-3c.html), but I've seen references to other projects saying Solaris doesn't have that function, so there must...