Luna

Results 50 comments of Luna

> Additionally, there is otherwise no way to get the Discover Weekly playlist. You can add it to your library (heart button) in one of the official clients, then it...

Workaround until this is solved: 1. Open https://apresolve.spotify.com 2. Look up the IP address of the first entry that is **not** ap-gew4 or ap-gue1. Some tools to try: - `resolvectl...

In addition to alt+←, spot should also support mouse button 4 as back button (and mouse button 5 as forward, if that gets implemented). Most web browsers have this, so...

@xou816 In Vala you can set the focus to a widget by calling [`widget.grab_focus()`](https://valadoc.org/gtk4/Gtk.Widget.grab_focus.html). I don't know how it works in Rust, but I assume it's something similar

Any ETA on when it'll be done? I already have notifications on telegram so adding a way for my friends to add stuff would be great

My Jellyfin is also behind Cloudflare and the caching setting change solves the issue. @iwalton3, maybe pin this issue and add something like "Cloudflare users read this" to the title...

@Tatsh you can toggle speak to chat directly on the headphones by holding the touchpad for roughly one second with two fingers. This doesn't seem to be documented anywhere but...

The function names should also be translated, for example: ```javascript is_even.configure("de-de").ist_gerade("zweiunddreissig") -> true ```

GNOME and KDE both have UI for switcheroo-control. From reading KDE's code, it falls back to a custom implementation using the `DRI_PRIME` env var if switcheroo-control isn't available. GNOME doesn't...

@MemerGamer: Thanks. Copying the error message into the compiler has made it output the expected result. It also translated the code to JavaScript in the process, but I don't mind...