Marc Pabst
Marc Pabst
Can someone point me to how I would implement a test for this?
Just a shot in the dark, but why not use the same mechanism as the original firmware? They reset the wifi when you connect and disconnect power supply a few...
Okay, I hope tests are okay now?
I think the one failing test is unrelated to my changes?
This is still an issue that seems to be easily fixable once there is agreement on how to implement a `deterministic`option/flag. I wonder however, if - the deterministic behavior should...
Yeah, I agree. It's just that from a scientific computing language, I kina expect reproducibility __by default__. At the very least, there should be a clear warning in the docs...
Standard GUI. You method of using wake locks seems to fail, although I don't fully understand why. I'm trying to fix it by checking if audio is played via adb...
I found a solution. If you run `cat /proc/asound/card*/pcm*/sub*/status | grep "state"` in adb, when audio is played, the last line will always contain "RUNNING". This seems to be pretty...
Nice! I will keep an eye on this package! Thanks!