Adrian M.

Results 29 comments of Adrian M.

@chris1111 you have to use `HWSensors.xcworkspace` not `.xcodeproj`.

@chris1111 which build scheme are you using? `Build kext` is the right one.

![bildschirmfoto 2018-03-02 um 19 25 33](https://user-images.githubusercontent.com/8276230/36915033-850c3014-1e4f-11e8-9a5c-04858c5aa4a1.png) Then hit the play button. ![bildschirmfoto 2018-03-02 um 19 24 11](https://user-images.githubusercontent.com/8276230/36914986-61b69d52-1e4f-11e8-8be2-d85a2cc4ec68.png) It should build just fine. ![bildschirmfoto 2018-03-02 um 19 24 31](https://user-images.githubusercontent.com/8276230/36914994-63e4ccc0-1e4f-11e8-96ac-985840454418.png) 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.