Dan Finlay

Results 95 comments of Dan Finlay

I mostly get this on my Windows 10 computer, I rarely see it on my mac.

One easy way to improve generation would be to simply add more hash cycles. Current vaults could be made harder to crack.

I agree, and plan to do this eventually, maybe using [pojo-migrator](https://www.npmjs.com/package/pojo-migrator) to allow users of the old format to experience no breaking changes. In the meanwhile, I wouldn't object to...

I like what I see happening over here. Keep up the good work, gentlemen!

We’d love to implement parts of the spec that make life easier for other clients. We actually have a basic version of this implemented behind a feature flag, but it...

Currently an extension receiving events from another extension only gets the extension ID, so to improve this we would need to perform a lookup on the extension store by the...

Were you able to figure this out? Per the readme, you should be able to subscribe to events by constructing an `ethereum` provider like this: ``` const createMetaMaskProvider = require('metamask-extension-provider')...

I don't think extensions have much or any control over whether their action views are open.