Adrian M.
Adrian M.
@chris1111 you have to use `HWSensors.xcworkspace` not `.xcodeproj`.
@chris1111 which build scheme are you using? `Build kext` is the right one.
 Then hit the play button.  It should build just fine.  Locate the...
Updated my solution to support overflow operators. I had add more protocol abstraction and to rename them do to that. Any feedback is welcome. Regards Adrian Zubarev
Here is the solution to the problem from your mail, I accidentally solved the **`+ 0`** issue in **`let g`**, but only for this example. We still need the _`+...
Here is more: ``` swift let a: CGFloat = 1.5 let aa: Double = Double(a) // == 1.5 let b: Float = 1.4 let bb: Double = Double(b) // ==...
I just solved everything :) I'll update this last comment when everything is cleaned up and pushed to a repo. `+ 0` issue is gone and I can use the...
@ashfurrow Hi there, thank you. I want to add Travis-CI to this project. How should I update CI settings when the project is transferred?
@freak4pc Yeah, well there is still some work to do and some more documentations. It's just there so it does not look empty at this point.