Ikey Doherty

Results 26 comments of Ikey Doherty

So I think we'll want to update packaging cargo target to match this, and forbid using the real rootfs on non serpent systems. The renameat2 thing makes for an instant...

> @rav101 Hello. How can I acquire the count of moss packages without spawning new processes? That's something we'll have up and running in the next few weeks by way...

For disks-rs provisioning having storage units (`gb`, `gib`) and constraints (`50%`) would actually be very nice, rather than the currently floated proposal internal of `(GB)10`

OK, another issue is the issue of `unix_socket` crate (basically busted). So.. ```diff - use unix_socket::UnixListener; + use std::os::unix::net::UnixListener; ``` ```diff - use unix_socket::UnixStream as AbstractStream; + use std::os::unix::net::UnixStream as...