alepop

Results 14 comments of alepop

@rjoydip, @raalcaau sorry folks. don't check updates in this issue while making a feature.

@maksim-s can you review this PR?

Almost one year passed and pr still not reviewed T_T

@prusnak please check this pr. thanks

@vekexasia you talking about [this](https://en.bitcoin.it/wiki/Technical_background_of_version_1_Bitcoin_addresses) implementation for address calculation? Or you want to implement something more simpler.

@wbobeirne what about puppeteer? https://stackoverflow.com/questions/48089670/detect-and-test-chrome-extension-using-puppeteer

Hi all! It's strange, because `create-hmac` library should be work in the browser.

As I understand problem is with `create-hmac` package dependency

Same. Also have an a delay while trying to navigate a file with `h`,`j`,`k`,`l`.

Maybe pass messages like a first optional parameter to a function? ``` passwordValidations : List Forms.FieldValidator passwordValidations = [ Forms.validateExistence Just("Error message") ] ``` And in the validate function ```...