Michael Altfield

Results 529 comments of Michael Altfield

@samxplogs could you please provide us some more info about your system's groups, so I can figure out the best approach to patch this? Please execute the following commands as...

Note: this is currently blocked by issue #78: * https://github.com/BusKill/buskill-app/issues/78

Whaaaat? You're in the `admin` group?!? Then my theory of the cause of this bug is kaput. I'll work on a prerelease with better debug output that can hopefully explain...

> TODO: > > 1. Add better logging that outputs the owner, group, and mode of the root_child script > > 2. Add better logging that outputs the owner &...

I confirmed that #1 & #2 in the TODO list above are already done. To implement #4, I need to setup some sort of communication between the `src/packages/buskill/__init__.py`'s `spawn_root()` function...

I was successfully able to throw an exception in the buskill class and catch the exception & display it to the user in the GUI in the latest build *...

update: I'm currently blocked again by this ticket: * https://github.com/BusKill/buskill-app/issues/24#issuecomment-2251459209

update: I fixed the builds dependency issue above

I manually changed the permissions of the `root_child_mac` binary to 0510, and I confirmed that the UI properly displays an error when calling `set_trigger()` upon leaving the Settings screen. I...

I implemented a ping/pong function in the `root_child_mac.py` script. And I made the `toggle()` function of the buskill object attempt to `ping` the root_child before arming (only continuing if it...