Melvyn

Results 68 comments of Melvyn

IMO this would be more fitting for `.cargo/config.toml`, rather than a crate's manifest - this build option doesn't really have anything to do with a specific crate. Also, limit job...

After launch, the watch count sometimes seems to stabilize if it doesn't reach the limit, but still remains very high. Right now I'm looking at 639,179 watches used, which is...

I'm running slskd through the nixos module, which results in the following systemd config: ```ini # /etc/systemd/system/slskd.service [Unit] After=network.target Description=A modern client-server application for the Soulseek file sharing network [Service]...

The environment variable does work to stop the problem, it's a good workaround for now. I'm having some issue with `no_config_watch`, however. I'm on 33d8694d7ed6ee7e0828d2af1fa0d0248c14bec2 and in the console I...

More on 6.14-rc5: ```c make -C /nix/store/vnrjiy1ycy29595hh17kksf8p7rr9mf2-linux-6.14-rc5-dev/lib/modules/6.14.0-rc5/build M=/build/source modules make[1]: Entering directory '/nix/store/vnrjiy1ycy29595hh17kksf8p7rr9mf2-linux-6.14-rc5-dev/lib/modules/6.14.0-rc5/build' make[2]: Entering directory '/build/source' CC [M] samsung-galaxybook.o samsung-galaxybook.c:105:41: error: field 'profile_handler' has incomplete type 105 | struct...

I don't see the driver in 6.14: https://web.git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/platform/x86?h=v6.14

> Probably unrelated to to this driver as I see no mention of this functionality anyway, but the laptop also doesn't detect being flipped 360 - and thus doesn't go...

Not at all related to the topic at hand, but have you noticed any full-system hard freezes (sometimes with a black screen instead of a frozen screen) on the book5?...

For audio see: https://github.com/thesofproject/linux/issues/5242 The freezes have mostly happened under load, which is especially annoying for playing games... But even then they sometimes happen when mostly idle, so I also...

With this patch: ```patch diff --git a/sound/soc/codecs/max98390.c b/sound/soc/codecs/max98390.c index 76296176f948..beba1d66dc0a 100644 --- a/sound/soc/codecs/max98390.c +++ b/sound/soc/codecs/max98390.c @@ -1118,6 +1118,7 @@ MODULE_DEVICE_TABLE(of, max98390_of_match); #ifdef CONFIG_ACPI static const struct acpi_device_id max98390_acpi_match[] = {...