Draghtnod
Draghtnod
My wife recently got a S20 FE with Android 12. Significant movement mode does not work there as well. I noticed that i could not select the "Always" permission for...
I found something interesting. The location messages are sent regularly, no issue there. I have logged them on the server. But the location that is sent is not the actual...
I got a "Toggle OpenPGP encryption" Button in the options menu on each conversation. Why don't you use that?
Have you found out how to use `Image`? I can't get the most simplistic Example to work. :( ``` unsafe { let mut image = Image::create( &self.context, CL_MEM_READ_ONLY, &cl_image_format {...
Alright I got it working! This is not a bug. It's just tricky to use. First clue was that `enqueue_nd_range` threw a `CL_OUT_OF_RESOURCES`. According to spec [here](https://registry.khronos.org/OpenCL/sdk/3.0/docs/man/html/clEnqueueNDRangeKernel.html) this could be...
@kenba Happy to help. Maybe this helps other people to get started.
Keys are always looked up by their fingerprint. Internally, the fingerpring is mapped to a JID, but only if the client on the other end sent a signed presence (...
If i try to send an encrypted message with this plugin it takes quite a long time to encrypt and the output is not valid. It doesnt cut away the...
Hum ok I will. Maybe ill implement a more flexible unarmor algorithm on the way. Something that searches the Header and Footer and only optionally skips the text until the...
Pull https://github.com/segler-alex/Pidgin-GPG/pull/19 solves this issue for me. Error 1 was that the footer was not parsed and there was trailing text. Error 2 was that my Gpg4win produces PGP MESSAGE...