Alexander Nevskiy
Alexander Nevskiy
Hello Thomas, Unfortunately '-r' isn't available on OSx. So maybe it's time to implement it in pure python.
I believe it's better to use pInvoke here. Thus your C++ code will be trully native.
I've recently read a good article about that from @jrslv where he propose to build a special docker image with secrets just to build your app, and than build another...
@TomasTomecek I'm talking about secrets for building Docker image. For instance, you need to pass ssh key to checkout source code from your private GitHub repository. And the tarball contains...
@TomasTomecek that's exactly how I fetch artifacts actually. In Docker.build image I download some binary dependencies from Amazon S3 image which require AWS key & secret. After retrieving and building,...
I actually debugged our plugin with Krakend in VS Code. But I haven't tried listing library. It won't load any OSX specific library, but go modules work. Maybe I should...
I've dug a little bit. So those libraries won't load, cause they are universal binaries. ``` % lipo -archs /usr/lib/dyld i386 x86_64 arm64e ``` However GO builds only one architecture...
Hi. I'm pretty busy on my main job. However if you give me a hint on how to to detect broken debug_frame sections, I might be able to do this...