Takase

Results 119 comments of Takase

An alternative approach to safe mode (used by sublime) is to create a "safe mode" user profile (which for us would be equivalent to sandboxing `.config/lite-xl`. This could be much...

This branch is broken, continuing in #1199

We will wait for SDL3 for a proper fix.

> The latest MPV master branch has had breakage with the libmpv1 library. Use the last stable version or switch to external MPV mode, which should not be affected. This...

This workaround no longer works as a recent update to mpv 0.35.0 that requires python-mpv==1.0.1. It's a catch-22 situation. EDIT: Looks like this will require a complete rewrite to adopt...

Downloaded = Some/All chapter downloaded, if one have updates the indicator might look different (like different colors) something like that.

> What are the various `compression-level` for? They don't do much, they disable compression for already compressed files so it doesn't accidentally expand them.

I'm not familiar with C++, CMake and Wayland, but this is my impression of how to implement this feature: 1. Generate C protocol header and code from this XML file:...

Some follow up: I managed to get it "working" (read barely working) in here: https://github.com/takase1121/qt-kde-blur-example. It uses KWayland to interact with the protocols directly; as KWayland is obviously a KDE...