AndreasGassmann

Results 67 issues of AndreasGassmann

I would like to disallow short variable names and certain keywords. This should already be possible with a regex, but maybe that could still be added as an option? Examples...

enhancement
help wanted

I just became aware of the "anti-klepto" protocol to protect against "chosen nonce" attacks. https://github.com/ElementsProject/secp256k1-zkp/blob/ed69ea79b429beae4260917e08fe60317d38ee8d/include/secp256k1_ecdsa_s2c.h#L100-L155 It looks like in the `tiny-secp256k1` library, `sign` takes an optional `e` parameter for additional...

We didn't lock the version of this plugin, so now with `2.6.1` the build is failing in Xcode 10.1. Locking the version to `2.6.0` works, but this might still be...

Currently the only way to get all pictures of a specific album is to load all images and albums and then filter the results. On iOS "includeAlbumData" makes `getLibrary()` very...

help wanted

I would like to let the user filter pictures by album. As suggested in https://github.com/terikon/cordova-plugin-photo-library/issues/17, I load all images (with includeAlbumData: true). However, I noticed that only very few pictures...

I would like to implement a multi-image uploader in ionic. Currently (single picture upload) I'm using https://github.com/apache/cordova-plugin-file and https://github.com/apache/cordova-plugin-file-transfer to do the upload. It looks like with this library I...

We should add a dark mode to our app. This feature was requested by a user in our telegram group.

When selecting a low fee, we should display a warning that this might result in a transaction being included only after a long time (or never). We should probably also...

type/enhancement
module/general