saied89
saied89
In the client-linux-ipsec [doc](https://github.com/trailofbits/algo/blob/master/docs/client-linux-ipsec.md), in step 2 and 3, respectively the .crt and .key files are not at specified addresses (There are probably respectively at .pki/certs and .pki/private)
I can't run android emulator inside the vm with android studio complaining that "Your CPU does not support VT-x" I think it might be due to the virtual cpu that...
Every time I change gradle config it takes mores than 5 minutes to sync. It is also very CPU intensive with 9750h at around 4ghz all the duration. I thought...
Mocking a method that returns `Job` fails in android instrumentation tests #### Steps to Reproduce I made an MWE for this issue. https://github.com/saied89/MockK_coroutine_Job_android_MWE Please pay attention that while Instrumentation test...
Its really great that you've extracted Kmongo-Id so that it could be used in common modules. I tried to adapt it for Kotlin multi-platform but it can't be done because...
You can inspect the on device db from inside android studio on 26+ api level devices using the [_app inspection_ tool ](https://developer.android.com/studio/inspect/database#open). This tooling doesn't work with io.requery sqlite and...
Do please consider adding unit tests to the project as well as the hands on codelab.
Even though I didn't handle ADBKEY while using the registry images, I could authenticate fine. But with the image that I built(using the emu-docker) I get failed to authenticate. What...