Indragie Karunaratne

Results 20 issues of Indragie Karunaratne

- [ ] K-means - [ ] RGB LAB - [ ] CIE 2000 - [ ] Complete tests with reference images

Suggestion: https://twitter.com/alanjrogers/status/546815607291650050

[k-means++](http://en.wikipedia.org/wiki/K-means%2B%2B) might be better than choosing all of the centroids randomly.

There are a number of different methods listed [here](http://en.wikipedia.org/wiki/Determining_the_number_of_clusters_in_a_data_set)

## :scroll: Description The most recent versions of the Sentry SDK's for iOS and Android support profiling. This PR adds an argument to the Flutter configuration options that gets passed...

Stale

No idea if this code is still being maintained, but its broken on Mountain Lion. The views aren't added until the scroll comes to an end.

I discovered a few little problems with `TUIScrollView` during my brief testing. First of all, when you are scrolling horizontally, it continues to use bounce scroll in the vertical direction...

## :scroll: Description `pthread_mach_thread_np` can return invalid values so check for those and return nullptr from `ThreadHandle`. That means changing the call sites for `ThreadHandle::current()` to check for a null...