Omeed

Results 34 comments of Omeed

> Macs Fan Control does change the fan speed as expected. ah! Don't have a thought as to what it could be then offhand. Will investigate.

> The MacBookPro13,2 will idle with fans at 0 RPM, as reported by `powermetrics`. I think this is true for the older Retina models as well. hmm, I don't ever...

Still doesn't work in Xcode 8 or 9 😄 (Swift 3.1 or 3.2 and seems it needs to be broken up further to compile on Swift 4 from a quick...

Hello @pkrll! Sorry about the late response on this! Few possibilities: - System menu bar doesn't poll as often, so it's not up to date? - System menu bar calls...

Hello! Sorry about the late response on this! Is this still an issue? I'm not really a user of Carthage so I don't normally test it. What version of Carthage?

@yn5: Updated to Swift 3. Is this still an issue?

Looks like this has been fixed in **Xcode 7 Beta 4**! :)

Can we get the internal temperature for a disk drive? SMC can have such stats, but what about through https://en.wikipedia.org/wiki/S.M.A.R.T. ? Would have to be a newer drive though probably....

Goodies via [class-dump](http://github.com/nygard/class-dump/) on Activity Monitor: ``` objective-c NSNumberFormatter *_powerScoreFormatter; NSNumber *_combinedPowerScore; NSNumber *_combinedAveragePowerScore; NSNumber *_averagePowerScore; NSNumber *_powerScore; NSNumber *_totalPowerScore; NSString *_combinedPowerScoreDescription; NSString *_combinedAveragePowerScoreDescription; NSString *_powerScoreDescription; NSString *_averagePowerScoreDescription; @property(retain) NSString...