Artem Khramov

Results 56 comments of Artem Khramov

FWIW a working workaround ```rust use std::{ io::Error, os::unix::process::CommandExt as StdCommandExt, process::Command, }; use libc::{gid_t, setgid, setuid, uid_t}; // A workaround for https://github.com/fubarnetes/libjail-rs/issues/103 pub trait CommandExt { fn uid(&mut self,...

The error has been addressed in #79. Regarding > Handle adding epairs / vnets to the jail Not only you need a programmatic way to create / manipulate interfaces, but...

Hey there, I'm wondering if this is the medium to voice feature requests like this. It seems that certain teams at Microsoft could really benefit from having FreeBSD runners. A...

Microsoft will likely make aarch64 runners available in future: https://github.blog/2024-06-03-arm64-on-github-actions-powering-faster-more-efficient-build-systems/, so we may want to wait before introducing CI here.

@benfred hey, I had a debugging session today. Something is off with the GIL retrieval routines. I suspect it is something related to atomic pointers, or rather the way we...

https://github.com/benfred/remoteprocess/pull/88 A fix for this ^