Robert Helmer
Robert Helmer
When launched from the overflow menu, the content area is both wider and shorter than the window: It is still usable, but it's difficult to see the buttons on the...
I'm using `webextension-polyfill` and `await browser.tab.reload()` since it doesn't pass a callback when called this way. I've used the same pattern I see used in other parts of the codebase.
# References: Jira: MNTOR-2686 # Description This centralizes error checking and logging in the private `onerepFetch` function. # How to test Nothing should change from the calling code perspective, this...
# References: Jira: MNTOR-2931 # Description Add Glean auto-page load event, documented here: https://github.com/mozilla/glean.js/blob/main/docs/reference/metrics.md#events # How to test Page load events should appear on the glean ping debug viewer. #...
I'd like to use pyinotify for an optional feature, but I can't add it to my `requirements.txt` because `pip install` will fail for devs on non-Linux platforms (Mac being the...
Is there any reason not to default to a secure connection?
It would be nice to default to irc.mozilla.org, and suggest a username and list of channels, instead of the current placeholders. While I think really host list (issue #49) is...
# References: Jira: MNTOR-3242 # Description Do not log email addresses directly. # Checklist (Definition of Done) - [x] Commits in this PR are minimal and [have descriptive commit messages](https://chris.beams.io/posts/git-commit/)....
# References: Jira: MNTOR-3096 # Description # Screenshot (if applicable) Not applicable. # How to test # Checklist (Definition of Done) - [ ] Localization strings (if needed) have been...
# References: Jira: MNTOR-3713 # Description Use the Winston logging library from the email utils so we get [structured logging](https://cloud.google.com/logging/docs/structured-logging) in GCP. Right now log messages are split across several...