Steven Haussmann

Results 10 comments of Steven Haussmann

I grabbed the latest commit, and it does seem to cause failure to detect a mutation like this: ``` while True: pass ``` Specifically, it gets hung up on a...

I was calling `sleep(1)` before each `readline`. For the initial test run, this made it read *only* the "test session starts" line, then quit because the program exited with `0`....

I probably should've mentioned that! This is on Ubuntu 18.04. An potential fix would be to not only kill the process on timeout, but to also interrupt the function that's...

I'd have to look more closely (still waking up :p ), but something like [this](https://stackoverflow.com/questions/14920384/stop-code-after-time-period) would probably do the trick. I can have a proper look at it sometime later...

It would probably be wise to extract strings from the code- if for no reason other than to centralize them and to make it easy to update/modify them. It'd be...

I'm having this problem on MacOS 12.3. Immediately after installing Docker, my Multipass instance lost internet connectivity. I'm not sure what information would be helpful, so please let me know...

@GoldsteinE Are you using a different version of scrot? I don't see `-a` as an option in scrot 0.8.

Thanks. This repo must be out of date, then, since I did try building it from source first. I'll look into that more later!