Roger Oba
Roger Oba
Add unit tests for "any" type of secret, such as industry well known secret generation algorithms, including handling all types of special characters. Right now this has only been tested...
To make sure all combinations will compile :) this would prevent issues like this: https://github.com/rogerluan/arkana/pull/7
This would've prevented issues like this: https://github.com/rogerluan/arkana/pull/10
Right now if someone has a monorepo project (a repo with multiple projects inside), it could be hard to coordinate when each set of secrets should be generated. Perhaps we...
This is a nice-to-have: having a hook where users of this gem can write validations to their secrets (in Ruby) during generation time. This is useful if, for instance, you'd...
Hey @levantAJ 👋 thanks for the great lib! I was wondering how you sourced the existing emojis in the database? I see that you not only have an array of...
Hello! - What's your environment: ``` CocoaPods : 1.7.2 Xcode : 10.2.1 (10E1001) cocoapods-binary : 0.4.4 # plugin 'cocoapods-binary' # cocoapods-binary ``` - A demo project is helpful: I could...