Donncha Ó Cearbhaill
Donncha Ó Cearbhaill
I don't understand how the trust-relationship would work with a a distributed set of DNS servers. How do onion service operators authenticate updates to the domain -> service mapping? When...
This would be helpful to fix in the build scripts as it can create build failures which are difficult to debug.
All tests are now run automatically by Tox in Python 2.7, Python 3.4 and Python 3.5 environments. Sorry about the noisy commits as I was trying to get CircleCI to...
The build for tlsdate in Debian testing is currently broken because of the removal of SSLV3_client_method. As a result tlsdate is not available for use in Subgraph OS. I've tested...
LGTM @roaree!
Is the `/bugreports/` or `bugreports/` folder accessible as a relative path from the ADB shell @besendorf ? That may work generically without needing to know the absolute path on that...
I wonder if the MacOS ADB binary sends a syscall to kill the process when it fails to find a device.
Hmm. I'm confused now. In `main.go` we call `adb.New(serial)`. ``` //https://github.com/mvt-project/androidqf/blob/main/main.go#L84C1-L88C3 log.Debug("Starting androidqf") adb.Client, err = adb.New(serial) if err != nil { log.Fatal("Impossible to initialize adb: ", err) } ```...
Should be fixed in #55
Looks like a file must still be open in `a.StoragePath`. We probably have an open files hanging in `StoragePath`. https://github.com/mvt-project/androidqf/blob/f7642bfcec4f52fce032d7c384bde4c767b87780/acquisition/secure.go#L90-L93