Results 17 issues of PalmerAL

I'm trying to build [keytar](https://github.com/atom/node-keytar) inside my Electron project in combination with Electron-packager, and I've configured my packaging script as described in the readme: ``` var baseOptions = { name:...

I have a crash report that was generated from Electron 1.11.1 on Linux (installed through NPM). When I run the minidump through this module, it finds symbols for the supporting...

See https://github.com/minbrowser/min/issues/1603

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

enhancement :sparkles:
component/WebContentsView
30-x-y
31-x-y

https://github.com/minbrowser/min/assets/10314059/c1bfe2ee-4ac1-4ed5-83ad-9596491c4b9f

...by using `input` rather than `keydown`. This should solve some bugs with text input - for example, pasting text or picking a character with an IME now updates the results...

This uses the [text fragment API](https://developer.mozilla.org/en-US/docs/Web/URI/Fragment/Text_fragments) to generate a fragment based on the search query; Chromium will then try to scroll to the correct place in the page when the...