Mitchell Cohen

Results 11 issues of Mitchell Cohen

We should be able to produce a recipe from a [password rules](https://developer.apple.com/password-rules/) string. Both the character and wordlist generators could support this, returning an error if the supplied requirements are...

Given a set of requirements, e.g. a password rules string (#19), but no other options, generate an appropriately strong but user-friendly password. The API will be able to select from...

Many sites which require at least one symbol also require at least one digit. We can meet this requirement in an elegant and user-friendly way by adding a separator function...

The wordlist generator should be able to produce passwords with multiple "chunks" (words or syllables) between each separator.

It is much easier to work with syllables of a regular length, e.g. 3 characters each.

It should be possible to randomly replace a single character at the beginning or end of a syllable with a digit, similar to the existing capitalization schemes.

**Is your feature request related to a problem? Please describe.** Electron 12 has a new API to capture and prevent window creation, `webContents.setWindowOpenHandler`. See: https://www.electronjs.org/docs/tutorial/security#how-10. The existing `new-window` event has...

**Is your feature request related to a problem? Please describe.** `eng-disable` comments must be placed on the same line as the relevant code, e.g.: ```js contents.on("will-navigate", (ev) => { /*...

### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...

platform/windows
bug :beetle:
status/confirmed
has-repro-gist
29-x-y

### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...

bug :beetle:
has-repro-gist
16-x-y
21-x-y