Chris Holland
Chris Holland
After failing to update mpv in bomi in a fork: * https://github.com/Zren/bomi/commits/zdev-mpv * https://github.com/Zren/bomi/commits/zdev I tried writing my own Qt+libmpv player. I used the Tethys theme + bomi icon, due...
Tag me @Zren if you need want to contact me on any of the GitHub issues. However, this widget is now on the KDE Bugzilla bug tracker: * All Bugs...
Eg: https://cdn.jsdelivr.net/gh/ray-lothian/UserAgent-Switcher/v2/firefox/data/popup/browsers/chrome-windows.json
* https://github.com/FStrean/mpv-osc-tethys/commit/959b64f11fc9b1d00e6273bfa8f1395a0d0905ad * https://mpv.io/manual/master/#command-interface-user-data https://github.com/mpv-player/mpv/blob/master/DOCS/interface-changes.rst#interface-changes ``` --- mpv 0.37.0 --- - deprecate shared-script-properties (user-data is a replacement) --- mpv 0.38.0 --- - remove shared-script-properties (user-data is a replacement) ```
I recently found out about the power of `.git/hooks/prepare-commit-msg` but found out this plugin doesn't support it. So I modified this plugin to look for `.git/hooks/SublimeTextGit-prepare-commit-msg` use the contents of...
Both #1 and #2 occurred when the user didn't launch Atom as an admin. We need to either: - Elevate permissions. This requires running a separate process & another script....
> Changes to Qt X11 Extras > > The `QX11Info` class has been removed. > > Clients that still rely on the functionality can include the private header `` as...
I currently use `InOutQuad`. Since the animation of `value` is `0` (invisible) to `1` (visible) I need to use `OutCubic`. Since I reverse the animation, I don't need to bother...
https://invent.kde.org/plasma/breeze/-/merge_requests/200
``` material-decoration/src/plugin.cc:30:37: error: ‘void KPluginFactory::registerPlugin(const QString&) [with T = Material::Button; typename std::enable_if::type = 0]’ is deprecated: Since 5.89. Use overload without keyword instead [-Werror=deprecated-declarations] 30 | registerPlugin(QStringLiteral("button")); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ In...