Results 2621 comments of MichaIng

For a lot of software options, a reinstall is indeed the intended method to update it. But for Snapcast it is indeed missing in the docs. Will add it. This...

I'm closing this issue, since it is not a problem right now. We are installing the v0.31.0 Debian packages on Trixie, since upstream does not provide Trixie packages yet. Once...

Indeed, I find that one weird as well, it has been like this since before I joined the project. I'll just duplicate it to `Network Options: Misc` and leave a...

Related to this, which macOS version is targeted by default for which cbuildwheel targets? Based on the [Python packages names pulled](https://github.com/pypa/cibuildwheel/blob/main/cibuildwheel/resources/build-platforms.toml#L147-L149) I get the impression that it is macOS 10.9...

But how do I know which minimum it is in which case? Obviously, there are two macOS related issues since the mimimum versions chosen by cibuildwheel are too low, at...

Do I understand it right that there is absolutely no downside to target older macOS versions (as long as generally supported by toolchain/environment), like performance downsides if the compiler needs...

The project did not provide wheels via PyPI at all previously, and it is generally something more tech/dev oriented, so pretty unlikely that someone who uses our new wheels is...

> Apparently zswap is better than zram. That is not true, but it depends on the use case. zswap alone does not avoid disk swapping but is an additional RAM...

Just add `zswap.compressor=zstd zswap.zpool=z3fold`. But note that [z3fold](https://docs.kernel.org/mm/z3fold.html) has been deprecated: https://lore.kernel.org/all/[email protected]/T/#u

Hmm, there is no kernel (build) config to enable/disable any compression and zpool algorithm 🤔. Can you check whether the `zstd` kernel module is loaded? ```sh lsmod ``` And does...