Devin Binnie

Results 17 issues of Devin Binnie

### 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:

#### Summary The use of the `electron-builder` to store our default allowed protocols was causing the install to think that we should be registering Mattermost as a potential default for...

2: Dev Review
release-note

#### Summary It's possible that some system administrators may have `cmd.exe` disabled in a more controlled environment, but still might want to configure their Mattermost servers using GPO. Our current...

2: Dev Review
release-note

#### Summary NOTE: Depends on this first: https://github.com/mattermost/desktop/pull/2209 When a user tries to use basic authentication where the login request hits a different server (ie. same as custom login flow),...

2: Dev Review
3: Security Review
release-note

#### Summary OneLogin's 'Remember me' feature wasn't working, and I think the issue was that we weren't saving cookies to disk until after the user blurs the app (or closes...

release-note

#### Summary There was a misleading error about tab status that was coming up when no servers were configured. This was a relic of older BrowserView/WebView architecture stuff where it...

2: Dev Review
release-note-none

#### Summary This is the beginning of the work to allow the Web App to be consumed as a module by the Desktop App. We use Module Federation to expose...

2: Dev Review
release-note-none

### 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
24-x-y

#### Summary This PR expands the use of the `NotificationsLog` object to include a lot more uses, particularly during the `SendNotification` recipe. I've added a number of constants to denote...

2: Dev Review
release-note

Steps to reproduce: Create a code block within some tabbed content. Example: https://github.com/mattermost/mattermost-developer-documentation/blob/6ae67842ab3b57a9645d6657ffbcd43b872ca7cc/site/content/contribute/more-info/desktop/developer-setup/ubuntu.md?plain=1#L2 Expected: The code block should render without extra spacing ![Screenshot 2023-10-13 at 10 01 29 AM](https://github.com/mattermost/mattermost-developer-documentation/assets/52460000/5f3fd4f9-b4e2-48f4-b4b5-003539c563d8) Observed:...

Help Wanted
Up For Grabs
difficulty/2:Medium