Jackaed

Results 72 comments of Jackaed

This is not the behaviour that occurs. The instance for the user simply doesn't open, and the system instance continues to operate. Tbh this behaviour isn't great but it's not...

For those looking for a more complete guide on how to make this work as a service, here goes. Firstly, install FanControl, I would recommend doing it via scoop for...

@Rem0o should I close this issue given it's a duplicate of #135?

For some reason, with this IWYU is still hell bent on giving me these headers, despite not using their methods directly: ``` #include "Kokkos_Atomics_Desul_Wrapper.hpp" // for atomic_add, atomic_fetch_sub #include "Kokkos_Concepts.hpp"...

This helped things. It's still suggesting the MDRangePolicy namespace, and it's still trying to suggest `#include // for MemorySpaceAccess::accessible`. Otherwise, this fixes everything.

I'm still getting the following suggestions as well: ``` #include // for has_condition::value, has_type::value #include // for ViewAllocateWithoutInitializing ```

I can successfully reproduce this with this code: ```cpp #include #include int main() { auto test = Kokkos::View(Kokkos::ViewAllocateWithoutInitializing("hello world"), 1); } ``` With this minimal CMakeLists.txt file: ```cmake add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/thirdparty/kokkos/kokkos ${CMAKE_CURRENT_BINARY_DIR}/kokkos...

Also worth noting, the update never caused `fwupd` to reboot into `fwupd-efi` as far as I can tell. I'm unsure if that's expected or not.

Also, output of dbxtool -l ``` 1: {microsoft} {x509} 90244cc221e00c1fe0a7b78b3ce945dd73bf1633019eb6c15fa5646f9c8d2e1e 2: {microsoft} {x509} f156d24f5d4e775da0e6a9111f074cfce701939d688c64dba093f97753434f2c 3: {microsoft} {sha256} 80b4d96931bf0d02fd91a61e19d14f1da452e66db2408ca8604d411f92659f0a 4: {microsoft} {sha256} f52f83a3fa9cfbd6920f722824dbe4034534d25b8507246b3b957dac6e1bce7a 5: {microsoft} {sha256} c5d9d8a186e2c82d09afaa2a6f7f2e73870d3e64f72c4e08ef67796a840f0fbd 6: {microsoft} {sha256} 363384d14d1f2e0b7815626484c459ad57a318ef4396266048d058c5a19bbf76...

I also experience this - hardware is a Lenovo ThinkPad T14s Gen 3 AMD and I'm on NixOS unstable.