Patrick Miller

Results 42 comments of Patrick Miller
trafficstars

@maximbaz i realized recently that the `save` on the native host side makes no distinction between saving a new file and updating an existing file. My question to you is,...

There is no error, native doesn't care or know if it's new or not, it just saves (writes) the encrypted contents to the file.

though I suppose the add / edit view of the extension can check the existing list of files and if doing an `add` warn / error that the file already...

Applying hover / focused color + styles to plain old built-in `select:options` is not consistent across browsers nor fully supported either. It will be simpler and better to implement a...

Okay, makes sense. After all that's why I used the `Object.prototype` for the models stuff and to avoid extra bloat.

We essentially want to the user to either remember the last used credential options (`Symbols` and `Length`) when `Adding` a new credential, or provide defaults which are configurable to the...

> Exactly right 👍 If I leave the "Add new credentials" page for example with length set to `40` (doesn't matter if at that time credentials were actually added or...

> Yeah let's not over complicate things blush > > I propose we _don't_ add "length" and "symbols" to browserpass options, and just have one place where user can change...

@maximbaz it looks like i can safely include the `length` and `symbols` with each of the individual store settings in the local storage under the current `stores` key. The host...

I think I will almost always be in favor of supporting `pass` functionality, so I'm in favor of @maximbaz suggestions. However, I don't know if the existence of the env...