Petr Mikhalitsyn

Results 29 comments of Petr Mikhalitsyn

Hi! Thank you for your work I tried to understand the problem of caching pdb files. So, I decided to simulate getting cached objs and pdb before linking executable. There...

I has to create an issue for missing qt builds?

Hi, can you please include [this changes](https://github.com/bcgit/bc-csharp/pull/217). I think it's linked with your MR. I'm like your MR, but verification of GOST34.10-2001 cms signature doesn't work propper. I'm resolve this...

Thank you for your fast answer! I got your opinionn about BC, and agree with you. But I don't know any alternative to BC on C#. May be do you...

> Please add tests for your new functionality. Add test and update README

Thank you for reply and tips! I don't know about conan.center repo. I will try to add qbs conanfile there.

For another two commits it will be better to create MRs?

[add bundled qt via qmake](https://codereview.qt-project.org/c/qbs/qbs/+/421320) [set settings via env var](https://codereview.qt-project.org/c/qbs/qbs/+/421321) [add debug plugin](https://codereview.qt-project.org/c/qbs/qbs/+/421322)

Hi, it's new demand of Android Q: application can't run executable from application files dir: https://stackoverflow.com/questions/60370424/permission-is-denied-using-android-q-ffmpeg-error-13-permission-denied Stunnel app has to be inside /data/app/${sslsocks}/lib/${arch} dir. I try to create a patch...

This patch works for me. Notice you have to put stunnel to app/src/main/jniLibs/${arch}/ dir and rename it to stunnel.so. For example: app/src/main/jniLibs/arm64-v8a/stunnel.so or: app/src/main/jniLibs/armeabi-v7a/stunnel.so ```patch diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index...