Results 20 comments of mappu

Hey, unfortunately I can still see this error on v0.10.2. ``` /usr/lib/gcc/x86_64-w64-mingw32/10/../../../../x86_64-w64-mingw32/bin/ld: $WORK\b001\exe\a.out.exe: .rsrc merge failure: corrupt .rsrc section ``` Using GNU toolchain from Cygwin: ``` $ x86_64-w64-mingw32-ld.exe --version GNU...

Here attached is a working Android binary to try. [eiskaltdcpp-qt-beta.apk.zip](https://github.com/eiskaltdcpp/eiskaltdcpp/files/7782101/eiskaltdcpp-qt-beta.apk.zip)

I was looking for Go bindings today, but in the go-skynet version, the `llama_predict` wrapper function was too high level for what I wanted. If it helps at all for...

You mentioned very clearly in the latest docs change 080f9e3e26c989ba70b68f834247514d6a0f3c58 - > So if you want to sign ``.pkg`` files that themselves containable signable entities, you need to sign files...

> In my experience I had to call codesign --deep on the bundle directory and also productsign --sign on the flat .xar afterwards. This is also in part because the...

When the first snapshot is "damaged" in this way (some kind of unclean shutdown), an `rmmod blksnap` also hangs indefinitely.

> Did I understand you correctly that device /dev/sda1 belongs to the first snapshot, and device /dev/sda2 belongs to the second? > But when you delete the second snapshot, do...

Thank you for the quick repro + patch! I can confirm that the patch above resolves the issue for me too.

Thank you for the update, i understand. There's no pressure on my side. How does GOOS=windows work? Surely that targets the system libc, not musl.

> But Windows doesn't have an equivalent of pkg-config, as far as I'm aware It's pretty common to use this port https://sourceforge.net/projects/pkgconfiglite/ . Or else, your compiler distributor may have...