Cody Herbst

Results 16 comments of Cody Herbst

@nicoburns Hello, I'm interested in helping out if you need an extra pair of hands. Happy to take on smaller or larger tasks depending on what you need. The events...

Apologies for all the fix commits. I just notice the "just lint" command

@utam0k I made the updates copilot requested. Any way we can move forward?

May I give this a try if no one else wants it? Understand if I'm too new though

@CheatCodeSam So I was taking a peek at the code and wanted to confirm/discuss a few things before I started coding: 1. From what I've been able to tell, the...

@utam0k I do have one thought/concern with doing it this way. Please correct me if I'm wrong here So from reading the documentation the only way to receive signals is...

Also, out of curiosity, have we considered using existing dbus library crates as opposed to hand rolling it ourselves? I see there's this: [dbus-rs](https://crates.io/crates/dbus)

So I was looking at the code yesterday and I feel like I'm missing something. So the core function we are trying to block for is the following: ```rust cmanager.add_task(pid).map_err(|err|...

@YJDoc2 Thanks for the reply. This definitely clears some things up. One follow up question: So if I'm reading the unshare docs correctly we can technically still use threads... However...