Taha Aziz Ben Ali
Taha Aziz Ben Ali
There's virtually no difference between some of the implementations and those of `num_cpus`, why not call those two functions directly?
I've got a Windows VM lying around but I'm a bit busy at the moment. If this works correctly, I don't have a problem accepting the PR. I would appreciate...
I'll need a bit more information to be able to help you out. What command did you run that triggered this message? If you're using macchina, could you please share...
I'm guessing you're using a Linux distribution, and if so, could you please show me the contents of `/sys/class/power_supply`?
It looks like you have every file libmacchina tries to open: `energy`, `energy_full_design`, `status` and `capacity`. I'm not sure what's happening. Could you show me the output of this command,...
> It's probably my own mistake Actually, it's mine. The reason you're not getting any other output is because the program isn't panicking. I honestly have no idea what could...
I don't think so, let's keep this issue open, perhaps someone else might have an idea why this is happening. In the meantime, you might want to omit the battery...
The `OperatingSystem` readout is disabled on Linux distributions, it doesn't make sense to have it and the Distribution readout simultaneously. The `WindowManager` readout could be failing due to many reasons,...
It shouldn't be missing anything, as you built the program from the source (that's what /cargo/ does behind the scenes).
That's a very plausible theory, we should absolutely align the two methods such that they filter using this same sensible rule; the change should've been done in commit 5142f0a40c41966f131faf09e3beb154cebbcd8c from...