divinity76

Results 202 comments of divinity76

ps if lxcfs is enabled *and* the kernel is running cgroups v1 (eg running an old kernel, or running a modern kernel with parameters `SYSTEMD_CGROUP_ENABLE_LEGACY_FORCE=1 systemd.unified_cgroup_hierarchy=0` ) then htop only...

try ```diff $ git diff diff --git a/src/internal.c b/src/internal.c index 1fbae25..4ba9567 100644 --- a/src/internal.c +++ b/src/internal.c @@ -48,7 +48,8 @@ #include #include -#if (LIBWOLFSSL_VERSION_HEX >= WOLFSSL_V5_0_0) \ +#if defined(WOLFSSL_WOLFSSH) \...

this patch is now confirmed to work :D i just got my server yesterday with this patch

can you check if https://github.com/exo-explore/exo/pull/684 fixes it?

#684 has been merged, can you check if it's still happening in git master?

C23 has a solution: https://en.cppreference.com/w/c/language/attributes/maybe_unused but it's 9 years too early to require C23 compatibility. Maybe make get_cpu_features() always static, and make a public non-static blake3_get_cpu_features() which is just a...

a possible alternative solution: https://github.com/BLAKE3-team/BLAKE3/pull/383 (it may solve the problem for ARM specifically, but probably not for other non-x86-non-arm architectures)

Don't have to use this fix, but would be nice if /a/ fix could be added. At 1.5.5 it still causes headache for integration in project compiling for MacOS with...