Stanislas Chevallier
Stanislas Chevallier
I've encountered an issue where deleting a key would hang forever, using the following code: ```ruby GPGME::Key.find(:public, key_id).each { |k| k.delete!(true) } # or GPGME::Key.find(:private key_id).each { |k| k.delete!(true) }...
Hi, I just noticed when `-requestProductsWithCompletion:` doesn't report errors happening in the request. Adding a `NSError *` parameter to the block type and the following method to `IAPHelper.m` seems to...
Hi, I discovered that everytime my app starts I get a lot of warnings: ``` : Error: this application, or a library it uses, has passed an invalid numeric value...
In some situations, especially on iOS, the device available memory can be maxed out be a large scan. Especially if we scan multiple files, in the current architecture all scans...
It is a possibility that at the beginning of a scan we don't know its final height, cf [Sane Get Parameters](https://sane-project.gitlab.io/standard/api.html#sane-get-parameters), parameter `lines`. This should not be hard to support...
[The work has been started](https://github.com/alexpevzner/sane-airscan/issues/239) to compile the library on macOS, but it requires Avahi and DBus to work. We need to do a port of the library that would...
We could define per device presets, shared across iCloud devices. The main issue with this task is that it would require to find the simplest way to represent selected device...
There might be a way to do so from the file extension, adding a button that would show `DeviceVC` for a selected device, and close by returning a given image...