Luan Devecchi
Luan Devecchi
@vtjnash @bnoordhuis Here's a POC with `NtOpenFile` https://github.com/oluan/libuv/commit/fd6b562db7692ba0df0e96d58e0d08dee71f4e9e Maybe we can unify the `CreateFileW` call to `NtOpenFile` not sure about this tradeoff tho (we would still need to have at...
The reason why it works on other languages is because they have a fallback for ERROR_ACCESS_DENIED Windows error code to gather less information (without opening a handle), libuv doesn't. I...
PR still open, bump
PR still open, bump
Any idea why the `coverage-linux` is failing? nvm, just saw https://github.com/nodejs/node/pull/39725
I can work on Windows implementation soon @juanarbol To ensure we're aligned, could you specify the features you're working on? I've seen your PR and I'll use it to start...
The results in my VM (no battery) are the following: ``` uv_battery_info: is_chaging: 1 charge_time_in_secs: -1 discharge_time_in_secs: -1 level: -1 ``` I also ran the tests on a Windows laptop,...
I will update this PR soon