Wing Kwok

Results 6 issues of Wing Kwok

The code below will cause the issue: `ggplot(mtcars, aes('wt', 'mpg', color='gear')) + geom_point() + stat_smooth(aes('wt', 'mpg'), method='loess') + facet_wrap(('gear', 'am'))` I have installed scikit-misc since it complains about missing modules....

Enhancement

Current algorithm does not wok for such cases like print(s.is_anagram("aabb", "abab")), since it only counts the characters but ignores the order.

Since the last commit into master is 2013?

I inspect the code and found the following is not working due to self.tabs is 0x0. ``` if (direction == 0) { UIView *firstView = [self.tabs objectAtIndex:0]; [self.tabs removeObjectAtIndex:0]; [self.tabs...