Rob Loach
Rob Loach
This moves the brew and chezmoi plugins to the aliases directory as they just implement aliases. As this is a breaking change, hold this until next release.
This adds the various [Aseprite](https://www.aseprite.org) file extensions: https://www.aseprite.org/docs/files/
This introduces two environment callbacks that allow setting a user data pointer for arbitrary core data. This is one step closer to allowing cores to avoid declaring their own global/static...
This is some initial work on getting .pbp scanning to work.
This fixes a few type definitions that were missing when defining instances within `ExtensionPluginManager`, resulting in a complete white-screen when `error_reporting(E_ALL)` is enabled. For instance, [`PluginManagerInterface::validate`](https://github.com/laminas/laminas-servicemanager/blob/4.3.x/src/PluginManagerInterface.php#L27) expects to return `void`....
[](https://github.com/RobLoach)  [](https://github.com/Lissy93/dashy/tree/patch-1)    [](https://pullrequestbadge.com/?utm_medium=github&utm_source=Lissy93&utm_campaign=badge_info) **Category**: Bugfix **Overview** > Briefly outline your new changes... Was getting...
Ran a `python update_plugins.py` to update all the plugins.
When a frontend doesn't implement GET_SYSTEM_DIRECTORY, or GET_GAME_INFO, it would provide / as the base directory. This change switches it to use `""`, instead. The root directory should likely not...
This updates Deemix to use the official image, with the corrected port, rather than the forked one.