vient
vient
I see that LocalEnv `expand` and `expanduser` methods replace environ for a brief moment, why does not local.env context manager do the same?
Looks like this issue happened to me Stack traces of deadlocked threads in my case: ``` Thread 49 (Thread 0x7fc436ffd700 (LWP 197549) "python"): Traceback (most recent call first): File "/usr/lib/python3.11/threading.py",...
Happened to me as well, when I closed WSL tab. ``` Faulting application name: WindowsTerminal.exe, version: 1.21.2502.4001, time stamp: 0x67a2980a Faulting module name: Microsoft.Terminal.Control.dll, version: 1.21.2502.4001, time stamp: 0x67a29682 Exception...
For me simple `export CMAKE_POLICY_VERSION_MINIMUM=3.5` helped in similar case on Ubuntu with Python 3.12, uv, CMake 4.1
Started with idle, then run `stress 0-3` for 5s, `stress 8-15` for 5s, `stress 0-15` for 10s. https://github.com/user-attachments/assets/1a07d821-730a-4b7d-b918-8131d3ab8b34 Kinda looks like k10temp has an exponential smoothing, with larger alpha when...
Don't know what k10temp is showing, Zen 5 support [was added](https://github.com/torvalds/linux/commit/2c183963fb5fdd849cda66ddf2d93d88d2296a75) in 6.16 (so not even released yet) while I'm running 6.11.
Just in case you really want to dig in, 6.11 has [some code](https://github.com/torvalds/linux/blob/v6.11/drivers/hwmon/k10temp.c#L499) about 1Ah models which was removed in 6.12. `ccd_offset` is missing so I guess my k10temp only...
Right, [README mentions](https://github.com/torvalds/linux/blob/2c183963fb5fdd849cda66ddf2d93d88d2296a75/Documentation/hwmon/k10temp.rst#description) that Tctl is some "synthetic" value used for fan control (guess that means that smoothing is performed by chip itself), while Tdie may provide real value and...
Should be right, `stress` is extremely simple. You can try `stress-ng` instead, something like ``` docker run --rm ghcr.io/colinianking/stress-ng --tz --rapl -t 60 --vnni -1 ```
Still not working on 1709 (16299.248).