Alan Somers
Alan Somers
There are definitely APIs which _can_ be used with I/O Safety, but in their most compelling use cases require the `BorrowedFd`s to be `'static`. I've run into that myself, with...
I've just invited @SteveLauC to join the @nix-rust/nix-maintainers team. Welcome aboard! @carlosb1 , @DaviRain-Su , and @woodruffw given your small track records I did not add you. But that doesn't...
This looks good, but would it be possible to add a test?
Are you saying that sending this control message seems to have different effects in Python vs in Rust with Nix? We need to figure out why before we can merge...
So now that the Rust-vs-Python issue is resolved, is there anything else to this issue that isn't resolved by #2074?
Adding missing flags to libc isn't very hard. It's much easier than adding illumos CI. So that's certainly the path of least resistance. It isn't future-proof, however, as it could...
Don't worry about breaking changes. Nix isn't 1.0 , so we can and do make those from time to time.
I am not an Illumos user, and I'm not an expert on the termios API either. If you don't have time to finish that branch, then we can't merge it....
Are you asking if something is possible in Nix, or in MacOS? This isn't the right place to ask about the latter. For the former, that sounds like something you...
I don't know enough about OSX to answer your question. @JayH5 can you and @Elizafox figure out how `setgroups`, `getgrouplist`, and `initgroups` are _really_ supposed to work on OSX?