SteveLauC

Results 602 comments of SteveLauC

> ```rust > #[repr(transparent)] > struct FileStat(libc::stat); > ``` This looks good, as it adheres to [CONVENTIONS: libc constants, functions and structs](https://github.com/nix-rust/nix/blob/master/CONVENTIONS.md#libc-constants-functions-and-structs). > ```rust > pub fn atime(&self) -> &TimeSpec...

This should be done. Though macOS does not support xdg specification, and it seems that the author is a macOS user

I rewrote this script this morning, added the support for XDG specification, welcome to take a look:) [cxp](https://github.com/SteveLauC/cxp)

HI @DBLouis, if you are still interested in doing this, you should add a `pwait()` method to `struct Epoll`, we have changed its interface in #1882, and now those `epoll_xxx()`...

We generally don't like raw syscalls since they are inherently unsafe, but we indeed have some interfaces that directly use syscalls in Nix, so it should be fine. A rough...

[`CONVENTIONS.md`](https://github.com/nix-rust/nix/blob/master/CONVENTIONS.md) has some typical patterns that we use while creating wrappers, you can have a look. If you don't know how to start, take a look at the existing interfaces,...

Hi, plan to take a look at this PR this weekend, sorry for being so late, and I am not sure if we can have @irgstg back as it has...

I tend to merge #2044 as it: 1. Allows users to specify the register set 2. Has `riscv64` supported as well @irgstg, thanks for your work and [this detailed description](https://github.com/nix-rust/nix/pull/1695#issue-1199014612),...

Hi @s1341, interested in finishing this? This change needs a CHANGELOG, please see [`CONTRIBUTING.md`](https://github.com/nix-rust/nix/blob/master/CONTRIBUTING.md#pull-requests) on how to add a changelog