PJ Eby
PJ Eby
I'm not sure if we *should* stop this from happening, but we definitely *could*. (e.g. add a new empty leaf before detach of final leaf in a popout with pinned...
We should probably at least prevent this for panes closed by the plugin itself (i.e. due to mouse motion). The relevant method to block is `app.workspace.pushUndoHistory(leaf)`.
The keyup handler detects the keyup of the arrow key and cancels the popover. I can work around this on the QE side by forcing the abort controller to unload...
A lot of places in Obsidian have vertical lists of hoverable things: File Explorer, Backlinks, Seach, Recent Files, Kanban boards, and even just lists of links. However, because of how...
Even after all this time, the pin angle thing is still hugely counterintuitive to me: I never remember which angle means what and so can't tell at a glance whether...
This PR implements support for multiple CloudFlare accounts, by trying credentials in order until an account is found that matches the current domain. Documentation is included in the patch, but...
As per the [official image](https://github.com/mautic/docker-mautic/blob/master/apache/docker-entrypoint.sh), there should be support for integration tasks for Salesforce, SugarCRM, etc. (Note: this is low-priority since I myself don't expect to use any of these...
IP lookup downloads and data purging need to run less often than every five minutes; see the [official image crontab](https://github.com/mautic/docker-mautic/blob/master/apache/mautic.crontab) for reference.
### Describe the bug Commander's CSS sets `margin-right` for most `status-bar-item` and `titlebar-button` elements, but this affects buttons and status bar items that were not added by Commander, and whose...
**Describe the bug** It's not possible to use the menu hotkey to do anything with the menu except open it. Clicking on the menu allows keyboard navigation, but there is...