witcher

Results 18 comments of witcher

I'd love to use spotify-tui, but sadly I'm experiencing this as well and it's a deal breaker for me right now. Do you need help with this? With some guidance...

Experiencing the same error with an instance hosted by Hetzner via their "Storage Share", the client is running on Arch Linux (Linux 5.18.7, Nextcloud client version 3.5.1). It's getting rather...

@Verdagon > As discussed on discord, we probably shouldn't rely on `apt` to get clang-14, as we want to keep supporting old versions of linux and not require them to...

After testing adding the separate LLVM repo from https://apt.llvm.org/ for version 14, I noticed it installs this to `/usr/bin/clang-14`, without a symlink to `/usr/bin/clang`, which we're defaulting to with the...

As Verdagon mentioned on Discord, `llvm` ships with `clang` by default, so maybe `clang` doesn't need to be installed explicitly, but we can instead use the `clang` that is shipped...

Hi, thanks for the quick reply! You can find the core dump here: [core.27297.gz](https://github.com/Spotifyd/spotifyd/files/9595294/core.27297.gz) I wanted to debug a bit myself and found out the segfault actually happens in alsa-rs,...

Right, I didn't look at the tests. This might take a bit of time

I just noticed that skipping the primary key deserialization isn't added in the expanded formats. I'll fix that and push a new commit when I'm done. ETA this evening, hopefully....

I'm not finding any time to implement this. If anyone else wants to have a go at this with my changes already there, feel free to keep working on this.

I'd love to work on this, but I'm not sure when that will be. If someone else wants to implement this, feel free to do so. Since I'm a first...