Aaron Madlon-Kay
Aaron Madlon-Kay
Picking a file potentially means downloading it from the internet in the case of e.g. an iCloud Drive remote file. This can be slow when the file is large or...
Remove all async except for the `OpenPGP` top-level API. Expose equivalent `OpenPGPSync` API. See #4
Sync API
Thanks for this great library. I have a use case where I would like to return the results of `OpenPGP.encrypt` from a synchronous function. Drilling down through the code I...
I have a use case where I may need to decrypt multiple cyphertexts symmetrically encrypted with the same password. Currently it seems that I must pay the penalty for converting...
Closes #1007 Please also look at https://github.com/dnfield/vector_graphics/pull/255
> An issue not directly related to this commit, but since you delved into the tags improvement, I would like to bring it up here. Multiple tags are being truncated...
The calculation of `contents-end` here: https://github.com/rksm/org-ai/blob/5a906fd4ecc4ff4d8ad561da14346a9d8b1d17db/org-ai-sd.el#L285 needs the same treatment as OpenAI got in #104
This matches the behavior with app links on Android Fixes #38
The changes in 3.10.4 seem to have introduced a problem in profile and release mode. Running the example app in this repo at commit ff311f512e3d557ead422296630199978c17e1b0, I get the following log...
F-Droid apparently strips shared libraries that are provided as binaries. It looks to me like they want the source included and the libraries to be built at application build time....