Chris Howell

Results 10 comments of Chris Howell

What I mean is replacing the traffic light colours with emoji strings to remove the RGB values. So still traffic lights? ![screen shot 2017-03-01 at 11 28 22](https://cloud.githubusercontent.com/assets/1478253/23458040/43f2ce24-fe72-11e6-8194-c66b25eb52bb.png) Unless there...

If the demographic of iPad testing is to let people new to coding get into testing, the tick and cross could further reinforce the success / failure :) Just a...

For completeness I found my original inspiration for this ticket: https://github.com/Liquidsoul/XCTestPlayground

I made a little helper which might help anyone else looking into getting line diff counts with excluded files, as I couldn't see anything natively in danger-swift: https://gist.github.com/ceeK/1e9623b2e86478bd68ad12082a5b1a35 Callsite: ```swift...

Would love this too. Personally, I see String: Int as 'string is of type Int' rather than String maps to Int. A separation between the two would be great.

Perhaps then it should be configurable?

Yep, and on that point, I think if Apple + Github style guide has it Key: Value, then that should be the default.

Hi @guidove! Thank you for the report. Just to help me pin down this bug and implement a correct fix, would you mind creating a failing test that represents your...

Anyone have any suggestions?

Just +1ing this. I'm currently trying to sort an array of locations by a computed 'distance' property. This 'distance' property represents the distance between the location and a user selected...