Mike Jerred

Results 9 issues of Mike Jerred

Add an input option `matTooltipPositionAtOrigin` to display the tooltip relative to the mouse or touch event that triggered it. Fixes #8759

merge ready
target: major

This updates the node dependencies to later versions, and fixes some problems that was stopping builds working for electron. The build is now working for node 14 and 16 for...

`git_merge_file_from_index` and `git_merge_file` both have `"ignore": true` in `descriptor.json`. How should we view the diff3 for a conflicted file in a merge? When doing `Diff.treeToIndex` any conflicted patches have an...

* **Electron-Builder Version**: 23.2.0 * **Node Version**: 16.14.2 * **Electron Version**: 19.0.4 * **Electron Type (current, beta, nightly)**: current * **Target**: linux snap x64 If I add this setting to...

AppImage
snap
Stale

Allow settings the uri when using the diff editor so that the language can be auto detected.

Currently the validation only works if you write code like: ``` ``` This PR allows you to do: ``` ``` I have not tested if this works as I'm not...

Could we add the feature to save settings to localstorage?

### Reproduction steps Setup by creating a 'base' branch, and then a new branch with a single commit that adds a file. Have the 'base' branch checked out and add...

Some overlap with https://github.com/rust-lang/git2-rs/pull/635 but that PR has been open for years.