Kevin Leung
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
Any updates?
The atom color picker would be a good reference 