Kevin Leung

Results 283 comments of Kevin Leung

Btw I guess we can move `parseGeometryValue` into the geojson library

Would like to add native enum to the list too

What if a library function returns a native enum? ok nvm, I missed the fact that enum is already in the TODO list.

In yoga there is a [`struct YGValue`](https://github.com/facebook/yoga/blob/master/yoga/YGValue.h#L32-L35) which is essential an ADT so can be mapped perfectly to Haxe enum: ```haxe enum YGValue { Undefined; Auto; Point(v:Single); Percent(v:Single); } ```...

use https://github.com/skial/min-max

Please~~~~~ 🙂

yup. Also, I don't understand why there are margin between the items in the 2nd row, and seems no way to disable it.

arr ok, thanks. didn't know about the `spacing` style

The atom color picker would be a good reference ![screen shot 2016-06-30 at 12 32 01 am](https://cloud.githubusercontent.com/assets/1103788/16460486/2c325198-3e5a-11e6-9f91-088c589b109a.png)