Taha Aziz Ben Ali

Results 156 comments of Taha Aziz Ben Ali

It looks like [it's already there](https://github.com/Macchina-CLI/libmacchina/blob/f4ea9bee392c756eefab8dc41952daf6a30f40dd/src/macos/mod.rs#L693), macchina is just a little bit behind libmacchina, it's only a matter of upgrading its version then.

Unless a new version comes out, macchina will continue to report that field as it currently does. I can't say for sure when a new version will arrive.

I'm afraid not. You can, in the meantime, [build the program from source](https://github.com/Macchina-CLI/macchina/wiki/Installation#build-for-everything-else) to get around the issue.

I don't know if we want to include that level of customization. macchina is, after all, supposed to automate the collection and display process. You can temporarily hide that specific...

As @mikemadden42 has shown, the issue was fixed upstream, it shouldn't be a problem in a future release. I'll close this issue then.

I'm surprised to see such an edge case. I suspect this issue is due to manufacturer negligence. I wonder what else `lspcu` could be querying besides `/proc/cpuinfo` which has been...

I don't think this is a good solution. There are many instances where we shell out to some command-line tool, but I'd like to see that number decrease, not the...

The current implementation parses `/proc` to determine the most likely terminal, but it does so through the `/proc/PID/comm` file which we have no way of saniziting. `$TERM` has proven to...

> Yeah, I agree, idk if this helps but I found a crate that could aid in this https://crates.io/crates/terminfo Yeah it looks like it will, I was never really a...

It would help if you provided your macOS, macchina and libmacchina versions.