vient
vient
Not fixed yet
Please take a look at this 🙏🏼 It is uncomfortable to constantly adjust terminal zoom back when you forgot to change layout back to EN before switching to terminal window.
So, my comment was marked as spam: is there any other mechanism to vote for issues? My point is that this issue is causing problems for anybody using more than...
FYI: this behavior can be bypassed, in a way, by enabling Per-Window Keyboard Layout in Windows settings (I just thought "what if Windows could have per-window keyboard layouts" and well,...
Well, another solution would be to upload fixed 0.28.0 packages for 3.11 😃 ``` $ python -m pip install tensorflow-io-gcs-filesystem Defaulting to user installation because normal site-packages is not writeable...
Note that `GLOB_PERIOD` works pretty strangely. For example, in following hierarchy ``` . ├── .1 │ ├── .1 │ └── 2 └── 2 ├── .1 └── 2 ``` glob `/*/*`...
> There will always be users who want the higher performance for AC. Default affinity "all" pretty much does it, but if we add IRQ affinity setting on battery, makes...
Started to implement it here https://github.com/linrunner/TLP/compare/main...vient:TLP:add-irq-affinity-option?expand=1 Currently it supports basic affinity lists (without any preprocessing, so no cpu classes yet) and include/exclude list. Seems to work fine on my machine...
Reference, what Intel engineers think about differentiating P and E cores in OpenVINO https://github.com/openvinotoolkit/openvino/blob/releases/2024/0/src/inference/src/os/lin/lin_system_conf.cpp#L693
If I pass cmd as string by `join`ing it then it works. There is something strange in cases when `ProcessExecutionError` is raised though: command line is printed as a bunch...